Plugin for Nagios, to generate RSS feed of recent events.


Required perl modules:

AppConfig
Data::Dumper
Date::Format
URI::Escape
XML::RSS


Check paths and tune config file.


Add to nagios configuration:

1. checkcommands.cfg

define command {
        command_name update_rss
        command_line /usr/lib/nagios/plugins/rss/rss.pl
}

2. nagios.cfg

global_host_event_handler=update_rss
global_service_event_handler=update_rss


Download nagios-rss-0.1.tar.gz