Search found 2 matches

by nejsemzprahy
Fri Mar 23, 2012 6:45 am
Forum: Open Source Nagios Projects
Topic: Nagios Core Macros + username stored in session
Replies: 1
Views: 988

Re: Nagios Core Macros + username stored in session

OK, figured it out somehow by myself... To pass the username I created a cookie. The only service macro that is usable in All Unhandled table is $SERVICEDESC$, which passes a name of the service. Inside the script I use the name of the service and a name of the service's host to get all desired data...
by nejsemzprahy
Sun Mar 18, 2012 9:33 am
Forum: Open Source Nagios Projects
Topic: Nagios Core Macros + username stored in session
Replies: 1
Views: 988

Nagios Core Macros + username stored in session

Our company is trying to develop a script for automatic sending of helpdesk reports from the Nagios Services table (in Nagios Core) and we recently encountered several problems. The idea is of calling a server side PHP script through the built-in "notes_url" functionality that will create ...