From noreply at sourceforge.net Sat Oct 1 10:45:01 2011 From: noreply at sourceforge.net (SourceForge.net) Date: Sat, 01 Oct 2011 10:45:01 +0200 Subject: [Nagiosplug-devel] [ nagiosplug-Patches-1614552 ] no perf-data check_procs Message-ID: Patches item #1614552, was opened at 2006-12-13 08:14 Message generated for change (Comment added) made by pmansvelder You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=397599&aid=1614552&group_id=29880 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: FliTTi (flitti) Assigned to: Nobody/Anonymous (nobody) Summary: no perf-data check_procs Initial Comment: The plugincheck_procs doens't return perfdata. This patch will enable perf data. Please put it into the next release. Best regards, FliTTi ---------------------------------------------------------------------- Comment By: Peter Mansvelder (pmansvelder) Date: 2011-10-01 10:45 Message: I agree with the intention of this patch, I find myself constantly patching the source of check_procs.c whenever I add a new nagios installation, although my patch consisted only of a single line (printf (" | procs=%d",procs);) without any of the other parameters. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=397599&aid=1614552&group_id=29880 From Pierre.Bru at spotimage.fr Wed Oct 5 13:35:18 2011 From: Pierre.Bru at spotimage.fr (Bru, Pierre) Date: Wed, 5 Oct 2011 13:35:18 +0200 Subject: [Nagiosplug-devel] [check_snmp] multiple labels ? Message-ID: <28B70A56D535494DA860A4A93F54A9190CA59E0F@SISA-EXCHCLU.toulouse.spotimage.int> hello, with the chek_snmp plugin, it is possible to give a "label" which is used as a prefix in the answer and as a substitution string for the OID name in the perfdata $ ./check_snmp -H somehost -n -o jvmThreadcount SNMP OK - 180 | JVM-MANAGEMENT-MIB::jvmThreadCount.0=180 $ ./check_snmp -H somehost -n -o jvmThreadcount -l regular SNMP OK - regular 180 | regular=180 it is also possible to specify a list of up to 8 OIDs but still only 1 label. if I give a label and a list of OIDs, the label is used as a prefix in the answer and as a substitution sting in the perfdata but only for the 1st OID name. $ ./check_snmp -H somehost -n -o jvmThreadcount,jvmThreadDaemonCount SNMP OK - 180 86 | JVM-MANAGEMENT-MIB::jvmThreadCount.0=180 JVM-MANAGEMENT-MIB::jvmThreadDaemonCount.0=86 $ ./check_snmp -H somehost -n -o jvmThreadcount,jvmThreadDaemonCount -l count SNMP OK - count 180 86 | count=180 JVM-MANAGEMENT-MIB::jvmThreadDaemonCount.0=86 if I give a list of label, instead of getting an error, the plugin use the last item of the list. $ ./check_snmp -H somehost -n -o jvmThreadcount,jvmThreadDaemonCount -l regular,daemon SNMP OK - daemon 180 86 | daemon=180 JVM-MANAGEMENT-MIB::jvmThreadDaemonCount.0=86 is there a way to specify an individual label/substitution string for each OID ? here is an example of the expected behavior $ ./check_snmp -H somehost -n -o jvmThreadcount,jvmThreadDaemonCount -l regular,daemon -D , SNMP OK - regular 180,daemon 86 | regular=180 daemon=86 Please consider the environment before printing this email message. -------------------------------------------------------------------------- Ce courriel (incluant ses ?ventuelles pi?ces jointes) peut contenir des informations confidentielles et/ou prot?g?es ou dont la diffusion est restreinte. Si vous avez re?u ce courriel par erreur, vous ne devez ni le copier, ni l'utiliser, ni en divulguer le contenu ? quiconque. Merci d'en avertir imm?diatement l'exp?diteur et d'effacer ce courriel de votre syst?me. Spot Image d?cline toute responsabilit? en cas de corruption par virus, d'alt?ration ou de falsification de ce courriel lors de sa transmission par voie ?lectronique. This email (including any attachments) may contain confidential and/or privileged information or information otherwise protected from disclosure. If you are not the intended recipient, please notify the sender immediately, do not copy this message or any attachments and do not use it for any purpose or disclose its content to any person, but delete this message and any attachments from your system. Spot Image disclaims any and all liability if this email transmission was virus corrupted, altered or falsified. -------------------------------------------------------------------------- Spot Image SA (325 089 589 RCS Toulouse) - Siege social: 5, rue des Satellites, 31400 Toulouse, France. From wferi at niif.hu Thu Oct 13 17:18:27 2011 From: wferi at niif.hu (Ferenc Wagner) Date: Thu, 13 Oct 2011 17:18:27 +0200 Subject: [Nagiosplug-devel] supporting chunked encoding in check_http Message-ID: <87r52gsyws.fsf@tac.ki.iif.hu> Dear Thomas (and community), Based on the pu_dermoth_http branch in the nagiosplug repo, you might be working on adding support for chunked encoding to check_http. As the submitter of http://sourceforge.net/tracker/?func=detail&atid=397597&aid=2786808&group_id=29880 I'm interested in this and actually planning to code it up, but I'd rather not step on your toes. Have you got some uncommited changes, perhaps? Anything else I should know of before investing work into this? As a question to the whole community: which branch should I base my efforts on? -- Thanks, Feri. From noreply at sourceforge.net Thu Oct 20 17:01:18 2011 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 20 Oct 2011 17:01:18 +0200 Subject: [Nagiosplug-devel] [ nagiosplug-Bugs-3312534 ] check_disk_smb - Samba shares upper 2 To Message-ID: Bugs item #3312534, was opened at 2011-06-06 17:14 Message generated for change (Comment added) made by marrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=397597&aid=3312534&group_id=29880 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: release-1.4.15 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Olivier (olikamm) Assigned to: Nobody/Anonymous (nobody) Summary: check_disk_smb - Samba shares upper 2 To Initial Comment: Plugin Version (-V output): nagios-plugins 1.4.15 Plugin Name: check_disk_smb Plugin Commandline showing issues: none Operating System: CentOS release 5.6 (Final) The plugin cannot detect space on Samba shares over 2To. It still works, but if I have a 8To share with 2To used, the plugin will write 2047.93G (100%) free. I guess this is a limitation on a int32 variable. ---------------------------------------------------------------------- Comment By: Marc 'BlackJack' Rintsch (marrin) Date: 2011-10-20 17:01 Message: The problem may be smbclient which is used by the check_disk_smb script. I have the same problem and when i issue the smbclient call I get: # smbclient //host/share -U user%pass -c ls Domain=[MYGROUP] OS=[Unix] Server=[Samba 3.0.34] [?] 65535 blocks of size 33553920. 65535 blocks available The 65535 = 0xffff actually look like integer type limitation. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=397597&aid=3312534&group_id=29880 From noreply at sourceforge.net Tue Oct 25 11:22:44 2011 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 25 Oct 2011 09:22:44 +0000 Subject: [Nagiosplug-devel] [ nagiosplug-Patches-3428117 ] check_ide_smart: fix smart attribute comparison Message-ID: Patches item #3428117, was opened at 2011-10-25 09:22 Message generated for change (Tracker Item Submitted) made by bubeck You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=397599&aid=3428117&group_id=29880 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Bugfix Group: release-1.4.15 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tilmann Bubeck (bubeck) Assigned to: Nobody/Anonymous (nobody) Summary: check_ide_smart: fix smart attribute comparison Initial Comment: Each S.M.A.R.T. attribute is compared against a threshold. If it is LESSTHAN that threshold an error is reported. This patch fixes the problem, that attribute values EQUAL to the threshold are reported as error, which is wrong. Only LESSTHAN the threshold is an error. For more information see: http://www.hdsentinel.com/smart/index.php My SSD has some attributes which value and threshold are "0". Without the patch this is reported as errornous. ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE ... 172 Unknown_Attribute 0x0032 000 000 000 Old_age Always - 0 174 Unknown_Attribute 0x0030 000 000 000 Old_age Offline - 13 177 Wear_Leveling_Count 0x0000 000 000 000 Old_age Offline - 0 ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=397599&aid=3428117&group_id=29880 From heiko.wenzig at dzbank.de Thu Oct 27 15:29:45 2011 From: heiko.wenzig at dzbank.de (heiko.wenzig at dzbank.de) Date: Thu, 27 Oct 2011 15:29:45 +0200 Subject: [Nagiosplug-devel] Question for check_ntp.exe Message-ID: <20111027132956.112A412968@mail-int-01.noc.fiducia.de> Hello, i have a questions for this check. We have more than one timeserver. How can i configure the check that it use 2 or 4 Timeservers in example? For what can i use these Parameters? -O -j -k They are not explained in the help text. Regards Heiko -------------- next part -------------- An HTML attachment was scrubbed... URL: