action_url not translating all macros
Posted: Thu Jan 05, 2012 1:20 pm
I am writing a custom PHP page for some actions that I want to be able to perform, and when I put my macros in the action_url directive, only some of them are translating. I was wondering if anyone else was having this problem, or if anyone knew why this was happening.
The $SERVICEGROUPNAMES$ and $SERVICESTATE$ macros are not translating, but the others translate just fine.
These should be the current values of these macros:
Thanks in advance!!!!
JP
Code: Select all
action_url actions.php?host=$HOSTNAME$&service=$SERVICEDESC$&servicegroups=$SERVICEGROUPNAMES$&address=$HOSTADDRESS$&servicestate=$SERVICESTATE$&action=1
These should be the current values of these macros:
Code: Select all
$SERVICEGROUPNAMES$ = 3Ware_RAID_Services,All_Services
$SERVICESTATE$ = WARNING
JP