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
96232
Files:
FileDescription
install.txtinstall.txt
irc.pyirc.py
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.