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

MultiURL Patch

Rating
0 votes
Favoured:
1
Compatible With
  • Nagios 3.x
Hits
161568
Files:
FileDescription
nagios-3.2.1-multiurl-patch.txtnagios-3.2.1-multiurl-patch.txt
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
A patch for the Nagios CGI-bins which allows to specify *several* hyperlinks / URLs within a single action_url / notes_url statement.
This patch, currently against Nagios 3.2.1 , changes the parsing of action_url and notes_url by the CGI-bins. For example, if you specify

notes_url '/wiki?page=$HOSTNAME$' '/stats?host=$HOSTNAME$&srv=$SERVICEDESC$' /doc/$HOSTNAME$.html

for a service, you will get ***three*** icons with hyperlinks to the three URLs.

The icons referenced will be "1-notes.gif" for the link to /wiki, "2-notes.gif" for the /stats link, and the usual "notes.gif" for the link to /doc because it does not *start* with a single quote.

If you need to use "URLs" which themselves contain single quotes (see the PNP4Nagios docs for a real-world example), you will have to put them *last* and *not* start them with a single quote.

Known bug: The part of the Nagios CGI code dealing with *_urls of host/service *groups* is structured in a different way, and has *not* been patched accordingly.

Important note: There's a bug in Nagios 3.2.1 which may cause action_url / notes_url URLs to get truncated within a status.cgi page; the MultiURL patch makes this problem more visible than before. You may want to install my "Nagios 3.2.1 *_url Fix" as well. Upcoming versions of Nagios will already include that fix.