September 11, 20187 yr Is there an app or docker that can ping all my devices say every hour and if a device is offline it will alert me by email?
September 12, 20187 yr i don't think there will be a docker template for unRAID, but see on github: https://hub.docker.com/r/zabbix/zabbix-appliance/ this docker contains all components needed. i'm using zabbix on top of Ubuntu server.
September 12, 20187 yr Author Ok thanks. Does anyone know what unraid is using for smtp mail on the settings tab, notification settings to send out alerts?
October 10, 20187 yr Author How about something like this - ping -q -c1 -w3 server /dev/null || echo server ping failed | mail -ne -s'Server unavailable' emailaddress Will this work? What mail command is used?
October 26, 20187 yr UnRaid uses the notify command /usr/local/emhttp/webGui/scripts/notify which I found actually easier. Once you set up notifications in the GUI, this just tacks on to the system notifications. You can specify the specifics from the command including severity. No expert here but it wasn't hard to use in a script
October 31, 20187 yr Author Yeah I finally got it working once I figured out to use the notify command.
Archived
This topic is now archived and is closed to further replies.