In a previous blog post, I described how to use Twitter for Nagios notifications – dubbing it “Twagios”.
A couple of months later, Twitter stopped supporting basic authentication (username/password). This meant that the old (simple) way of sending notifications stopped working. In this post, I’ll explain how I replaced the old Twagios with a new script – “Twagios 2.0″
First of all, a big thank you to Jeff Miller for writing this excellent post on using the Python tweepy library to create a simple command line client. I simply followed Jeff’s instructions…
Install the tweepy library
Create a new OAuth registration at [...]
Continue reading Twagios 2.0 – Nagios notifications revisited