Search found 11 matches

by Jethro
Mon Dec 03, 2012 4:59 am
Forum: Open Source Nagios Projects
Topic: Less emails from Nagios
Replies: 1
Views: 708

Less emails from Nagios

Hello, I am currently monitoring about 40 hosts using NsClient. Each host has between 5-8 services running on each of them. I was trying to find a way to get less notifications because I'm currently getting about 200 a week. Is there anyway for if one service goes down on a host to make nagios do a ...
by Jethro
Fri Jul 13, 2012 7:32 am
Forum: Open Source Nagios Projects
Topic: Vmware servers?
Replies: 3
Views: 1420

Re: Vmware servers?

Thanks, I'm using check_esx now, but I've ran into a little problem. I put the following into /usr/local/nagios/objects/esx.cfg and added esx.cfg to the nagios.cfg. define host{ host_name esxi01 check_period 24x7 check_interval 5 retry_interval 1 max_check_attempts 10 notification_period 24x7 notifi...
by Jethro
Tue Jul 10, 2012 8:30 am
Forum: Open Source Nagios Projects
Topic: Monitoring windows 2003 server
Replies: 1
Views: 884

Monitoring windows 2003 server

Hello :) I have been trying to monitor my Windows 2003 server using nagios, I am not having much luck. I tried to use this guide: http://www.telnetport25.com/2012/01/installing-nagios-on-ubuntu-server-11-10-then-monitoring-windows-and-exchange-serverspart-3setting-up-basic-exchange-2010-monitoring/ ...
by Jethro
Mon Jul 09, 2012 6:09 am
Forum: Open Source Nagios Projects
Topic: Vmware servers?
Replies: 3
Views: 1420

Vmware servers?

Hello,
What would be the best way to monitor a vmware server through a Draytek firewall?
I'm quite new to nagios and any help would be greatly appreciated :)
Thanks,
Jethro
by Jethro
Mon Jun 25, 2012 4:32 am
Forum: Open Source Nagios Projects
Topic: I can't install Net-snmp
Replies: 13
Views: 10181

Re: I can't install Net-snmp

It worked! Thank you so much for your help :)
by Jethro
Mon Jun 18, 2012 4:25 am
Forum: Open Source Nagios Projects
Topic: I can't install Net-snmp
Replies: 13
Views: 10181

Re: I can't install Net-snmp

I don't know what's going wrong exactly. You could just try installing nagios-plugins-standard with apt and copy the check_snmp binary from there. Thanks for the help, I tried this. Once I had installed the nagios-plugins-standard I went to the directory and 40-50ish .cfg files, but no check_snmp :...
by Jethro
Wed Jun 13, 2012 5:07 am
Forum: Open Source Nagios Projects
Topic: I can't install Net-snmp
Replies: 13
Views: 10181

Re: I can't install Net-snmp

Thanks again, libperl-dev installed perfectly. However net-snmp and net-snmp-utils still can't be located. Am I doing something very wrong?
by Jethro
Fri Jun 08, 2012 11:02 am
Forum: Open Source Nagios Projects
Topic: I can't install Net-snmp
Replies: 13
Views: 10181

Re: I can't install Net-snmp

apt-get install libnet-snmp-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
libnet-snmp-perl is already the newest version.
libnet-snmp-perl set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.

:|
by Jethro
Fri Jun 08, 2012 6:27 am
Forum: Open Source Nagios Projects
Topic: I can't install Net-snmp
Replies: 13
Views: 10181

Re: I can't install Net-snmp

Thanks for the quick answer but I already have perl and it is the latest version. apt-get net-snmp still comes back with E: Unable to locate package
Do you have any other ideas?
by Jethro
Thu Jun 07, 2012 9:49 am
Forum: Open Source Nagios Projects
Topic: I can't install Net-snmp
Replies: 13
Views: 10181

I can't install net-snmp

Hey, I was having troubles with the finding the uptime using check_snmp so I checked my plugins to see if it was in there and it wasn't. I therefore tried to install net-snmp and net-snmp-utils to help resolve this issue. I tried apt-get install with both of these but they both came back saying E : ...