Search found 3 matches

by slinx
Tue Feb 19, 2013 2:24 pm
Forum: Open Source Nagios Projects
Topic: Allow use of ARGn macros in Extended Actions and Notes URIs
Replies: 3
Views: 3043

Allow use of ARGn macros in Extended Actions and Notes URIs

As described in my post about using ARGn macros in the Extended Notes and Actions URI fields , it would be very useful to be able to reference the ARGn macros in custom Extended Notes and Actions to refer to the arguments passed to the monitored service. Another potentially useful feature would be n...
by slinx
Tue Feb 19, 2013 2:09 pm
Forum: Open Source Nagios Projects
Topic: Using $ARG1$ macro in service Action URL
Replies: 3
Views: 3699

Re: Using $ARG1$ macro in service Action URL

Thanks for your input. I guess this would need to be implemented as a new feature.
by slinx
Thu Feb 14, 2013 10:27 am
Forum: Open Source Nagios Projects
Topic: Using $ARG1$ macro in service Action URL
Replies: 3
Views: 3699

Using $ARG1$ macro in service Action URL

Hello, We have a service defined in Nagios to check a host using ARG1 as the host's internal testing IP address, which is different from the host's defined HOSTADDRESS. I tried creating a service template with an Action URL like this: http://$ARG1$/cgi-bin/$SERVICEDESC$/test-for-up.html When I click...