Search found 24 matches
- Thu Sep 24, 2020 11:15 am
- Forum: Open Source Nagios Projects
- Topic: SNMP poll for CPU utlization
- Replies: 1
- Views: 810
SNMP poll for CPU utlization
Hello Team. I need to read CPU utilization from a HP Network Switch. OID to read is 1.3.6.1.4.1.11.2.14.11.5.1.9.6 and trying it using SNMPWALK command result is good snmpwalk -v1 -c public X.Y.Z.W 1.3.6.1.4.1.11.2.14.11.5.1.9.6, where X.Y.Z.W is IP address of switch I'm encoutering difficulties to ...
- Thu May 26, 2016 9:59 am
- Forum: Open Source Nagios Projects
- Topic: Host with Dynamic IP Address
- Replies: 1
- Views: 1421
Host with Dynamic IP Address
Hello.
I need to say if is possible to monitor Windows Computers configured to get IP address from different DHCP Servers.
On HOST definition I can put only a fixed IP.
On these computers I nedd to use CHECK_NRPE service to monitoring some parameters:
CPU usage
DISK usage
....
Thanks for help!
I need to say if is possible to monitor Windows Computers configured to get IP address from different DHCP Servers.
On HOST definition I can put only a fixed IP.
On these computers I nedd to use CHECK_NRPE service to monitoring some parameters:
CPU usage
DISK usage
....
Thanks for help!
- Fri Oct 09, 2015 1:15 am
- Forum: Open Source Nagios Projects
- Topic: check_iferrors_percent
- Replies: 15
- Views: 4036
Re: check_iferrors_percent
OK.
I'll do this last test and in case of bad result I'll change strategy.
I'm not sure to follow the right method for my need...
You can close the ticket.
Thanks a lot for all Your assistance.
I'll do this last test and in case of bad result I'll change strategy.
I'm not sure to follow the right method for my need...
You can close the ticket.
Thanks a lot for all Your assistance.
- Thu Oct 08, 2015 5:04 am
- Forum: Open Source Nagios Projects
- Topic: check_iferrors_percent
- Replies: 15
- Views: 4036
Re: check_iferrors_percent
Hello [root@localhost libexec]# ./check_iferrors_percent -H 10.236.4.170 -C public - i 19 IFERRORS CRITICAL - Interface error rates for host 10.236.4.170 | 19_out_discards=0%;0.0075;0.01 19_in_discards=0%;0.0075;0.01 19_out_errors=0%;0.0075;0.01 19_in_errors=0%;0.0075;0.01 Thanks
- Wed Oct 07, 2015 3:50 am
- Forum: Open Source Nagios Projects
- Topic: check_iferrors_percent
- Replies: 15
- Views: 4036
Re: check_iferrors_percent
Hello. Then I've try this command: [root@localhost libexec]# ./check_iferrors_percent -H 10.236.4.170 -C public -w 0.00075 -c 0.001 -i 19 IFERRORS CRITICAL - Interface error rates for host 10.236.4.170 | 19_out_discards=0%;0.00075;0.001 19_in_discards=0%;0.00075;0.001 19_out_errors=0%;0.00075;0.001 ...
- Sun Oct 04, 2015 5:31 am
- Forum: Open Source Nagios Projects
- Topic: check_iferrors_percent
- Replies: 15
- Views: 4036
Re: check_iferrors_percent
Hello Error is the same: [ root@localhost libexec]# ./check_iferrors_percent -H 10.236.4.170 -C public -w 0.0075 -c 0.001 -i 19 IFERRORS CRITICAL - Interface error rates for host 10.236.4.170 | 19_out_discards=0%;0.0075;0.001 19_in_discards=0%;0.0075;0.001 19_out_errors=0%;0.0075;0.001 19_in_errors=...
- Fri Oct 02, 2015 9:41 am
- Forum: Open Source Nagios Projects
- Topic: check_iferrors_percent
- Replies: 15
- Views: 4036
Re: check_iferrors_percent
Hello. Some other operations I've done: 1) chmod 777 /usr/local/nagios/libexec/check_iferrors_percent 2) chmod o+w /var/cache/nagios Now command works fine also like NAGIOS privilege: [nagios@localhost libexec]$ ./check_iferrors_percent -H 10.236.4.170 -C public -w 0.0075 -c 0.01 -i 19 IFERRORS CRIT...
- Fri Oct 02, 2015 4:46 am
- Forum: Open Source Nagios Projects
- Topic: check_iferrors_percent
- Replies: 15
- Views: 4036
Re: check_iferrors_percent
Hello.
On CHECK_INTERFACE_PERCENT script I changed make_path command and used mkpath.
Now with root privilege script works fine.
Only one problem is to use like Nagios user privilge (see attached file).
How can I set correct permission?
Thanks
On CHECK_INTERFACE_PERCENT script I changed make_path command and used mkpath.
Now with root privilege script works fine.
Only one problem is to use like Nagios user privilge (see attached file).
How can I set correct permission?
Thanks
- Fri Oct 02, 2015 1:30 am
- Forum: Open Source Nagios Projects
- Topic: check_iferrors_percent
- Replies: 15
- Views: 4036
Re: check_iferrors_percent
Hello.
Installtions worked fine.
Now If I manually try commad check_iferrors_percent a new error appear.
See attached file.
Thanks
Installtions worked fine.
Now If I manually try commad check_iferrors_percent a new error appear.
See attached file.
Thanks
- Wed Sep 30, 2015 2:30 am
- Forum: Open Source Nagios Projects
- Topic: check_iferrors_percent
- Replies: 15
- Views: 4036
Re: check_iferrors_percent
Hello I've tried installa using yum install nagios-plugins-perl I manually copied PLUGIN.PM on all repositories showned on error message. But error is the same: [root@localhost libexec]# ./check_iferrors_percent Can't locate Nagios/Plugin.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i38...