Browse Source

Fix email notification issue for Teamspeak 3 servers.

pull/582/head
Chris Nord 9 years ago
parent
commit
6fe7a7ff6a
  1. 2
      functions/fn_monitor

2
functions/fn_monitor

@ -45,7 +45,7 @@ else
if [ "${emailnotification}" = "on" ]; then
subject="${servicename} Monitor - Restarting ${servername}"
actiontaken="restarted ${servername}"
fn_emailnotification
fn_email
fi
fi
sleep 0.5

Loading…
Cancel
Save