Combined display of all available logs of NURDspace. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:27, 4 October 2024 Folkert talk contribs created page Doorcam (Created page with "* axis dome at frontdoor * monitored by the following cron-entry on 'librenms' ** */15 * * * * /usr/local/bin/ping-door-cam.sh ==== /usr/local/bin/ping-door-cam.sh ==== <nowiki>#! /bin/sh ping -c 1 -q 10.208.0.22 > /dev/null if [ $? -ne 0 ] ; then /usr/bin/mosquitto_pub -h mqtt.vm.nurd.space -t 'GHBot/to/irc/nurdsbofh/privmsg' -m 'Door camera down?' /usr/local/bin/reboot-door-cam /usr/bin/mosquitto_pub -h mqtt.vm.nurd.space -t 'GHBot/to/irc/nurdsbofh/privmsg'...")