summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-01-28 08:56:01 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-01-28 08:56:01 +0100
commit061d6b06cb4f6a784ed17469608bd9dad94c0b6b (patch)
treee8a6825389687e18a2deefa4c6f5c632459241be
parent7435370ec75124cd78920fc214570d818bea8a7f (diff)
parente96588019160b9ab12712980c95b3bceb599de64 (diff)
Merge branch 'master' of https://git.finalrewind.org/picomon
-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)"