Search found 10 matches
- Fri Jul 24, 2015 8:26 am
- Forum: Open Source Nagios Projects
- Topic: How to exclude mount point from disk usage checking?
- Replies: 1
- Views: 2067
How to exclude mount point from disk usage checking?
Hi, I am trying to exclude/ignore some mount point from beign checked by check_disk: define command{ command_name check_local_disk command_line $USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ -i /excluded/share } and unfortunately Nagios still complaining about low space on '/excluded/share'. What ...
- Wed Jun 24, 2015 3:41 am
- Forum: Open Source Nagios Projects
- Topic: Separate page without password
- Replies: 1
- Views: 642
Separate page without password
Hi,
I am trying to make additional page for group of hosts. This page must be accessible without any password. How can I configure something like this?
I am trying to make additional page for group of hosts. This page must be accessible without any password. How can I configure something like this?
- Fri Oct 10, 2014 5:02 pm
- Forum: Open Source Nagios Projects
- Topic: rogue dhcp server detection
- Replies: 6
- Views: 4345
Re: rogue dhcp server detection
what should be placed instead of somehost? I define somehost in hosts.cfg I have to put an IP address. Which IP?
- Fri Oct 10, 2014 8:47 am
- Forum: Open Source Nagios Projects
- Topic: rogue dhcp server detection
- Replies: 6
- Views: 4345
Re: rogue dhcp server detection
OK, I've added this to Nagios successfully, but I can't see it on the list of monitored servers and services.
- Fri Oct 10, 2014 8:08 am
- Forum: Open Source Nagios Projects
- Topic: rogue dhcp server detection
- Replies: 6
- Views: 4345
Re: rogue dhcp server detection
ok I've found this: http://louismeunier.com/wp/?p=41 and it is working for me, but could someone please help me with configuration of Nagios for this? I am trying to add to commands.cfg: define command { command_name check_dhcp command_line $USER1$/usr/lib/nagios/plugins/check_rogue_dhcp } or define...
- Fri Oct 10, 2014 5:21 am
- Forum: Open Source Nagios Projects
- Topic: rogue dhcp server detection
- Replies: 6
- Views: 4345
rogue dhcp server detection
Hi,
I am looking for rogue dhcp server detection plugin, but I would like to detect only really rogue server not every dhpc servers. so plugin should has a white list or something.
I am looking for rogue dhcp server detection plugin, but I would like to detect only really rogue server not every dhpc servers. so plugin should has a white list or something.
- Fri Oct 10, 2014 5:19 am
- Forum: Open Source Nagios Projects
- Topic: SNMP problem - No data received from host
- Replies: 6
- Views: 3102
Re: SNMP problem - No data received from host
yes that was the problem. I have fixed it before you've answered me. however thank you.lmiltchev wrote:Are you sure that you are using the correct OID? Have you tested running these checks from the CLI?
Code: Select all
./check_snmp -H 10.171.24.53 -C 'community' -o .1.3.6.1.4.1.318.1.1.1.2.2.2.0
- Tue Oct 07, 2014 10:59 am
- Forum: Open Source Nagios Projects
- Topic: SNMP problem - No data received from host
- Replies: 6
- Views: 3102
Re: SNMP problem - No data received from host
command: # 'notify-host-by-email' command definition define command{ command_name notify-host-by-email command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDa...
- Tue Oct 07, 2014 10:05 am
- Forum: Open Source Nagios Projects
- Topic: SNMP problem - No data received from host
- Replies: 6
- Views: 3102
Re: SNMP problem - No data received from host
here:

I don't have problem with monitoring the rest of my devices including storage/memory usage etc.

I don't have problem with monitoring the rest of my devices including storage/memory usage etc.
- Tue Oct 07, 2014 9:06 am
- Forum: Open Source Nagios Projects
- Topic: SNMP problem - No data received from host
- Replies: 6
- Views: 3102
SNMP problem - No data received from host
Hi, I am trying to add my APC ups in to my NAgios configuration, using this tutorial: http://mihai.radoveanu.ro/2010/02/tutorial-to-monitor-aros-apc-ups-s-via-snmp-with-nagios/ but for example, when i try: /usr/lib/nagios/plugins/check_snmp -H 10.171.24.53 -C 'public' -o 'sysUpTime.0' SNMP OK - Time...