Custom Help Desk Component
Posted: Thu Jun 19, 2014 11:55 am
We are working on some custom modifications to Open Service Problems for a Help Desk.
Question:
Trying to add a filter option to the status.php page for HostGroup by ID.
Currently properties are set using the following format:
http://107.170.216.229/nagiosxi/include ... iceattr=15
This is translated by the view into a filter that is applied to the view:
Filters: Host=Up,Not Acknowledged,Not In Downtime Service=Warning,Unknown,Critical,Not Acknowledged,Not In Downtime
We are looking to add a new parameter to accomplish filtering by a specific HostGroup ID or Name.
We assume it might look something like this:
http://107.170.216.229/nagiosxi/include ... groupid=11
However this (and several other formats we have tried) did not work.
Looking for ideas....
Question:
Trying to add a filter option to the status.php page for HostGroup by ID.
Currently properties are set using the following format:
http://107.170.216.229/nagiosxi/include ... iceattr=15
This is translated by the view into a filter that is applied to the view:
Filters: Host=Up,Not Acknowledged,Not In Downtime Service=Warning,Unknown,Critical,Not Acknowledged,Not In Downtime
We are looking to add a new parameter to accomplish filtering by a specific HostGroup ID or Name.
We assume it might look something like this:
http://107.170.216.229/nagiosxi/include ... groupid=11
However this (and several other formats we have tried) did not work.
Looking for ideas....