<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Below are my configuration examples:<br><br># Check NRPE<br>define command{<br>        command_name check_nrpe<br>        command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$<br>}<br><br># 'check_nt_uptime' command definition<br>define command{<br>        command_name check_nt_uptime<br>        command_line $USER1$/check_nt -H $HOSTADDRESS$ -v UPTIME<br>}<br><br><br>service definition:<br><br> define service{<br>        use                             servers<br>       
 host_name                       vmsserver <br>        service_description             UPTIME <br>        check_command                   check_nt_uptime<br>        }<br><br>define service{<br>        use                             servers<br>        host_name                      
 vmsserver<br>       service_description             CPU <br>       check_command                   check_nt_cpuload!2,70,90,10,70,80<br>       check_command           check_nt!CPULOAD!-l 5,80,90<br>        }<br><br>NSClient++ config<br><br><br>[modules]<br>;# NSCLIENT++ MODULES<br>;# A list with DLLs to load at startup.<br>;  You will need to enable some of these for NSClient++ to work.<br>; ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !<br>;
 *                                                               *<br>; * N O T I C E ! ! ! - Y O U   H A V E   T O   E D I T   T H I S *<br>; *                                                               *<br>; ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
 !<br>FileLogger.dll<br>CheckSystem.dll<br>CheckDisk.dll<br>NSClientListener.dll<br>NRPEListener.dll<br>SysTray.dll<br>CheckEventLog.dll<br>CheckHelpers.dll<br>;CheckWMI.dll<br>;<br>; Script to check external scripts and/or internal aliases.<br>;CheckExternalScripts.dll<br>;<br>; NSCA Agent if you enable this NSClient++ will talk to NSCA hosts repeatedly (so dont enable unless you want to use NSCA)<br>NSCAAgent.dll<br>;<br>; LUA script module used to write your own "check deamon".<br>LUAScript.dll<br>;<br>; RemoteConfiguration IS AN EXTREM EARLY IDEA SO DONT USE FOR PRODUCTION ENVIROMNEMTS!<br>;RemoteConfiguration.dll<br>; Check other hosts through NRPE extreme beta and probably a bit dangerous! :)<br>NRPEClient.dll<br>; Extreamly early beta of a task-schedule checker<br>;CheckTaskSched.dll<br><br><br><br>[Settings]<br>;# OBFUSCATED PASSWORD<br>;  This is the same as the password option but here you can store the password in an obfuscated
 manner.<br>;  *NOTICE* obfuscation is *NOT* the same as encryption, someone with access to this file can still figure out the <br>;  password. Its just a bit harder to do it at first glance.<br>;obfuscated_password=Jw0KAUUdXlAAUwASDAAB<br>;<br>;# PASSWORD<br>;  This is the password (-s) that is required to access NSClient remotely. If you leave this blank everyone will be able to access the daemon remotly.<br>;password=secret-password<br>;<br>;# ALLOWED HOST ADDRESSES<br>;  This is a comma-delimited list of IP address of hosts that are allowed to talk to the all daemons.<br>;  If leave this blank anyone can access the deamon remotly (NSClient still requires a valid password).<br>;  The syntax is host or ip/mask so 192.168.0.0/24 will allow anyone on that subnet access<br>;allowed_hosts=127.0.0.1/32<br>;<br>;# USE THIS FILE<br>;  Use the INI file as opposed to the registry if this is 0 and the use_reg in the registry is
 set to 1 <br>;  the registry will be used instead.<br>use_file=1<br>allowed_hosts=41.211.0.16 41.211.5.110<br>;<br>; # USE SHARED MEMORY CHANNELS<br>;  This is the "new" way for using the system tray based on an IPC framework on top shared memmory channels and events.<br>;  It is brand new and (probably has bugs) so dont enable this unless for testing!<br>;  If set to 1 shared channels will be created and system tray icons created and such and such...<br>;shared_session=0<br><br><br>[log]<br>;# LOG DEBUG<br>;  Set to 1 if you want debug message printed in the log file (debug messages are always printed to stdout when run with -test)<br>;debug=1<br>;<br>;# LOG FILE<br>;  The file to print log statements to<br>;file=nsclient.log<br>;<br>;# LOG DATE MASK<br>;  The format to for the date/time part of the log entry written to file.<br>;date_mask=%Y-%m-%d %H:%M:%S<br>;<br>;# LOG ROOT FOLDER<br>;  The root folder to use
 for logging.<br>;  exe = the folder where the executable is located<br>;  local-app-data = local application data (probably a better choice then the old default)<br>;root_folder=exe<br><br><br>[NSClient]<br>;# ALLOWED HOST ADDRESSES<br>;  This is a comma-delimited list of IP address of hosts that are allowed to talk to NSClient deamon.<br>;  If you leave this blank the global version will be used instead.<br>;allowed_hosts=<br>;<br>;# NSCLIENT PORT NUMBER<br>;  This is the port the NSClientListener.dll will listen to.<br>port=12489<br>;<br>;# BIND TO ADDRESS<br>;  Allows you to bind server to a specific local address. This has to be a dotted ip adress not a hostname.<br>;  Leaving this blank will bind to all avalible IP adresses.<br>;bind_to_address=<br>;<br>;# SOCKET TIMEOUT<br>;  Timeout when reading packets on incoming sockets. If the data has not arrived withint this time we will bail
 out.<br>;socket_timeout=30<br><br>[NRPE]<br>;# NRPE PORT NUMBER<br>;  This is the port the NRPEListener.dll will listen to.<br>;port=5666<br>;<br>;# COMMAND TIMEOUT<br>;  This specifies the maximum number of seconds that the NRPE daemon will allow plug-ins to finish executing before killing them off.<br>;command_timeout=60<br>;<br>;# COMMAND ARGUMENT PROCESSING<br>;  This option determines whether or not the NRPE daemon will allow clients to specify arguments to commands that are executed.<br>;allow_arguments=0<br>;<br>;# COMMAND ALLOW NASTY META CHARS<br>;  This option determines whether or not the NRPE daemon will allow clients to specify nasty (as in |`&><'"\[]{}) characters in arguments.<br>;allow_nasty_meta_chars=0<br>;<br>;# USE SSL SOCKET<br>;  This option controls if SSL should be used on the socket.<br>;use_ssl=1<br>;<br>;# BIND TO ADDRESS<br>;  Allows you to bind server to a specific local address. This
 has to be a dotted ip adress not a hostname.<br>;  Leaving this blank will bind to all avalible IP adresses.<br>; bind_to_address=<br>;<br>;# ALLOWED HOST ADDRESSES<br>;  This is a comma-delimited list of IP address of hosts that are allowed to talk to NRPE deamon.<br>;  If you leave this blank the global version will be used instead.<br>;allowed_hosts=<br>;<br>;# SCRIPT DIRECTORY<br>;  All files in this directory will become check commands.<br>;  *WARNING* This is undoubtedly dangerous so use with care!<br>;script_dir=scripts\<br>;<br>;# SOCKET TIMEOUT<br>;  Timeout when reading packets on incoming sockets. If the data has not arrived withint this time we will bail out.<br>;socket_timeout=30<br><br>[Check System]<br>;# CPU BUFFER SIZE<br>;  Can be anything ranging from 1s (for 1 second) to 10w for 10 weeks. Notice that a larger buffer will waste memory <br>;  so don't use a larger buffer then you need (ie. the
 longest check you do +1).<br>;CPUBufferSize=1h<br>;<br>;# CHECK RESOLUTION<br>;  The resolution to check values (currently only CPU).<br>;  The value is entered in 1/10:th of a second and the default is 10 (which means ones every second)<br>;CheckResolution=10<br>;<br>;# CHECK ALL SERVICES<br>;  Configure how to check services when a CheckAll is performed.<br>;  ...=started means services in that class *has* to be running.<br>;  ...=stopped means services in that class has to be stopped.<br>;  ...=ignored means services in this class will be ignored.<br>;check_all_services[SERVICE_BOOT_START]=ignored<br>;check_all_services[SERVICE_SYSTEM_START]=ignored<br>;check_all_services[SERVICE_AUTO_START]=started<br>;check_all_services[SERVICE_DEMAND_START]=ignored<br>;check_all_services[SERVICE_DISABLED]=stopped<br><br>[External Script]<br>;# COMMAND TIMEOUT<br>;  This specifies the maximum number of seconds that the NRPE daemon
 will allow plug-ins to finish executing before killing them off.<br>;command_timeout=60<br>;<br>;# COMMAND ARGUMENT PROCESSING<br>;  This option determines whether or not the NRPE daemon will allow clients to specify arguments to commands that are executed.<br>;allow_arguments=0<br>;<br>;# COMMAND ALLOW NASTY META CHARS<br>;  This option determines whether or not the NRPE daemon will allow clients to specify nasty (as in |`&><'"\[]{}) characters in arguments.<br>;allow_nasty_meta_chars=0<br>;<br>;# SCRIPT DIRECTORY<br>;  All files in this directory will become check commands.<br>;  *WARNING* This is undoubtedly dangerous so use with care!<br>;script_dir=c:\my\script\dir<br><br>[Script Wrappings]<br>vbs=cscript.exe //T:30 //NoLogo scripts\lib\wrapper.vbs %SCRIPT% %ARGS%<br>ps1=cmd /c echo scripts\%SCRIPT% %ARGS%; exit($lastexitcode) | powershell.exe -command -<br>bat=scripts\%SCRIPT% %ARGS%<br><br>[External
 Scripts]<br>;check_es_long=scripts\long.bat<br>;check_es_ok=scripts\ok.bat<br>;check_es_nok=scripts\nok.bat<br>;check_vbs_sample=cscript.exe //T:30 //NoLogo scripts\check_vb.vbs<br>;check_powershell_warn=cmd /c echo scripts\powershell.ps1 | powershell.exe -command -<br><br>[External Alias]<br>alias_cpu=checkCPU warn=80 crit=90 time=5m time=1m time=30s<br>alias_cpu_ex=checkCPU warn=$ARG1$ crit=$ARG2$ time=5m time=1m time=30s<br>alias_disk=CheckDriveSize MinWarn=10% MinCrit=5% CheckAll FilterType=FIXED<br>alias_service=checkServiceState CheckAll<br>alias_process=checkProcState $ARG1$=started<br>alias_mem=checkMem MaxWarn=80% MaxCrit=90% ShowAll type=physical<br>alias_up=checkUpTime MinWarn=1d MinWarn=1h<br>alias_file_age=checkFile2 filter=out "file=$ARG1$" filter-written=>1d MaxWarn=1 MaxCrit=1 "syntax=%filename% %write%"<br>alias_file_size=checkFile2 filter=out "file=$ARG1$" filter-size=>$ARG2$ MaxWarn=1 MaxCrit=1 "syntax=%filename%
 %size%"<br>alias_file_size_in_dir=checkFile2 filter=out pattern=*.txt "file=$ARG1$" filter-size=>$ARG2$ MaxWarn=1 MaxCrit=1 "syntax=%filename% %size%"<br>alias_event_log_old=CheckEventLog file=application file=system filter=new filter=out MaxWarn=1 MaxCrit=1 filter-generated=>2d filter-severity==success filter-severity==informational truncate=800 unique descriptions  "syntax=%severity%: %source%: %message% (%count%)"<br>alias_event_log_new=CheckEventLog file=application file=system MaxWarn=1 MaxCrit=1 "filter=generated gt -2d AND severity NOT IN ('success', 'informational')" truncate=800 unique descriptions "syntax=%severity%: %source%: %message% (%count%)"<br>alias_event_log=alias_event_log_new<br><br>check_ok=CheckOK Everything is fine!<br><br>[Wrapped Scripts]<br>;check_test_vbs=check_test.vbs /arg1:1 /arg2:1 /variable:1<br>;check_test_ps1=check_test.ps1 arg1 arg2<br>;check_test_bat=check_test.bat arg1
 arg2<br>;check_battery=check_battery.vbs<br>;check_printer=check_printer.vbs<br><br><br>; [includes]<br>;# The order when used is "reversed" thus the last included file will be "first"<br>;# Included files can include other files (be carefull only do basic recursive checking)<br>;<br>; myotherfile.ini<br>; real.ini<br><br><br>[NSCA Agent]<br>;# CHECK INTERVALL (in seconds)<br>;   How often we should run the checks and submit the results.<br>;interval=5<br>;<br>;# ENCRYPTION METHOD<br>;   This option determines the method by which the send_nsca client will encrypt the packets it sends <br>;   to the nsca daemon. The encryption method you choose will be a balance between security and <br>;   performance, as strong encryption methods consume more processor resources.<br>;   You should evaluate your security needs when choosing an encryption method.<br>;<br>; Note: The encryption method you specify here must
 match the decryption method the nsca daemon uses <br>;       (as specified in the nsca.cfg file)!!<br>; Values:<br>;    0 = None    (Do NOT use this option)<br>;    1 = Simple XOR  (No security, just obfuscation, but very fast)<br>;   2 = DES<br>;   3 = 3DES (Triple DES)<br>;    4 = CAST-128<br>;    6 = xTEA<br>;    8 = BLOWFISH<br>;    9 = TWOFISH<br>;    11 = RC2<br>;    14 = RIJNDAEL-128 (AES)<br>;    20 = SERPENT<br>;encryption_method=14<br>;<br>;# ENCRYPTION PASSWORD<br>;  This is the password/passphrase that should be used to encrypt the sent packets. <br>;password=<br>;<br>;# BIND TO ADDRESS<br>;  Allows you to bind server to a specific local address. This has to be a dotted ip adress not a hostname.<br>;  Leaving this blank will
 bind to "one" local interface.<br>; -- not supported as of now -- <br>;bind_to_address=<br>;<br>;# LOCAL HOST NAME<br>;  The name of this host (if empty "computername" will be used.<br>;hostname=<br>;<br>;# NAGIOS SERVER ADDRESS<br>;  The address to the nagios server to submit results to.<br>;nsca_host=192.168.0.1<br>;<br>;# NAGIOS SERVER PORT<br>;  The port to the nagios server to submit results to.<br>;nsca_port=5667<br>;<br><br>;# CHECK COMMAND LIST<br>;  The checks to run everytime we submit results back to nagios<br>;  Any command(alias/key) starting with a host_ is sent as HOST_COMMAND others are sent as SERVICE_COMMANDS<br>;  where the alias/key is used as service name.<br>;<br>[NSCA Commands]<br>;my_cpu_check=checkCPU warn=80 crit=90 time=20m time=10s time=4<br>;my_mem_check=checkMem MaxWarn=80% MaxCrit=90% ShowAll type=page<br>;my_svc_check=checkServiceState CheckAll exclude=wampmysqld
 exclude=MpfService<br>;host_check=check_ok<br><br>;# REMOTE NRPE PROXY COMMANDS<br>;  A list of commands that check other hosts.<br>;  Used by the NRPECLient module<br>[NRPE Client Handlers]<br>check_other=-H 192.168.0.1 -p 5666 -c remote_command -a arguments<br><br>;# LUA SCRIPT SECTION<br>;  A list of all Lua scripts to load.<br>;[LUA Scripts]<br>;scripts\test.lua<br><br><br><br><br><br><br><br><br>--- On <b>Mon, 10/4/10, nagios-users-request@lists.sourceforge.net <i><nagios-users-request@lists.sourceforge.net></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: nagios-users-request@lists.sourceforge.net <nagios-users-request@lists.sourceforge.net><br>Subject: Nagios-users Digest, Vol 53, Issue 3<br>To: nagios-users@lists.sourceforge.net<br>Date: Monday, October 4, 2010, 11:32 AM<br><br><div class="plainMail">Send Nagios-users mailing list submissions
 to<br>    <a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>or, via email, send a message with subject or body 'help' to<br>    <a ymailto="mailto:nagios-users-request@lists.sourceforge.net" href="/mc/compose?to=nagios-users-request@lists.sourceforge.net">nagios-users-request@lists.sourceforge.net</a><br><br>You can reach the person managing the list at<br>    <a ymailto="mailto:nagios-users-owner@lists.sourceforge.net" href="/mc/compose?to=nagios-users-owner@lists.sourceforge.net">nagios-users-owner@lists.sourceforge.net</a><br><br>When replying, please edit your Subject line
 so it is more specific<br>than "Re: Contents of Nagios-users digest..."<br><br><br>Today's Topics:<br><br>   1. Re: nagios.cmd permission issue (Ilan Berkner)<br>   2. Re: nagios.cmd permission issue (Charlie R)<br>   3. Re: nagios.cmd permission issue (Rutger Blom)<br>   4. Re: nagios.cmd permission issue (Robert Wolfe)<br>   5. Re: nagios.cmd permission issue (frank)<br>   6. Re: nagios.cmd permission issue (Rutger Blom)<br>   7. Re: nagios.cmd permission issue (Ilan Berkner)<br>   8. want to configure nrpe for windows (moses neah)<br>   9. Nagios notifications by voice call ? (Bob Sauvage)<br>  10. Re: Nagios notifications by voice call ? (Matthew J. Salerno)<br>  11. Re: want to configure nrpe for windows (Assaf Flatto)<br>  12. Re: Nagios notifications by voice call ? (Assaf Flatto)<br>  13. Re:
 Nagios notifications by voice call ? (Terry)<br>  14. Re: Nagios notifications by voice call ? (Robert Wolfe)<br>  15. Re: want to configure nrpe for windows (Robert Wolfe)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Sun, 3 Oct 2010 13:35:07 -0400<br>From: Ilan Berkner <<a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>><br>Subject: Re: [Nagios-users] nagios.cmd permission issue<br>To: Nagios Users List <<a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>><br>Message-ID:<br>    <AANLkTimowLCy4ibm9eb5Ac5j=<a ymailto="mailto:ChCQaGQZgopmtYE7-Nc@mail.gmail.com" href="/mc/compose?to=ChCQaGQZgopmtYE7-Nc@mail.gmail.com">ChCQaGQZgopmtYE7-Nc@mail.gmail.com</a>><br>Content-Type: text/plain;
 charset="iso-8859-1"<br><br>I've reconfigured nagios to run as the same user and group as that of the<br>web server.  Still getting this command file issue.<br><br>Any other suggestions?<br><br>Many thanks...<br><br>On Sun, Oct 3, 2010 at 1:25 PM, Ilan Berkner <<a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>> wrote:<br><br>> Yep, there's no question that's what it is, but I've set it up so that the<br>> webserver user is part of the group that owns the rw directory with the<br>> sticky bit set, but no luck (yet)<br>><br>><br>> On Sun, Oct 3, 2010 at 10:37 AM, Marc Powell <<a ymailto="mailto:lists@xodus.org" href="/mc/compose?to=lists@xodus.org">lists@xodus.org</a>> wrote:<br>><br>>><br>>> On Oct 3, 2010, at 8:48 AM, Ilan Berkner wrote:<br>>><br>>> > Did not work, probably b/c I'm restarting the service as root?<br>>>
 ><br>>> > Is there a way to tell under which user nagios is trying to access the<br>>> nagios.cmd file?<br>>><br>>> Your web server is trying to write to the pipe so it's whatever user your<br>>> web server is configured to run as.<br>>><br>>> --<br>>> Marc<br>>><br>>><br>>><br>>> ------------------------------------------------------------------------------<br>>> Start uncovering the many advantages of virtual appliances<br>>> and start using them to simplify application deployment and<br>>> accelerate your shift to cloud computing.<br>>> <a href="http://p.sf.net/sfu/novell-sfdev2dev" target="_blank">http://p.sf.net/sfu/novell-sfdev2dev</a><br>>> _______________________________________________<br>>> Nagios-users mailing list<br>>> <a ymailto="mailto:Nagios-users@lists.sourceforge.net"
 href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>>> <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>>> ::: Please include Nagios version, plugin version (-v) and OS when<br>>> reporting any issue.<br>>> ::: Messages without supporting info will risk being sent to /dev/null<br>>><br>><br>><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br><br>------------------------------<br><br>Message: 2<br>Date: Sun, 3 Oct 2010 12:48:41 -0500<br>From: Charlie R <<a ymailto="mailto:charlie.reddington@gmail.com" href="/mc/compose?to=charlie.reddington@gmail.com">charlie.reddington@gmail.com</a>><br>Subject: Re: [Nagios-users] nagios.cmd permission issue<br>To: Nagios Users List <<a ymailto="mailto:nagios-users@lists.sourceforge.net"
 href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>><br>Message-ID: <<a ymailto="mailto:6219829A-8FDA-4A5D-8E30-A592979FE503@gmail.com" href="/mc/compose?to=6219829A-8FDA-4A5D-8E30-A592979FE503@gmail.com">6219829A-8FDA-4A5D-8E30-A592979FE503@gmail.com</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>Lets start here...<br><br>What is your nginx server running as? You can specify it or it takes  <br>the owner that starts it depending how  you have it configured. So if  <br>it's not specified, do a 'ps aux|grep nginx' and check it there.<br><br>What is your nagios server running as? I am going to guess  <br>'nagios:nagios' but please confirm.<br><br>Can you give us the 'ls -la' of your rw directory?<br><br>Thanks,<br><br>Charlie<br><br>On Oct 3, 2010, at 12:35 PM, Ilan Berkner wrote:<br><br>> I've reconfigured nagios to run as the same user and group as that 
 <br>> of the web server.  Still getting this command file issue.<br>><br>> Any other suggestions?<br>><br>> Many thanks...<br>><br>> On Sun, Oct 3, 2010 at 1:25 PM, Ilan Berkner <<a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>>  <br>> wrote:<br>> Yep, there's no question that's what it is, but I've set it up so  <br>> that the webserver user is part of the group that owns the rw  <br>> directory with the sticky bit set, but no luck (yet)<br>><br>><br>> On Sun, Oct 3, 2010 at 10:37 AM, Marc Powell <<a ymailto="mailto:lists@xodus.org" href="/mc/compose?to=lists@xodus.org">lists@xodus.org</a>> wrote:<br>><br>> On Oct 3, 2010, at 8:48 AM, Ilan Berkner wrote:<br>><br>> > Did not work, probably b/c I'm restarting the service as root?<br>> ><br>> > Is there a way to tell under which user nagios is trying to
 access  <br>> the nagios.cmd file?<br>><br>> Your web server is trying to write to the pipe so it's whatever user  <br>> your web server is configured to run as.<br>><br>> --<br>> Marc<br>><br>><br>> ------------------------------------------------------------------------------<br>> Start uncovering the many advantages of virtual appliances<br>> and start using them to simplify application deployment and<br>> accelerate your shift to cloud computing.<br>> <a href="http://p.sf.net/sfu/novell-sfdev2dev" target="_blank">http://p.sf.net/sfu/novell-sfdev2dev</a><br>> _______________________________________________<br>> Nagios-users mailing list<br>> <a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>> <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users"
 target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>> ::: Please include Nagios version, plugin version (-v) and OS when  <br>> reporting any issue.<br>> ::: Messages without supporting info will risk being sent to /dev/null<br>><br>><br>> ------------------------------------------------------------------------------<br>> Start uncovering the many advantages of virtual appliances<br>> and start using them to simplify application deployment and<br>> accelerate your shift to cloud computing.<br>> <a href="http://p.sf.net/sfu/novell-sfdev2dev_______________________________________________" target="_blank">http://p.sf.net/sfu/novell-sfdev2dev_______________________________________________</a><br>> Nagios-users mailing list<br>> <a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>> <a
 href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>> ::: Please include Nagios version, plugin version (-v) and OS when  <br>> reporting any issue.<br>> ::: Messages without supporting info will risk being sent to /dev/null<br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br><br>------------------------------<br><br>Message: 3<br>Date: Sun, 3 Oct 2010 20:08:28 +0200<br>From: Rutger Blom <<a ymailto="mailto:rutger@blokje.net" href="/mc/compose?to=rutger@blokje.net">rutger@blokje.net</a>><br>Subject: Re: [Nagios-users] nagios.cmd permission issue<br>To: Nagios Users List <<a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>><br>Message-ID: <-6893002525334416135@unknownmsgid><br>Content-Type:
 text/plain; charset="utf-8"<br><br>Who's the owner of the pipe?<br><br>On 3 okt 2010, at 19.25, Ilan Berkner <<a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>> wrote:<br><br>Yep, there's no question that's what it is, but I've set it up so that the<br>webserver user is part of the group that owns the rw directory with the<br>sticky bit set, but no luck (yet)<br><br>On Sun, Oct 3, 2010 at 10:37 AM, Marc Powell <<a ymailto="mailto:lists@xodus.org" href="/mc/compose?to=lists@xodus.org">lists@xodus.org</a>> wrote:<br><br>><br>> On Oct 3, 2010, at 8:48 AM, Ilan Berkner wrote:<br>><br>> > Did not work, probably b/c I'm restarting the service as root?<br>> ><br>> > Is there a way to tell under which user nagios is trying to access the<br>> nagios.cmd file?<br>><br>> Your web server is trying to write to the pipe so it's whatever user your<br>> web server is
 configured to run as.<br>><br>> --<br>> Marc<br>><br>><br>><br>> ------------------------------------------------------------------------------<br>> Start uncovering the many advantages of virtual appliances<br>> and start using them to simplify application deployment and<br>> accelerate your shift to cloud computing.<br>> <a href="http://p.sf.net/sfu/novell-sfdev2dev" target="_blank">http://p.sf.net/sfu/novell-sfdev2dev</a><br>> _______________________________________________<br>> Nagios-users mailing list<br>> <a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>> <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>> ::: Please include Nagios version, plugin version (-v) and OS when<br>> reporting any
 issue.<br>> ::: Messages without supporting info will risk being sent to /dev/null<br>><br><br>------------------------------------------------------------------------------<br>Start uncovering the many advantages of virtual appliances<br>and start using them to simplify application deployment and<br>accelerate your shift to cloud computing.<br><a href="http://p.sf.net/sfu/novell-sfdev2dev" target="_blank">http://p.sf.net/sfu/novell-sfdev2dev</a><br><br>_______________________________________________<br>Nagios-users mailing list<br><a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting<br>any issue.<br>::: Messages without
 supporting info will risk being sent to /dev/null<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br><br>------------------------------<br><br>Message: 4<br>Date: Sun, 3 Oct 2010 15:25:24 -0400<br>From: "Robert Wolfe" <<a ymailto="mailto:robert.wolfe@robertwolfe.org" href="/mc/compose?to=robert.wolfe@robertwolfe.org">robert.wolfe@robertwolfe.org</a>><br>Subject: Re: [Nagios-users] nagios.cmd permission issue<br>To: "Nagios Users List" <<a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>><br>Message-ID: <<a ymailto="mailto:50BE9C7135A64147819E42376C136B2675E4@dc1.wolfe.local" href="/mc/compose?to=50BE9C7135A64147819E42376C136B2675E4@dc1.wolfe.local">50BE9C7135A64147819E42376C136B2675E4@dc1.wolfe.local</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>Unfortunately, I did the same and am still
 getting the same error.<br><br> <br><br>From: Ilan Berkner [mailto:<a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>] <br>Sent: Sunday, October 03, 2010 1:35 PM<br>To: Nagios Users List<br>Subject: Re: [Nagios-users] nagios.cmd permission issue<br><br> <br><br>I've reconfigured nagios to run as the same user and group as that of<br>the web server.  Still getting this command file issue.<br><br> <br><br>Any other suggestions?<br><br> <br><br>Many thanks...<br><br>On Sun, Oct 3, 2010 at 1:25 PM, Ilan Berkner <<a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>> wrote:<br><br>Yep, there's no question that's what it is, but I've set it up so that<br>the webserver user is part of the group that owns the rw directory with<br>the sticky bit set, but no luck (yet)<br><br> <br><br>On Sun, Oct 3, 2010 at 10:37 AM, Marc Powell <<a
 ymailto="mailto:lists@xodus.org" href="/mc/compose?to=lists@xodus.org">lists@xodus.org</a>> wrote:<br><br><br>On Oct 3, 2010, at 8:48 AM, Ilan Berkner wrote:<br><br>> Did not work, probably b/c I'm restarting the service as root?<br>><br>> Is there a way to tell under which user nagios is trying to access the<br>nagios.cmd file?<br><br>Your web server is trying to write to the pipe so it's whatever user<br>your web server is configured to run as.<br><br>--<br>Marc<br><br><br><br>------------------------------------------------------------------------<br>------<br>Start uncovering the many advantages of virtual appliances<br>and start using them to simplify application deployment and<br>accelerate your shift to cloud computing.<br><a href="http://p.sf.net/sfu/novell-sfdev2dev" target="_blank">http://p.sf.net/sfu/novell-sfdev2dev</a><br>_______________________________________________<br>Nagios-users mailing list<br><a
 ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when<br>reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null<br><br> <br><br> <br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br><br>------------------------------<br><br>Message: 5<br>Date: Sun, 3 Oct 2010 12:07:26 -0700 (PDT)<br>From: frank <<a ymailto="mailto:ratty@they.org" href="/mc/compose?to=ratty@they.org">ratty@they.org</a>><br>Subject: Re: [Nagios-users] nagios.cmd permission issue<br>To: Nagios Users List <<a ymailto="mailto:nagios-users@lists.sourceforge.net"
 href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>><br>Message-ID: <<a ymailto="mailto:alpine.LRH.2.00.1010031158130.17739@mulva3.they.org" href="/mc/compose?to=alpine.LRH.2.00.1010031158130.17739@mulva3.they.org">alpine.LRH.2.00.1010031158130.17739@mulva3.they.org</a>><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>I have a fairly complicated setup at work where I don't have the option of <br>changing groups around system-wide so what I do is edit the startup file <br>instead.<br><br>You could edit the "start()" function to have an explicit "chgrp" on the <br>command-pipe to whatever group you need for your setup (after the daemon <br>has been started of course so the command-pipe file exists). We use "chgrp <br>apache /var/log/nagios/rw/nagios.cmd". It's a bit of a kludge but it <br>works!<br><br>Another possibility is that your setup is just fine but the nagcmd group <br>(of which both
 the apache and nagios users should be a member) was created <br>after your apache process was already running. In this case you just need <br>to restart apache so it can pick up its new group permissions.<br><br>-f<br><br>On Sun, 3 Oct 2010, Ilan Berkner wrote:<br><br>> Date: Sun, 3 Oct 2010 02:55:25 -0400<br>> From: Ilan Berkner <<a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>><br>> Reply-To: Nagios Users List <<a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>><br>> To: <a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>> Subject: [Nagios-users] nagios.cmd permission issue<br>> <br>> Hi,<br>> New to Nagios...<br>> <br>> Got everything pretty much running,
 except when I try to modify things using the web interface,<br>> I get this error:<br>> <br>> Error: Could not open command file '/usr/local/nagios/var/rw/nagios.cmd' for update!<br>> <br>> The permissions on the external command file and/or directory may be incorrect. Read the FAQs on<br>> how to setup proper permissions.<br>> <br>> An error occurred while attempting to commit your command for processing.<br>> <br>> <br>> This is clearly a permission issue as when I manually change the permissions of the<br>> /rw/nagios.cmd to 777 for example, it works fine. ?When the service is restarted and the pipe is<br>> recreated though, the permissions are re-set.<br>> <br>> I am running the nginx web server, not apache.<br>> <br>> SELinux is disabled.<br>> <br>> The rw directory has 777 permissions and is owned by the nagios user and group.<br>> <br>> The Nginx server runs under a different user /
 group and this could be the issue. ?However, I<br>> tried to set up the rw directory with that user and group and still no luck.<br>> <br>> Help?<br>> <br>><br><br>------------------------------<br><br>Message: 6<br>Date: Sun, 3 Oct 2010 22:30:19 +0200<br>From: Rutger Blom <<a ymailto="mailto:rutger@blokje.net" href="/mc/compose?to=rutger@blokje.net">rutger@blokje.net</a>><br>Subject: Re: [Nagios-users] nagios.cmd permission issue<br>To: Nagios Users List <<a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>><br>Message-ID: <2508279084960867279@unknownmsgid><br>Content-Type: text/plain; charset="utf-8"<br><br>Have you verified that the user you log in with into the Nagios CGI has<br>permission to execute commands?<br><br>Rutger<br><br>On 3 okt 2010, at 21.25, Robert Wolfe <<a ymailto="mailto:robert.wolfe@robertwolfe.org"
 href="/mc/compose?to=robert.wolfe@robertwolfe.org">robert.wolfe@robertwolfe.org</a>> wrote:<br><br>Unfortunately, I did the same and am still getting the same error.<br><br><br><br>*From:* Ilan Berkner [mailto:<a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>]<br>*Sent:* Sunday, October 03, 2010 1:35 PM<br>*To:* Nagios Users List<br>*Subject:* Re: [Nagios-users] nagios.cmd permission issue<br><br><br><br>I've reconfigured nagios to run as the same user and group as that of the<br>web server.  Still getting this command file issue.<br><br><br><br>Any other suggestions?<br><br><br><br>Many thanks...<br><br>On Sun, Oct 3, 2010 at 1:25 PM, Ilan Berkner <<a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>> wrote:<br><br>Yep, there's no question that's what it is, but I've set it up so that the<br>webserver user is part of the group that owns
 the rw directory with the<br>sticky bit set, but no luck (yet)<br><br><br><br>On Sun, Oct 3, 2010 at 10:37 AM, Marc Powell <<a ymailto="mailto:lists@xodus.org" href="/mc/compose?to=lists@xodus.org">lists@xodus.org</a>> wrote:<br><br><br>On Oct 3, 2010, at 8:48 AM, Ilan Berkner wrote:<br><br>> Did not work, probably b/c I'm restarting the service as root?<br>><br>> Is there a way to tell under which user nagios is trying to access the<br>nagios.cmd file?<br><br>Your web server is trying to write to the pipe so it's whatever user your<br>web server is configured to run as.<br><br>--<br>Marc<br><br><br><br>------------------------------------------------------------------------------<br>Start uncovering the many advantages of virtual appliances<br>and start using them to simplify application deployment and<br>accelerate your shift to cloud computing.<br><a href="http://p.sf.net/sfu/novell-sfdev2dev"
 target="_blank">http://p.sf.net/sfu/novell-sfdev2dev</a><br>_______________________________________________<br>Nagios-users mailing list<br><a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting<br>any issue.<br>::: Messages without supporting info will risk being sent to /dev/null<br><br><br><br><br><br>------------------------------------------------------------------------------<br>Virtualization is moving to the mainstream and overtaking non-virtualized<br>environment for deploying applications. Does it make network security<br>easier or more difficult to achieve? Read this whitepaper to separate the<br>two and get a better
 understanding.<br><a href="http://p.sf.net/sfu/hp-phase2-d2d" target="_blank">http://p.sf.net/sfu/hp-phase2-d2d</a><br><br>_______________________________________________<br>Nagios-users mailing list<br><a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting<br>any issue.<br>::: Messages without supporting info will risk being sent to /dev/null<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br><br>------------------------------<br><br>Message: 7<br>Date: Sun, 3 Oct 2010 19:05:27 -0400<br>From: Ilan Berkner <<a ymailto="mailto:iberkner@gmail.com"
 href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>><br>Subject: Re: [Nagios-users] nagios.cmd permission issue<br>To: Nagios Users List <<a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>><br>Message-ID:<br>    <AANLkTi=<a ymailto="mailto:i-Aj7Uc4JzkkiCHLrm2YUnzb9EEy6rqNTuO2f@mail.gmail.com" href="/mc/compose?to=i-Aj7Uc4JzkkiCHLrm2YUnzb9EEy6rqNTuO2f@mail.gmail.com">i-Aj7Uc4JzkkiCHLrm2YUnzb9EEy6rqNTuO2f@mail.gmail.com</a>><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>Hi All,<br><br>Turns out that the FCGI wrapper process was running under a different user<br>than both the web server and nagios and although CGI scripts were running,<br>that may have contributed to the problem.<br><br>I also noticed that there were other nagios processes running at the same<br>time that should have been previously killed
 but were not so that may also<br>have been a contributing factor.<br><br>I've now normalized all of the web processes with the same user:<br><br>1. Nginx<br>2. PHP<br>3. FCGIWrapper<br>4. Nagios service<br><br>and the problem seems to be resolved.<br><br>Thanks to everyone for their support, suggestions and help.<br><br><br><br>On Sun, Oct 3, 2010 at 4:30 PM, Rutger Blom <<a ymailto="mailto:rutger@blokje.net" href="/mc/compose?to=rutger@blokje.net">rutger@blokje.net</a>> wrote:<br><br>> Have you verified that the user you log in with into the Nagios CGI has<br>> permission to execute commands?<br>><br>> Rutger<br>><br>> On 3 okt 2010, at 21.25, Robert Wolfe <<a ymailto="mailto:robert.wolfe@robertwolfe.org" href="/mc/compose?to=robert.wolfe@robertwolfe.org">robert.wolfe@robertwolfe.org</a>><br>> wrote:<br>><br>> Unfortunately, I did the same and am still getting the same error.<br>><br>><br>><br>>
 *From:* Ilan Berkner [mailto:<a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>]<br>> *Sent:* Sunday, October 03, 2010 1:35 PM<br>> *To:* Nagios Users List<br>> *Subject:* Re: [Nagios-users] nagios.cmd permission issue<br>><br>><br>><br>> I've reconfigured nagios to run as the same user and group as that of the<br>> web server.  Still getting this command file issue.<br>><br>><br>><br>> Any other suggestions?<br>><br>><br>><br>> Many thanks...<br>><br>> On Sun, Oct 3, 2010 at 1:25 PM, Ilan Berkner < <<a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>><br>> <a ymailto="mailto:iberkner@gmail.com" href="/mc/compose?to=iberkner@gmail.com">iberkner@gmail.com</a>> wrote:<br>><br>> Yep, there's no question that's what it is, but I've set it up so that the<br>> webserver user
 is part of the group that owns the rw directory with the<br>> sticky bit set, but no luck (yet)<br>><br>><br>><br>> On Sun, Oct 3, 2010 at 10:37 AM, Marc Powell < <<a ymailto="mailto:lists@xodus.org" href="/mc/compose?to=lists@xodus.org">lists@xodus.org</a>><br>> <a ymailto="mailto:lists@xodus.org" href="/mc/compose?to=lists@xodus.org">lists@xodus.org</a>> wrote:<br>><br>><br>> On Oct 3, 2010, at 8:48 AM, Ilan Berkner wrote:<br>><br>> > Did not work, probably b/c I'm restarting the service as root?<br>> ><br>> > Is there a way to tell under which user nagios is trying to access the<br>> nagios.cmd file?<br>><br>> Your web server is trying to write to the pipe so it's whatever user your<br>> web server is configured to run as.<br>><br>> --<br>> Marc<br>><br>><br>><br>><br>> ------------------------------------------------------------------------------<br>>
 Start uncovering the many advantages of virtual appliances<br>> and start using them to simplify application deployment and<br>> accelerate your shift to cloud computing.<br>>  <<a href="http://p.sf.net/sfu/novell-sfdev2dev" target="_blank">http://p.sf.net/sfu/novell-sfdev2dev</a>><br>> <a href="http://p.sf.net/sfu/novell-sfdev2dev" target="_blank">http://p.sf.net/sfu/novell-sfdev2dev</a><br>> _______________________________________________<br>> Nagios-users mailing list<br>>  <<a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>><a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>> <<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users"
 target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>><br>> <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>> ::: Please include Nagios version, plugin version (-v) and OS when<br>> reporting any issue.<br>> ::: Messages without supporting info will risk being sent to /dev/null<br>><br>><br>><br>><br>><br>><br>> ------------------------------------------------------------------------------<br>> Virtualization is moving to the mainstream and overtaking non-virtualized<br>> environment for deploying applications. Does it make network security<br>> easier or more difficult to achieve? Read this whitepaper to separate the<br>> two and get a better understanding.<br>> <a href="http://p.sf.net/sfu/hp-phase2-d2d" target="_blank">http://p.sf.net/sfu/hp-phase2-d2d</a><br>><br>>
 _______________________________________________<br>> Nagios-users mailing list<br>> <a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>> <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>> ::: Please include Nagios version, plugin version (-v) and OS when<br>> reporting any issue.<br>> ::: Messages without supporting info will risk being sent to /dev/null<br>><br>><br>><br>> ------------------------------------------------------------------------------<br>> Virtualization is moving to the mainstream and overtaking non-virtualized<br>> environment for deploying applications. Does it make network security<br>> easier or more difficult to achieve? Read this whitepaper to separate the<br>> two and get a better
 understanding.<br>> <a href="http://p.sf.net/sfu/hp-phase2-d2d" target="_blank">http://p.sf.net/sfu/hp-phase2-d2d</a><br>> _______________________________________________<br>> Nagios-users mailing list<br>> <a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>> <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>> ::: Please include Nagios version, plugin version (-v) and OS when<br>> reporting any issue.<br>> ::: Messages without supporting info will risk being sent to /dev/null<br>><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br><br>------------------------------<br><br>Message: 8<br>Date: Mon, 4 Oct 2010 03:00:34 -0700 (PDT)<br>From: moses neah <<a ymailto="mailto:mssneah@yahoo.com"
 href="/mc/compose?to=mssneah@yahoo.com">mssneah@yahoo.com</a>><br>Subject: [Nagios-users] want to configure nrpe for windows<br>To: <a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>Message-ID: <<a ymailto="mailto:872522.87516.qm@web45214.mail.sp1.yahoo.com" href="/mc/compose?to=872522.87516.qm@web45214.mail.sp1.yahoo.com">872522.87516.qm@web45214.mail.sp1.yahoo.com</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>Hill,<br>This a newbie to nagios. I have taken over to manage a nagios server. Everything is working fine. I want to monitor the resources on the windows servers (windows 2000,2003 and 2008) I google and install nsclient++. I am running nagios 2.9. I get the following error "<br>wrong -l parameter". Can any body show me the proper steps?<br>Thanks in advance.<br><br><br><br>      <br>-------------- next
 part --------------<br>An HTML attachment was scrubbed...<br><br>------------------------------<br><br>Message: 9<br>Date: Mon, 04 Oct 2010 13:45:39 +0200<br>From: Bob Sauvage <<a ymailto="mailto:bob.sauvage@gmx.fr" href="/mc/compose?to=bob.sauvage@gmx.fr">bob.sauvage@gmx.fr</a>><br>Subject: [Nagios-users] Nagios notifications by voice call ?<br>To: <a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>Message-ID: <<a ymailto="mailto:4CA9BE63.8010703@gmx.fr" href="/mc/compose?to=4CA9BE63.8010703@gmx.fr">4CA9BE63.8010703@gmx.fr</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>  Hello * ,<br><br>I want to relay my nagios notifications by voice call and by SMS. The <br>night the call ringtone is more audible...<br>I found many SMS providers but none to relay my notifications by voice <br>call !<br><br>I have a
 limitation, I do not want to install a GSM modem or other <br>things like that...<br><br>Thanks in advance !<br><br><br><br>------------------------------<br><br>Message: 10<br>Date: Mon, 04 Oct 2010 08:07:08 -0400<br>From: "Matthew J. Salerno" <<a ymailto="mailto:vagabond_king@yahoo.com" href="/mc/compose?to=vagabond_king@yahoo.com">vagabond_king@yahoo.com</a>><br>Subject: Re: [Nagios-users] Nagios notifications by voice call ?<br>To: Nagios Users List <<a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>>,<br>    <a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>Message-ID: <<a ymailto="mailto:4b556512-4f9b-4469-a39a-0928687ad5f6@email.android.com"
 href="/mc/compose?to=4b556512-4f9b-4469-a39a-0928687ad5f6@email.android.com">4b556512-4f9b-4469-a39a-0928687ad5f6@email.android.com</a>><br>Content-Type: text/plain; charset=utf-8<br><br>What about Google voice?<br><br>"Bob Sauvage" <<a ymailto="mailto:bob.sauvage@gmx.fr" href="/mc/compose?to=bob.sauvage@gmx.fr">bob.sauvage@gmx.fr</a>> wrote:<br><br>>  Hello * ,<br>><br>>I want to relay my nagios notifications by voice call and by SMS. The <br>>night the call ringtone is more audible...<br>>I found many SMS providers but none to relay my notifications by voice <br>>call !<br>><br>>I have a limitation, I do not want to install a GSM modem or other <br>>things like that...<br>><br>>Thanks in advance !<br>><br>>------------------------------------------------------------------------------<br>>Virtualization is moving to the mainstream and overtaking non-virtualized<br>>environment for deploying
 applications. Does it make network security <br>>easier or more difficult to achieve? Read this whitepaper to separate the <br>>two and get a better understanding.<br>><a href="http://p.sf.net/sfu/hp-phase2-d2d" target="_blank">http://p.sf.net/sfu/hp-phase2-d2d</a><br>>_______________________________________________<br>>Nagios-users mailing list<br>><a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. <br>>::: Messages without supporting info will risk being sent to /dev/null<br><br>-- <br>Sent from my Android phone with K-9 Mail. Please excuse my
 brevity.<br><br><br><br>------------------------------<br><br>Message: 11<br>Date: Mon, 04 Oct 2010 15:26:47 +0100<br>From: Assaf Flatto <<a ymailto="mailto:nagios@flatto.net" href="/mc/compose?to=nagios@flatto.net">nagios@flatto.net</a>><br>Subject: Re: [Nagios-users] want to configure nrpe for windows<br>To: <a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>Message-ID: <<a ymailto="mailto:4CA9E427.2010905@flatto.net" href="/mc/compose?to=4CA9E427.2010905@flatto.net">4CA9E427.2010905@flatto.net</a>><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>  On 04/10/10 11:00, moses neah wrote:<br>> Hill,<br>> This a newbie to nagios. I have taken over to manage a nagios server. <br>> Everything is working fine. I want to monitor the resources on the <br>> windows servers (windows 2000,2003 and 2008) I google and install
 <br>> nsclient++. I am running nagios 2.9. I get the following error " wrong <br>> -l parameter". Can any body show me the proper steps?<br>> Thanks in advance.<br>><br>><br>><br>can you provide us with a little more information , like the check <br>command definition , what are you trying to query , how did you set up <br>the NSclient++ ?<br><br>You know , trivial things that might shed light on your issue .<br><br><br>-- <br>Never,Ever Cut A Deal With a Dragon<br><br><br>Next year I will be doing the London to Paris bike ride to<br>raise money for the DogTrust (www.dogstrust.co.uk) .<br>Please Sponsor me at <a href="http://www.justgiving.com/Assaf-Flatto" target="_blank">http://www.justgiving.com/Assaf-Flatto</a><br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br><br>------------------------------<br><br>Message: 12<br>Date: Mon, 04 Oct 2010 15:28:10 +0100<br>From: Assaf Flatto <<a
 ymailto="mailto:nagios@flatto.net" href="/mc/compose?to=nagios@flatto.net">nagios@flatto.net</a>><br>Subject: Re: [Nagios-users] Nagios notifications by voice call ?<br>To: <a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>Message-ID: <<a ymailto="mailto:4CA9E47A.1000703@flatto.net" href="/mc/compose?to=4CA9E47A.1000703@flatto.net">4CA9E47A.1000703@flatto.net</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>  If you have access to an Astertisk server there are plugins that will <br>send the alert to the asterisk and that will initiate a phone call.<br><br><br><br><br>On 04/10/10 12:45, Bob Sauvage wrote:<br>>    Hello * ,<br>><br>> I want to relay my nagios notifications by voice call and by SMS. The<br>> night the call ringtone is more audible...<br>> I found many SMS providers but none
 to relay my notifications by voice<br>> call !<br>><br>> I have a limitation, I do not want to install a GSM modem or other<br>> things like that...<br>><br>> Thanks in advance !<br>><br>> ------------------------------------------------------------------------------<br>> Virtualization is moving to the mainstream and overtaking non-virtualized<br>> environment for deploying applications. Does it make network security<br>> easier or more difficult to achieve? Read this whitepaper to separate the<br>> two and get a better understanding.<br>> <a href="http://p.sf.net/sfu/hp-phase2-d2d" target="_blank">http://p.sf.net/sfu/hp-phase2-d2d</a><br>> _______________________________________________<br>> Nagios-users mailing list<br>> <a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>> <a
 href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>> ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>> ::: Messages without supporting info will risk being sent to /dev/null<br><br><br>-- <br>Never,Ever Cut A Deal With a Dragon<br><br><br>Next year I will be doing the London to Paris bike ride to<br>raise money for the DogTrust (www.dogstrust.co.uk) .<br>Please Sponsor me at <a href="http://www.justgiving.com/Assaf-Flatto" target="_blank">http://www.justgiving.com/Assaf-Flatto</a><br><br><br><br><br>------------------------------<br><br>Message: 13<br>Date: Mon, 4 Oct 2010 09:43:24 -0500<br>From: Terry <<a ymailto="mailto:td3201@gmail.com" href="/mc/compose?to=td3201@gmail.com">td3201@gmail.com</a>><br>Subject: Re: [Nagios-users] Nagios notifications by voice call ?<br>To: Nagios Users List <<a
 ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>><br>Message-ID:<br>    <<a ymailto="mailto:AANLkTin2wJnFa62EbwpTNOzJkvPTtC2AOdTbFpNnmieB@mail.gmail.com" href="/mc/compose?to=AANLkTin2wJnFa62EbwpTNOzJkvPTtC2AOdTbFpNnmieB@mail.gmail.com">AANLkTin2wJnFa62EbwpTNOzJkvPTtC2AOdTbFpNnmieB@mail.gmail.com</a>><br>Content-Type: text/plain; charset=ISO-8859-1<br><br>On Mon, Oct 4, 2010 at 6:45 AM, Bob Sauvage <<a ymailto="mailto:bob.sauvage@gmx.fr" href="/mc/compose?to=bob.sauvage@gmx.fr">bob.sauvage@gmx.fr</a>> wrote:<br>> ?Hello * ,<br>><br>> I want to relay my nagios notifications by voice call and by SMS. The<br>> night the call ringtone is more audible...<br>> I found many SMS providers but none to relay my notifications by voice<br>> call !<br>><br>> I have a limitation, I do not want to install a GSM modem
 or other<br>> things like that...<br>><br>> Thanks in advance !<br>><br>> ------------------------------------------------------------------------------<br><br>Several years back when these guys got started, they offered an email<br>-> voice solution.  It would call any number configured and read the<br>email to you.  I don't think they offer it anymore but something to<br>get you started:<br><a href="http://www.esaonline.com/" target="_blank">http://www.esaonline.com/</a><br><br><br><br>------------------------------<br><br>Message: 14<br>Date: Mon, 4 Oct 2010 11:31:07 -0400<br>From: "Robert Wolfe" <<a ymailto="mailto:robert.wolfe@robertwolfe.org" href="/mc/compose?to=robert.wolfe@robertwolfe.org">robert.wolfe@robertwolfe.org</a>><br>Subject: Re: [Nagios-users] Nagios notifications by voice call ?<br>To: <<a ymailto="mailto:nagios-users@lists.sourceforge.net"
 href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>><br>Message-ID: <<a ymailto="mailto:50BE9C7135A64147819E42376C136B2675EB@dc1.wolfe.local" href="/mc/compose?to=50BE9C7135A64147819E42376C136B2675EB@dc1.wolfe.local">50BE9C7135A64147819E42376C136B2675EB@dc1.wolfe.local</a>><br>Content-Type: text/plain;    charset="us-ascii"<br><br>Or if you have access to PHP4AGI, then you could write one yourself.  A<br>coworker and I wrote a plugin using that and PHP to make regular<br>callouts through the Asterisk server to see if it can indeed make<br>outgoing calls.<br><br>-----Original Message-----<br>From: Assaf Flatto [mailto:<a ymailto="mailto:nagios@flatto.net" href="/mc/compose?to=nagios@flatto.net">nagios@flatto.net</a>] <br>Sent: Monday, October 04, 2010 10:28 AM<br>To: <a ymailto="mailto:nagios-users@lists.sourceforge.net"
 href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>Subject: Re: [Nagios-users] Nagios notifications by voice call ?<br><br>  If you have access to an Astertisk server there are plugins that will<br>send the alert to the asterisk and that will initiate a phone call.<br><br><br><br><br>On 04/10/10 12:45, Bob Sauvage wrote:<br>>    Hello * ,<br>><br>> I want to relay my nagios notifications by voice call and by SMS. The<br>> night the call ringtone is more audible...<br>> I found many SMS providers but none to relay my notifications by voice<br>> call !<br>><br>> I have a limitation, I do not want to install a GSM modem or other<br>> things like that...<br>><br>> Thanks in advance !<br>><br>><br>------------------------------------------------------------------------<br>------<br>> Virtualization is moving to the mainstream and
 overtaking<br>non-virtualized<br>> environment for deploying applications. Does it make network security<br>> easier or more difficult to achieve? Read this whitepaper to separate<br>the<br>> two and get a better understanding.<br>> <a href="http://p.sf.net/sfu/hp-phase2-d2d" target="_blank">http://p.sf.net/sfu/hp-phase2-d2d</a><br>> _______________________________________________<br>> Nagios-users mailing list<br>> <a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>> <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>> ::: Please include Nagios version, plugin version (-v) and OS when<br>reporting any issue.<br>> ::: Messages without supporting info will risk being sent to /dev/null<br><br><br>-- <br>Never,Ever Cut A Deal
 With a Dragon<br><br><br>Next year I will be doing the London to Paris bike ride to<br>raise money for the DogTrust (www.dogstrust.co.uk) .<br>Please Sponsor me at <a href="http://www.justgiving.com/Assaf-Flatto" target="_blank">http://www.justgiving.com/Assaf-Flatto</a><br><br><br>------------------------------------------------------------------------<br>------<br>Virtualization is moving to the mainstream and overtaking<br>non-virtualized<br>environment for deploying applications. Does it make network security <br>easier or more difficult to achieve? Read this whitepaper to separate<br>the <br>two and get a better understanding.<br><a href="http://p.sf.net/sfu/hp-phase2-d2d" target="_blank">http://p.sf.net/sfu/hp-phase2-d2d</a><br>_______________________________________________<br>Nagios-users mailing list<br><a ymailto="mailto:Nagios-users@lists.sourceforge.net"
 href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when<br>reporting any issue. <br>::: Messages without supporting info will risk being sent to /dev/null<br><br><br><br>------------------------------<br><br>Message: 15<br>Date: Mon, 4 Oct 2010 11:31:59 -0400<br>From: "Robert Wolfe" <<a ymailto="mailto:robert.wolfe@robertwolfe.org" href="/mc/compose?to=robert.wolfe@robertwolfe.org">robert.wolfe@robertwolfe.org</a>><br>Subject: Re: [Nagios-users] want to configure nrpe for windows<br>To: "Nagios Users List" <<a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>><br>Message-ID: <<a
 ymailto="mailto:50BE9C7135A64147819E42376C136B2675EC@dc1.wolfe.local" href="/mc/compose?to=50BE9C7135A64147819E42376C136B2675EC@dc1.wolfe.local">50BE9C7135A64147819E42376C136B2675EC@dc1.wolfe.local</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>It might also be a good idea if he upgrades the Nagios software as well.<br><br> <br><br>From: Assaf Flatto [mailto:<a ymailto="mailto:nagios@flatto.net" href="/mc/compose?to=nagios@flatto.net">nagios@flatto.net</a>] <br>Sent: Monday, October 04, 2010 10:27 AM<br>To: <a ymailto="mailto:nagios-users@lists.sourceforge.net" href="/mc/compose?to=nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>Subject: Re: [Nagios-users] want to configure nrpe for windows<br><br> <br><br>On 04/10/10 11:00, moses neah wrote: <br><br>Hill,<br>This a newbie to nagios. I have taken over to manage a nagios server.<br>Everything is working fine. I want to monitor the resources on the<br>windows
 servers (windows 2000,2003 and 2008) I google and install<br>nsclient++. I am running nagios 2.9. I get the following error " wrong<br>-l parameter". Can any body show me the proper steps?<br>Thanks in advance.<br><br> <br><br>can you provide us with a little more information , like the check<br>command definition , what are you trying to query , how did you set up<br>the NSclient++ ?<br><br>You know , trivial things that might shed light on your issue .<br> <br><br><br><br><br>-- <br>Never,Ever Cut A Deal With a Dragon <br> <br> <br>Next year I will be doing the London to Paris bike ride to <br>raise money for the DogTrust (www.dogstrust.co.uk) .<br>Please Sponsor me at <a href="http://www.justgiving.com/Assaf-Flatto" target="_blank">http://www.justgiving.com/Assaf-Flatto</a><br>-------------- next part --------------<br>An HTML attachment was
 scrubbed...<br><br>------------------------------<br><br>------------------------------------------------------------------------------<br>Virtualization is moving to the mainstream and overtaking non-virtualized<br>environment for deploying applications. Does it make network security <br>easier or more difficult to achieve? Read this whitepaper to separate the <br>two and get a better understanding.<br><a href="http://p.sf.net/sfu/hp-phase2-d2d" target="_blank">http://p.sf.net/sfu/hp-phase2-d2d</a><br><br>------------------------------<br><br>_______________________________________________<br>Nagios-users mailing list<br><a ymailto="mailto:Nagios-users@lists.sourceforge.net" href="/mc/compose?to=Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br><br><br>End of Nagios-users
 Digest, Vol 53, Issue 3<br>*******************************************<br></div></blockquote></td></tr></table><br>