USERxx variables not usable in actions_url and notes_url
Posted: Tue Oct 01, 2013 8:17 am
I am using Nagios Core 3.5.0
I have the following service definition:
service{
...
action_url http://$USER10$/static/html/node.html?node=$USER3$&host=$HOSTADDRESS$
}
The USERxx variables have been set correctly in the resource.cfg.
However, the URL that gets generated does not get the value at all for the USER varaibles but gets the value for HOSTADDRESS.
Is there something that I need to do to all USER variables to be available for the action_url and notes_url?
Thanks,
Yash
I have the following service definition:
service{
...
action_url http://$USER10$/static/html/node.html?node=$USER3$&host=$HOSTADDRESS$
}
The USERxx variables have been set correctly in the resource.cfg.
However, the URL that gets generated does not get the value at all for the USER varaibles but gets the value for HOSTADDRESS.
Is there something that I need to do to all USER variables to be available for the action_url and notes_url?
Thanks,
Yash