search for: sms2

Displaying 1 result from an estimated 1 matches for "sms2".

Did you mean: smb2
2016 Oct 06
2
NOTIFYCMD doesn't work at all... not fully
Hi there, i have a problem with the NOTIFYCMD in the upsmon.conf file. My line in the config looks like this: NOTIFYCMD "/etc/nut/upsnotify.sh" Now this ist my "/etc/nut/upsnotify.sh": #!/bin/bash EMAIL='mail at domain.de' SMS1='+49123456789' SMS2='+491987654231' #eMail versenden echo -e "Die USV mit dem Namen '$UPSNAME' hat seinen Status ge?ndert!\n\nAktueller Status: '$NOTIFYTYPE'\n\nam `date +%d.%m.%Y` um `date +%H:%M` Uhr" |mail -s "[USV: $UPSNAME][STATUS] $NOTIFYTYPE am `date +%d.%m.%Y` um `date...