summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--updatecmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/updatecmd b/updatecmd
new file mode 100644
index 0000000..900dcda
--- /dev/null
+++ b/updatecmd
@@ -0,0 +1 @@
+curl -F hostname="$(cat /etc/hostname)" -F fullname="$(hostname -f)" -F uptime="$(cat /proc/uptime)" -F load="$(cat /proc/loadavg)" -F uname="$(uname -sr)" -F df="$(df -l)" -F meminfo="$(cat /proc/meminfo)" -F cpus="$(lscpu)" -F debian="$(cat /etc/debian_version)" -F temps1="$(cat /sys/class/hwmon/hwmon*/temp*_input)" -F temps2="$(cat /sys/class/thermal/thermal_zone*/temp)"