Page 1 of 1

do I have to create service for every node

Posted: Wed Aug 21, 2013 8:11 am
by barry1946
I have 20 routers and 20 switches which I am going to monitor with nagios .
the question is that do I have to create service for every node or creating one service and referring all of the nodes to it will work.
for instance for ping service . should it be one entry-per node ?

Re: do I have to create service for every node

Posted: Wed Aug 21, 2013 9:37 am
by slansing
What you could do, is create a set of services and apply them to every host that they would work properly with. This should be fine:

http://nagios.sourceforge.net/docs/3_0/ ... tions.html

Re: do I have to create service for every node

Posted: Fri Aug 30, 2013 10:40 am
by barry1946
yes In the created service we need to add the hostgroup we need to use the service.
solved