Home Directory Addons Notifications IRC Another Nagios IRC bot

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Another Nagios IRC bot

Rating
2 votes
Favoured:
0
Hits
96533
Files:
FileDescription
install.txtinstall.txt
irc.pyirc.py
Nagios CSP

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!
This is another irc bot for Nagios written in Python.
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...
Reviews (1)
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.