Search found 5 matches
- Thu Apr 25, 2013 12:56 pm
- Forum: Open Source Nagios Projects
- Topic: Add sevices to servicegroup
- Replies: 2
- Views: 1034
Re: Add sevices to servicegroup
Thank you. I didn't realize I can add a servicegroup to a service. This is exactly what I was looking for.
- Thu Apr 25, 2013 8:07 am
- Forum: Open Source Nagios Projects
- Topic: Add sevices to servicegroup
- Replies: 2
- Views: 1034
Add sevices to servicegroup
Hi all, I know how to create a service group and to add services to it manually. What I want to do is to do it more automatically. I have created a service template called fileage-sevice. After that I have created several services that use this template to monitor the age of certain logfiles. Now I ...
- Wed Aug 15, 2012 8:35 pm
- Forum: Open Source Nagios Projects
- Topic: New to Nagios - Monitor Windows Server
- Replies: 4
- Views: 1995
Re: New to Nagios - Monitor Windows Server
I changed define service{ use generic-service hostgroup_name windows-servers service_description C:\ Drive Space check_command check_nt!USEDDISKSPACE!-l c -w 80 -c 90 } to define service{ use generic-service hostgroup_name windows-servers service_description C:\ Drive Space check_command check_nt!US...
- Wed Aug 15, 2012 6:48 pm
- Forum: Open Source Nagios Projects
- Topic: New to Nagios - Monitor Windows Server
- Replies: 4
- Views: 1995
Re: New to Nagios - Monitor Windows Server
Thank's jsmurphy. That took care of the "Connection refused" messages. Unfortunately I still have the "wrong -l parameter" status.
Michael
Michael
- Wed Aug 15, 2012 2:17 pm
- Forum: Open Source Nagios Projects
- Topic: New to Nagios - Monitor Windows Server
- Replies: 4
- Views: 1995
New to Nagios - Monitor Windows Server
Hi all, I'm new to Nagios. I've installed Nagios3 on Ubuntu 12.04 Sever. I've modified nagios.cfg and windows.cfg to be able to monitor a windows server. Basically that works but I get this C:\ Drive Space UNKNOWN 2012-08-15 15:03:34 0d 0h 31m 22s 4/4 wrong -l argument as the result when I try to mo...