Hostgroup Options entry
Hostgroup Options entry
What is the database entry for the "Host Group Options" section in Host Management under Common Settings > Manage Hostgroups. I don't see it listed under nagios.nagios_hosts. I'd like to do a mass update to change all hosts to + and most are currently set to standard.
Re: Hostgroup Options entry
It is in the NagiosQL database.
This topic can be closed.
Code: Select all
Update nagiosql.tbl_host set hostgroups_tploptions = 0 where hostgroups_tploptions = 2Re: Hostgroup Options entry
Noted.
Be sure to check out our Knowledgebase for helpful articles and solutions!