I searched but couldn't find a previous thread about this and am surprised or blind.
Is there some way to search the service status screen by the "Status Information" field? As far as I am aware when using the search box it only searches Host and Service names.
Thanks!
Search the Status Information field
Search the Status Information field
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Search the Status Information field
Hello, @BanditBBS. You can use MySQL query to search for a string in the service status field:
But there is no way to do the same from the GUI. This could be a good idea for a feature request though.
Code: Select all
echo "select * from nagios_servicestatus where output LIKE '%PING OK%'\G;" | mysql -u root -pnagiosxi nagiosAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Search the Status Information field
Thanks @npolovenko please add it to feature request list!
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Search the Status Information field
@BanditBBS, Ok, done.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.