Hostgroup Options entry

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
daveinvb
Posts: 67
Joined: Tue Jun 02, 2015 9:06 am

Hostgroup Options entry

Post by daveinvb »

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.
daveinvb
Posts: 67
Joined: Tue Jun 02, 2015 9:06 am

Re: Hostgroup Options entry

Post by daveinvb »

It is in the NagiosQL database.

Code: Select all

Update nagiosql.tbl_host set hostgroups_tploptions = 0 where hostgroups_tploptions = 2
This topic can be closed.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Hostgroup Options entry

Post by lmiltchev »

Noted.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked