Hi, i have been searching for a while i have successfully added hosts and can monitor any application and service that i want but my nagios core service group not showing any thing i want to add service group ... .
Please tell me in detail that how can we add service group or let me know any document about it hopes to listen from you soon ...
Thanks in Advance
How To Create Service Group ??
Re: How To Create Service Group ??
Hi,
you muste define a service group (http://nagios.sourceforge.net/docs/3_0/ ... rvicegroup) look like this:
and in service definition add servicegroups directive (http://nagios.sourceforge.net/docs/3_0/ ... ml#service)
Regards
Ivan
you muste define a service group (http://nagios.sourceforge.net/docs/3_0/ ... rvicegroup) look like this:
Code: Select all
define servicegroup{
servicegroup_name myservicegroup
alias alias
}
Code: Select all
define service{
...
servicegroups myservicegroup
...
}
Ivan