nagendra kumar Verma | 26 Apr 2013 08:05
Picon

Regarding NRPE v2.13 , In web Interface showing connection refused by host

Dear Sir,


           I am using RHEL-5.1 on server I have installed Nagios-3.2.3 , nagios-plugins-1.4.16
           and nrpe-2.13.
           and on client machine fedora 2.6.32.16-150.fc12.i686.PAE , nagios-plugins-1.4.16 and     nrpe-2.13.

           when I am checking in web inetrface its showing in status information for remotehost
           connection refuged by host.

           I have checked these things.

on server

          /usr/local/nagios/libexec/check_nrpe -H client-ip

giving       NRPE v2.13

        /usr/local/nagios/libexec/check_nrpe -H localhost

giving       Connection refused by host


on client

       /usr/local/nagios/libexec/check_nrpe -H localhost

giving      NRPE v2.13

       /usr/local/nagios/libexec/check_nrpe -H 10.180.5.84

giving       Connection refused by host

also I have gone through NRPE Troubleshooting_and_comman_solution.pdf
and checked
allowed_hosts=127.0.0.1,<nagios server ip>
only_from = 127.0.0.1 <Nagios server ip>

nmap <remote host ip> -p 5666     from server
giving ----
PORT STATE SERVICE
5666/tcp open nrpe

  I am running NRPE through xinetd.

please help me I am not getting what I need to do.


Thanks
nagendra
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help@...
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
nagendra kumar Verma | 22 Apr 2013 06:04
Picon

Problem in Installing nagios plugin 1.4.16

Dear Sir/Madam,

            I am trying to install nagios plugin 1.4.16 while I am configuring with command
            ./configure I have hanged  here       checking for ps syntax...
            I have also tried this command
     
./configure --with-nagios-user=nagios --with-nagios-group=nagios --enable-redhat-pthread-workaround

but still I am stucking please help me what to do.


Thanks
nagendra

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help@...
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
Jim Cheetham | 8 Apr 2013 05:07
Picon
Favicon
Gravatar

check_http -C : send an HTTP request when checking the certificate

I have a strange HTTPS server here, that really doesn't like to see a connection that doesn't end up
requesting some URL (it's an internal server-to-server API, so to be fair it isn't expecting to have many
browsers/humans as clients).

Unfortunately, when I do an SSL certificate age check with check_http -C, no URL request is sent. This
server logs an error, and also (I think) memory leaks and eventually dies.

I'd like to propose an extra option to check_http, that forces an URL to be sent during a certificate check
(no need to change the current behaviour, that's normally just fine). The result of setting this option
will be to suppress the early connection shutdown & return in check_http() when check_cert is TRUE, and to
instead simply return the current value of result after the query has been sent, and the connection closed normally.

I haven't looked at writing the code for the option, but instead just verified that the functionality
change was valid for my poor server.

Diffs for check_http.c :-

 <at>  <at>  -824,9 +824,12  <at>  <at> 
       return result;
     if (check_cert == TRUE) {
       result = np_net_ssl_check_cert(days_till_exp_warn, days_till_exp_crit);
+      // PROPOSED:
+      // if (check_cert_sendrequest == TRUE) {
       np_net_ssl_cleanup();
       if (sd) close(sd);
       return result;
+      // }
     }
   }
 #endif /* HAVE_SSL */

 <at>  <at>  -939,6 +942,11  <at>  <at> 
 #endif
   if (sd) close(sd);
 
+  /* PROPOSED: If we were checking only the certificate, return now */
+  // if (check_cert == TRUE) {
+  //   return result;
+  // }
+
   /* Save check time */
   microsec = deltime (tv);
   elapsed_time = (double)microsec / 1.0e6;

What is the preferred method of submitting a fuller patch?
---
Jim Cheetham, Information Security, University of Otago, Dunedin, N.Z.
✉ jim.cheetham <at> otago.ac.nz ☏ +64 3 470 4670 ☏ m +64 21 227 0015
⚷ OpenPGP: B50F BE3B D49B 3A8A 9CC3 8966 9374 82CD C982 0605


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
Tilakraj Rajasekar | 4 Apr 2013 10:53
Favicon

nagios plugin issues...

Hi,

I installed nagios plugin in my one of our server centos 64-bit, other nagios plugin are working fine but only that mysql plugin was not working it asking "libmysqlclient18.so" but it actually available in lib64/mysql/ folder but it's still asking.

What we suspect is, that installed nagios mysql plugin it checking that mysql library in lib/ folder not in lib64/ folder. 

We copied that required "mysqlclient18.so" in lib64/ to lib/ folder, after we try to run the nagios mysql plugin the same error only it generates.

Even we tried with the nagios-plugin 64-bit package, But sill the same error exist.

We need your assistance to solve this problem.

Thanks,
Tilak.,

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help@...
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
Michael Berman | 28 Mar 2013 15:18
Picon
Favicon

Michael Berman is out of the office on vacation

I will be out of the office starting  03/23/2013 and will not return until 04/02/2013.

I'll be out of the office on vacation from COB 2013-03-23 to 2013-04-01, returning 2013-04-02.

Coverage for critical issues during my absense:

The Ally US SA team lead is now Marcus Blaskie.  Please contact him for any concerns with that team.

For SME support, please use the oncall pager.

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help@...
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
giordano.scifoni | 28 Mar 2013 13:20
Picon
Favicon

Nagios Plugin for TIBCO and IBM CDC

Dear,

 

I’m working in Accenture and for my project we would like to use Nagios  to check our environment.

We are using TIBCO Rendezvous and InfoSphere CDC (Chenge Data Capture) but I don’t find plugin in Nagios for monitoring them.

 

Can I help you?

 

Thanks a lot

 

Best Regards

Giordano


This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy.

______________________________________________________________________________________

www.accenture.com
------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help@...
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
Tomislav Schubert | 22 Mar 2013 12:59
Picon

Tr

Hey colls,

I am new on this mailing-list, so hello everybody!

I'm facing this following error message after entering the make install command:

Validate.xs: In function ‘get_type’: Validate.xs:208: error: duplicate case value Validate.xs:205: error: previously used here make[3]: *** [Validate.o] Error 1
make[3]: Leaving directory '/usr/local/src/nagios-plugins-1.4.16/perlmods/Params-Validate-0.88'
Can't run make install at ../tools/build_perl_modules line 85.

After that error msg I looked into validate.c but line 208 and 205 are totally different.
Does anybody know how I can fix this problem?

Best Regards,

tomislav
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help@...
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
Laurent DEVIGNES | 18 Mar 2013 15:11
Picon

Deal with check_ntp and MD5

Hello Everybody,

I need to check ntp clients but the check must use MD5 encryption.

By default, nagios ntp plugin does not use MD5 encryption, is there any way to deal witch check_ntp and MD5 encryption ?

Regards,

--
Laurent
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help@...
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
Kaushal Shriyan | 12 Mar 2013 09:22
Picon

building nrpe rpm binary version 2.14 on CentOS 5.8

Hi,


I have downloaded nrpe version 2.14 using http://downloads.sourceforge.net/project/nagios/nrpe-2.x/nrpe-2.14/nrpe-2.14.tar.gz and when i open the nrpe.spec file i see version as 2.13 instead of 2.14. and i get into the below issue

my nrpe file is located here -> http://fpaste.org/u9sV/

Any suggestions please.

Regards

Kaushal

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help@...
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
Kaushal Shriyan | 12 Mar 2013 02:18
Picon

RPM build errors: File not found: /var/tmp/nrpe-buildroot/etc/init.d/nrpe

Hi


Any clue to the below issue?

[nrpe-2.14]# rpmbuild -ba nrpe.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.36913
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd /usr/src/redhat/BUILD
+ rm -rf nrpe-2.14
+ /bin/gzip -dc /usr/src/redhat/SOURCES/nrpe-2.14.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nrpe-2.14
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.36913
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd nrpe-2.14
+ export PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/bin:/bin:/usr/sbin
+ PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/bin:/bin:/usr/sbin
+ CFLAGS='-O2 -g -m64 -mtune=generic'
+ CXXFLAGS='-O2 -g -m64 -mtune=generic'
+ MAKE=make
+ ./configure --with-init-dir=/etc/init.d --with-nrpe-port=5666 --with-nrpe-user=nagios --with-nrpe-group=nagios --prefix=/usr --exec-prefix=/usr/sbin --bindir=/usr/sbin --sbindir=/usr/lib/nagios/cgi --libexecdir=/usr/lib/nagios/plugins --datadir=/usr/share/nagios --sysconfdir=/etc/nagios --localstatedir=/var/log/nagios --enable-command-args
configure: WARNING: unrecognized options: --with-init-dir
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking tcpd.h usability... yes
checking tcpd.h presence... yes
checking for tcpd.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking socket.h usability... no
checking socket.h presence... no
checking for socket.h... no
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/wait.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking for uint32_t... yes
checking for u_int32_t... yes
checking for int32_t... yes
checking for va_copy... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for C99 vsnprintf... yes
checking for getopt_long... yes
checking for main in -lnsl... yes
checking for socket in -lsocket... no
checking for main in -lwrap... yes
checking for strdup... yes
checking for strstr... yes
checking for strtoul... yes
checking for initgroups... yes
checking for closesocket... no
checking for socklen_t... yes
checking for type of socket size... size_t
checking for SSL headers... SSL headers found in /usr
checking for SSL libraries... SSL libraries found in /usr/lib64

*** Generating DH Parameters for SSL/TLS ***
Generating DH parameters, 512 bit long safe prime, generator 2
This is going to take a long time
......++*++*++*++*++*++*
checking for Kerberos include files... could not find include files
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subst
config.status: creating src/Makefile
config.status: creating package/solaris/Makefile
config.status: creating init-script
config.status: creating init-script.debian
config.status: creating init-script.suse
config.status: creating nrpe.spec
config.status: creating sample-config/nrpe.cfg
config.status: creating sample-config/nrpe.xinetd
config.status: creating include/config.h
configure: WARNING: unrecognized options: --with-init-dir


*** Configuration summary for nrpe 2.14 12-21-2012 ***:

 General Options:
 -------------------------
 NRPE port:    5666
 NRPE user:    nagios
 NRPE group:   nagios
 Nagios user:  nagios
 Nagios group: nagios


Review the options above for accuracy.  If they look okay,
type 'make all' to compile the NRPE daemon and client.

+ make all
cd ./src/; make ; cd ..
make[1]: Entering directory `/usr/src/redhat/BUILD/nrpe-2.14/src'
gcc -O2 -g -m64 -mtune=generic -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -I ../include -I ./../include -o nrpe ./nrpe.c ./utils.c ./acl.c -L/usr/lib64  -lssl -lcrypto -lnsl -lwrap  
gcc -O2 -g -m64 -mtune=generic -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -I ../include -I ./../include -o check_nrpe ./check_nrpe.c ./utils.c -L/usr/lib64  -lssl -lcrypto -lnsl 
make[1]: Leaving directory `/usr/src/redhat/BUILD/nrpe-2.14/src'

*** Compile finished ***

If the NRPE daemon and client compiled without any errors, you
can continue with the installation or upgrade process.

Read the PDF documentation (NRPE.pdf) for information on the next
steps you should take to complete the installation or upgrade.

+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.20356
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd nrpe-2.14
+ '[' /var/tmp/nrpe-buildroot '!=' / ']'
+ rm -rf /var/tmp/nrpe-buildroot
+ install -d -m 0755 /var/tmp/nrpe-buildroot/etc/init.d
+ DESTDIR=/var/tmp/nrpe-buildroot
+ make install install-daemon-config
cd ./src/ && make install
make[1]: Entering directory `/usr/src/redhat/BUILD/nrpe-2.14/src'
make install-plugin
make[2]: Entering directory `/usr/src/redhat/BUILD/nrpe-2.14/src'
/usr/bin/install -c -m 775 -o nagios -g nagios -d /var/tmp/nrpe-buildroot/usr/lib/nagios/plugins
/usr/bin/install -c -m 775 -o nagios -g nagios check_nrpe /var/tmp/nrpe-buildroot/usr/lib/nagios/plugins
make[2]: Leaving directory `/usr/src/redhat/BUILD/nrpe-2.14/src'
make install-daemon
make[2]: Entering directory `/usr/src/redhat/BUILD/nrpe-2.14/src'
/usr/bin/install -c -m 775 -o nagios -g nagios -d /var/tmp/nrpe-buildroot/usr/sbin
/usr/bin/install -c -m 775 -o nagios -g nagios nrpe /var/tmp/nrpe-buildroot/usr/sbin
make[2]: Leaving directory `/usr/src/redhat/BUILD/nrpe-2.14/src'
make[1]: Leaving directory `/usr/src/redhat/BUILD/nrpe-2.14/src'
/usr/bin/install -c -m 775 -o nagios -g nagios -d /var/tmp/nrpe-buildroot/etc/nagios
/usr/bin/install -c -m 644 -o nagios -g nagios sample-config/nrpe.cfg /var/tmp/nrpe-buildroot/etc/nagios
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip
+ /usr/lib/rpm/brp-strip-static-archive
+ /usr/lib/rpm/brp-strip-comment-note
Processing files: nrpe-2.14-1
error: File not found: /var/tmp/nrpe-buildroot/etc/init.d/nrpe
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.74958
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd nrpe-2.14
+ DOCDIR=/var/tmp/nrpe-buildroot/usr/share/doc/nrpe-2.14
+ export DOCDIR
+ rm -rf /var/tmp/nrpe-buildroot/usr/share/doc/nrpe-2.14
+ /bin/mkdir -p /var/tmp/nrpe-buildroot/usr/share/doc/nrpe-2.14
+ cp -pr Changelog LEGAL README /var/tmp/nrpe-buildroot/usr/share/doc/nrpe-2.14
+ exit 0
Processing files: nrpe-plugin-2.14-1
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.74958
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd nrpe-2.14
+ DOCDIR=/var/tmp/nrpe-buildroot/usr/share/doc/nrpe-plugin-2.14
+ export DOCDIR
+ rm -rf /var/tmp/nrpe-buildroot/usr/share/doc/nrpe-plugin-2.14
+ /bin/mkdir -p /var/tmp/nrpe-buildroot/usr/share/doc/nrpe-plugin-2.14
+ cp -pr Changelog LEGAL README /var/tmp/nrpe-buildroot/usr/share/doc/nrpe-plugin-2.14
+ exit 0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libcrypto.so.6()(64bit) libnsl.so.1()(64bit) libssl.so.6()(64bit) nagios-plugins rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/nrpe-buildroot


RPM build errors:
    File not found: /var/tmp/nrpe-buildroot/etc/init.d/nrpe
[nrpe-2.14]# 

Regards

Kaushal

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help@...
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
Ahmad Zuhd | 6 Mar 2013 10:06
Picon

check_snmp_storage.pl

I have a problem when checking the snmp storage for one of the servers.

 

Below is the command and the output:

 

[root <at> nms ~]# /usr/local/nagios/libexec/check_snmp_storage.pl  -H EMMC202  -C public -2  -m "^/NASbackup*$" -w 80 -c 95 -f

Use of uninitialized value in concatenation (.) or string at /usr/local/nagios/libexec/check_snmp_storage_wizard.pl line 547.

Use of uninitialized value in concatenation (.) or string at /usr/local/nagios/libexec/check_snmp_storage_wizard.pl line 548.

Use of uninitialized value in concatenation (.) or string at /usr/local/nagios/libexec/check_snmp_storage_wizard.pl line 549.

Data not fully defined for storage /NASbackup : UNKNOWN

 

When checking the snmp object concerning that storage device, I have found no problem in the object in different tables:

 

[root <at> nms ~]# snmpget  -v2c -c public  -m ALL EMMC202 1.3.6.1.2.1.25.2.3.1.1.19

HOST-RESOURCES-MIB::hrStorageIndex.19 = INTEGER: 19

[root <at> nms ~]# snmpget  -v2c -c public  -m ALL EMMC202 1.3.6.1.2.1.25.2.3.1.2.19

HOST-RESOURCES-MIB::hrStorageType.19 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk

[root <at> nms ~]# snmpget  -v2c -c public  -m ALL EMMC202 1.3.6.1.2.1.25.2.3.1.3.19

HOST-RESOURCES-MIB::hrStorageDescr.19 = STRING: /NASbackup

[root <at> nms ~]# snmpget  -v2c -c public  -m ALL EMMC202 1.3.6.1.2.1.25.2.3.1.4.19

HOST-RESOURCES-MIB::hrStorageAllocationUnits.19 = INTEGER: 512 Bytes

[root <at> nms ~]# snmpget  -v2c -c public  -m ALL EMMC202 1.3.6.1.2.1.25.2.3.1.5.19

HOST-RESOURCES-MIB::hrStorageSize.19 = INTEGER: 4151636931

[root <at> nms ~]# snmpget  -v2c -c public  -m ALL EMMC202 1.3.6.1.2.1.25.2.3.1.6.19

HOST-RESOURCES-MIB::hrStorageUsed.19 = INTEGER: 3013383156

[root <at> nms ~]# snmpget  -v2c -c public  -m ALL EMMC202 1.3.6.1.2.1.25.2.3.1.7.19

HOST-RESOURCES-MIB::hrStorageAllocationFailures.19 = Counter32: 0

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help@...
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Gmane