I read today that Growl is finished. While it will at least partially continue to work for a while, I think it's time for me to find a replacement.
I mainly use Growl for notifications from remote and unattended machines. For example, I have a remote Raspberry Pi that periodically takes and uploads webcam images. If the upload fails I use a python script and GNTP to send a Growl notice to my main Mac. That notice gets forwarded to other machines, including iOS devices, via Prowl.
I know I can do Mac Notification Center notifications from the command line, but those notifications only go to one machine and are not broadcast to other devices. Anyone know how to do that?
This works for sending a message from a remote Pi to my Mac at home:
But, the message gets to that Mac and only that Mac. If I'm not home I won't get it.
There must be a way to do this.
And, yes, I do use email for urgent stuff. All of my machines have mail servers, so sending an email from within a script is easy. But, email seems like overkill for minor stuff.
Any ideas?
I mainly use Growl for notifications from remote and unattended machines. For example, I have a remote Raspberry Pi that periodically takes and uploads webcam images. If the upload fails I use a python script and GNTP to send a Growl notice to my main Mac. That notice gets forwarded to other machines, including iOS devices, via Prowl.
I know I can do Mac Notification Center notifications from the command line, but those notifications only go to one machine and are not broadcast to other devices. Anyone know how to do that?
This works for sending a message from a remote Pi to my Mac at home:
pi@raspcondo:~ $ ssh -p 10000 mnewman@[dynamic.dns.domain] '/opt/local/bin/terminal-notifier -message "Hi" -title "Hello Message"
'But, the message gets to that Mac and only that Mac. If I'm not home I won't get it.
There must be a way to do this.
And, yes, I do use email for urgent stuff. All of my machines have mail servers, so sending an email from within a script is easy. But, email seems like overkill for minor stuff.
Any ideas?