Page 1 of 1

URL View for operators

Posted: Wed Jun 03, 2020 6:49 am
by FCC_Nagios_Support
Hi,

I created a user and a contact wich can only see hosts and services linked to it
Now I want to filter view for SERVICES CRITICAL WICH ITS HOST IS NOT IN DOWNTIME.
I used values of constants.inc.php
And I tested:
http://10.5.1.156/nagiosxi/includes/com ... ustypes=16
And It shows me service in Critical but inludes host in downtime.


Any Idea?
Thans in advance
KR

Re: URL View for operators

Posted: Wed Jun 03, 2020 7:22 am
by scottwilkerson
Add the following to the end of the URL

Code: Select all

&hostattr=10

Re: URL View for operators

Posted: Wed Jun 03, 2020 8:43 am
by FCC_Nagios_Support
Many Thanks Sir.
Runs!

Re: URL View for operators

Posted: Wed Jun 03, 2020 8:52 am
by scottwilkerson
FCC_Nagios_Support wrote:Many Thanks Sir.
Runs!
Great!

Locking thread