FAQ

Posted by tonvoon on 29 September 2007 - 8:00pm
Comment viewing options
Select your preferred way to display the comments and click "Save settings" to activate your changes.
envoyer un SMS via Nagios :

envoyer un SMS via Nagios : Alert ou notifiacation par SMS ?????

Posted by khaledklai on 6 April 2009 - 3:13pm
I am installing nagios

I am installing nagios plugins on IRIX System for monitoring as a remote host but it is giving error as below.

If you are Outside of North America or you are not a Silicon
Graphics support customer then contact your local support provider.

cc-1047 cc: WARNING File = common.h, Line = 206
Macro "__attribute__" (declared at line 36 of "../gl/string.h") has an
incompatible redefinition.

# define __attribute__(x) /* do nothing */
^

cc-1005 cc: ERROR File = check_ldap.c, Line = 38
The source file "lber.h" is unavailable.

#include
^

1 catastrophic error detected in the compilation of "check_ldap.c".
Compilation terminated.
*** Error code 2 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)

Posted by govindn76 on 3 March 2010 - 4:45am
For some reason configure

For some reason configure detects the LDAP libraries but some required files are missing.

If you don't need check_ldap you can add "ac_cv_lib_ldap_main=no" to your configure, ex:

./configure ac_cv_lib_ldap_main=no

This will make configure skip LDAP detection and disable compiling of this problematic plugin.

Posted by dermoth on 27 March 2010 - 5:59am