I am using my personal Raspberry Pi B+ to test Pulseway Linux before we try on live Ubuntu 12 servers. I have been able to get everything working except the online/offline/shutdown alerts.
Here is a copy of my current config section. I added Priority="0" to WhenOffline hoping I would get a notification, but the icon still only changes to grey on the Android app. There is also no notifications for OnShutdown or when it comes back OnLine.
<!--Send a notification when the computer is offline-->
<WhenOffLine Priority="0" Enabled="true"/>
<!--Send a notification when the computer is online-->
<OnOnline Priority="2" Enabled="true"/>
<!--Send a notification when the computer is shutting down-->
<OnShutdown Priority="0" Enabled="true"/>
I am using my personal Raspberry Pi B+ to test Pulseway Linux before we try on live Ubuntu 12 servers. I have been able to get everything working except the online/offline/shutdown alerts.
Here is a copy of my current config section. I added Priority="0" to WhenOffline hoping I would get a notification, but the icon still only changes to grey on the Android app. There is also no notifications for OnShutdown or when it comes back OnLine.
<!--Send a notification when the computer is offline-->
<WhenOffLine Priority="0" Enabled="true"/>
<!--Send a notification when the computer is online-->
<OnOnline Priority="2" Enabled="true"/>
<!--Send a notification when the computer is shutting down-->
<OnShutdown Priority="0" Enabled="true"/>
Thanks,
Walt