Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Another Nagios IRC bot
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
It use named pipe to send alert on channel as soon as they are generated by Nagios.
Required :
Python>=2.3 (Should work with older version)
Twisted
Optional : daemon
This project is no longer maintained...
Python>=2.3 (Should work with older version)
Twisted
Optional : daemon
This project is no longer maintained...
Reviews (1)
bycmot-weasel, May 28, 2013
I had to change
from twisted.protocols import irc
to
from twisted.words.protocols import irc
in order to get it to run, but it does what it says on the tin, and works really well as a base to built a more complex bot from if you've not done this sort of thing before.
from twisted.protocols import irc
to
from twisted.words.protocols import irc
in order to get it to run, but it does what it says on the tin, and works really well as a base to built a more complex bot from if you've not done this sort of thing before.