« Checking tftp | Main | A fixed scale on Nagiosgraph »

July 7, 2006

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d83451f81d69e200d83451f82769e2

Listed below are links to weblogs that reference Lessons in ... RSS:

Comments

wsanders1

Trying to get it to work with kdenewstickerm, which is slighty different than using an aggregator. It sort of works with Nagios 2.0rc2, not much info in the items, just hostname and a link:

: hostname
...
Output:
...

Since it's easy to hack on rss-multiuser and do use the Nagios environment variable fu, I give this an A in concept.

D. Berlin

Thunderbird seems to have problems with the GUID generated by rss-multiuser
(some RSS items never show up, TB ignores them or thinks, they're duplicates...)
Changing the GUID from "/nagios/..." to "Nagios/..." seems to help.

Patrice Caron

For assur valid link in RSS, i have modify rss-multiuser for add CGI::escapeHTML.

EX:
Replace link => "${Settings::server}${Settings::extinfo}?$url_params",
by
link => CGI::escapeHTML("${Settings::server}${Settings::extinfo}?$url_params"),

Jerod Santo

I'd just like to say thanks for writing this! I too was being overwhelmed by Nagios email alerts and am very pleased to have implemented this alternative.

Cheers :)

Steve Shipway

You are right about the original shortcomings of my status-CGI based RSS feed offering, although it now supports Nagios 2 as well as Nagios 1. We went the constant-poll way because it means we can give people RSS notification without having to update the contacts.cfg file - if you are a contact, then you'll automatically have access to RSS. The load on the server with Nagios 2 is now minimal, although with Nagios 1.x it was becoming a bit of a problem.

One reason for using a separate system to the Nagios notifications was that people were asking for emails on criticals only, but an RSS feed showing warnings as well. This would have required a separate contact definition. However, using a status.cgi modification then brought in a new requirement - although it already had filters to ignore scheduled downtime and disabled notification, I needed a new filter to ignore items which were outside of their notification window. Fortunately, Nagios already has such a function available to call internally.

Another problem that needed to be overcome was spotting updates - eg, if a Disk alert was 'critical - 90%' and later became 'critical - 95%' this should be seen as an update rather than a new article. The only way to achieve this appeared to be using the GUID which is not supported by all readers.

We also have various links added within the feed to allow single-click acknowledgement of alerts, and hopping to detail pages and so on.

Rumen Alexandrov

Hey,

Is this project outdated? I spent 6 hours trying to start this "RSS" thing and nothing.

I'm stucked on installing this. I've inserted into configs "notify-by-rss" command which has no parameters (uhm, this's strange..) and I see nagios executing it but no rss is generated.

Did anyone run this plugin successfully?

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment