NRPE installation for Solaris.

shadih rahman shadhin71 at gmail.com
Thu Mar 19 18:34:23 CET 2009


All,
   While trying to install Solaris, I ran into a problem where I was getting
error.  Upon doing some research I have come up with the following patch.
Is this going to be included in version 2.13

--- src/nrpe.c.orig     2009-03-19 11:08:00.872616000 -0400

+++ src/nrpe.c  2009-03-19 11:08:54.288536000 -0400

@@ -614,9 +614,9 @@

        else if(!strcmp(varvalue,"cron"))

                log_facility=LOG_CRON;

        else if(!strcmp(varvalue,"authpriv"))

-               log_facility=LOG_AUTHPRIV;

+               log_facility=LOG_AUTH;

        else if(!strcmp(varvalue,"ftp"))

-               log_facility=LOG_FTP;

+               log_facility=LOG_DAEMON;

        else if(!strcmp(varvalue,"local0"))

                log_facility=LOG_LOCAL0;

        else if(!strcmp(varvalue,"local1"))



-- 
Cordially,
Shadhin Rahman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/developers/attachments/20090319/0ac2663e/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
-------------- next part --------------
_______________________________________________
Nagios-devel mailing list
Nagios-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-devel


More information about the Developers mailing list