I was asked by one of the other system admins here if it's possible to disable notifications of all services (hosts included) for a group of hosts.
the purpose is so that when they are applying windows patchs, they only want to click on somethign once to disable the alerts for when it comes reboot time.
I saw that if I made some hosts a child of another, I can disable the host, and child hosts but it doesn't say anything about the services.
any ideas?
Disable a group
Disable a group
Everybody is somebody else’s weirdo
Re: Disable a group
Wouldn't that just be scheduled downtime?
http://nagios.sourceforge.net/docs/3_0/downtime.html
http://nagios.sourceforge.net/docs/3_0/downtime.html
The first filter for host or service notifications is a check to see if the host or service is in a period of scheduled downtime. If it is in a scheduled downtime, no one gets notified. If it isn't in a period of downtime, it gets passed on to the next filter. As a side note, notifications for services are suppressed if the host they're associated with is in a period of scheduled downtime.
Former Nagios employee
Re: Disable a group
but that is one host at a time.
they are looking for something similar to clicking "disable notification all services for this host" (include host too) but for a group of hosts, not just one.
they are looking for something similar to clicking "disable notification all services for this host" (include host too) but for a group of hosts, not just one.
Everybody is somebody else’s weirdo
Re: Disable a group
If you go to Hostgroup Summary, then click the hostgroup name (in parentheses) you will see a "Schedule downtime for all hosts in this hostgroup" link:
http://192.168.1.150/nagios/cgi-bin/ext ... ux-servers
The full list of commands:
Same goes for service groups.
http://192.168.1.150/nagios/cgi-bin/ext ... ux-servers
The full list of commands:
Code: Select all
Schedule downtime for all services in this hostgroup
Enable notifications for all hosts in this hostgroup
Disable notifications for all hosts in this hostgroup
Enable notifications for all services in this hostgroup
Disable notifications for all services in this hostgroup
Enable active checks of all services in this hostgroup
Disable active checks of all services in this hostgroup
Former Nagios employee
Re: Disable a group
outstanding...... never thought about clicking on there
THank you
THank you
Everybody is somebody else’s weirdo