You can subscribe to this list here.
2006 |
Jan
|
Feb
(38) |
Mar
(131) |
Apr
(5) |
May
(23) |
Jun
(9) |
Jul
(9) |
Aug
(9) |
Sep
(24) |
Oct
(28) |
Nov
(33) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(45) |
Feb
(22) |
Mar
(52) |
Apr
(17) |
May
(4) |
Jun
(68) |
Jul
(12) |
Aug
(25) |
Sep
(63) |
Oct
(45) |
Nov
(25) |
Dec
(76) |
2008 |
Jan
(34) |
Feb
(53) |
Mar
(30) |
Apr
(42) |
May
(50) |
Jun
(45) |
Jul
(21) |
Aug
(36) |
Sep
(33) |
Oct
(28) |
Nov
(32) |
Dec
(16) |
2009 |
Jan
(35) |
Feb
(36) |
Mar
(32) |
Apr
(24) |
May
(26) |
Jun
(15) |
Jul
(17) |
Aug
(30) |
Sep
(14) |
Oct
(18) |
Nov
(26) |
Dec
(22) |
2010 |
Jan
(11) |
Feb
(33) |
Mar
(35) |
Apr
(16) |
May
(11) |
Jun
(4) |
Jul
(36) |
Aug
(3) |
Sep
(14) |
Oct
(5) |
Nov
(10) |
Dec
(12) |
2011 |
Jan
(7) |
Feb
(31) |
Mar
(13) |
Apr
(14) |
May
(18) |
Jun
(25) |
Jul
(6) |
Aug
(23) |
Sep
(20) |
Oct
(18) |
Nov
(4) |
Dec
(9) |
2012 |
Jan
(32) |
Feb
(4) |
Mar
(15) |
Apr
(3) |
May
(8) |
Jun
(9) |
Jul
(6) |
Aug
(6) |
Sep
|
Oct
(14) |
Nov
(22) |
Dec
(4) |
2013 |
Jan
(16) |
Feb
(11) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(6) |
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
(3) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(2) |
Oct
(5) |
Nov
(5) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(3) |
Apr
(4) |
May
|
Jun
(1) |
Jul
(19) |
Aug
(4) |
Sep
(13) |
Oct
(3) |
Nov
(8) |
Dec
(4) |
2016 |
Jan
(18) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(9) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
(7) |
2017 |
Jan
(5) |
Feb
|
Mar
(3) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
(4) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(3) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jeremy L. <jla...@re...> - 2012-01-24 22:46:07
|
On Tue, Jan 24, 2012 at 10:26 PM, Mario Valetti <mar...@gm...> wrote: > I know the if_err graphs are available under the "trends" column, but is it > possible to view this period for errors directly in the table within the > if_err column check? I've added the following into my graphs.cfg file to achieve this. It's essentially a copy of the [if_load] definition from devmon-graph.cfg, but with the FNPATTERN and TITLE adjusted. I probably should have renamed the variable names (in, inbytes, out and outbytes) but I had bigger fish to fry at the time. [if_err] FNPATTERN if_err.(.*).rrd TITLE Interface Errors YAXIS Packets/second DEF:in@RRDIDX@=@RRDFN@:ds0:AVERAGE CDEF:inbytes@RRDIDX@=in@RRDIDX@,8,* DEF:out@RRDIDX@=@RRDFN@:ds1:AVERAGE CDEF:outbytes@RRDIDX@=out@RRDIDX@,8,* LINE1:inbytes@RRDIDX@#@COLOR@:@RRDPARAM@ In GPRINT:inbytes@RRDIDX@:LAST: %8.2lf %s (cur) GPRINT:inbytes@RRDIDX@:MAX: %8.2lf %s (max) GPRINT:inbytes@RRDIDX@:MIN: %8.2lf %s (min) GPRINT:inbytes@RRDIDX@:AVERAGE: %8.2lf %s (avg)\n LINE1:outbytes@RRDIDX@#@COLOR@:@RRDPARAM@ Out GPRINT:outbytes@RRDIDX@:LAST: %8.2lf %s (cur) GPRINT:outbytes@RRDIDX@:MAX: %8.2lf %s (max) GPRINT:outbytes@RRDIDX@:MIN: %8.2lf %s (min) GPRINT:outbytes@RRDIDX@:AVERAGE: %8.2lf %s (avg)\n -l 0 |
From: Mario V. <mar...@gm...> - 2012-01-24 11:26:12
|
Hi, When selecting 'network device | <if_err>' column, the resultant table shows total interface errors since the device start / reset. I'm only interested in checking if errors occured within the previous 24 or 48hrs (for example). I know the if_err graphs are available under the "trends" column, but is it possible to view this period for errors directly in the table within the if_err column check? Thanks, Mario |
From: Geoff H. <geo...@gm...> - 2012-01-23 21:07:52
|
Thanks, I re-installed the Convert::BER module and it fixed the issue. Strange. On 1/22/12, Jeremy Laidman <jla...@re...> wrote: > On Sun, Jan 22, 2012 at 9:46 AM, Geoff Hallford > <geo...@gm...> wrote: > >> [12-01-21@17:38:51] Querying new hosts using cid 'public' and snmp v2 >> Undefined subroutine &dm_snmp::encode_oid called at >> /usr/local/devmon/modules/dm_snmp.pm line 480, <$__ANONIO__> line 8. > > It can't find SNMP_Session. The "encode_oid()" subroutine is inside > the SNMP_Session perl module package, specifically in BER.pm. > > Cheers > Jeremy > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > -- Sent from my mobile device |
From: ian n. <ino...@ho...> - 2012-01-23 13:23:48
|
Guy's, My l trying to build some monitoring for our Cisco UC equipment and have written a test to look at Host Resources Software run table. The table won't render, but the script is obviously pulling data back as alarming on is packed with services. Its working the file system table on a Cisco (Linux) server though. What am I doing wrong? Thanks, Ian. Mon Jan 23 13:13:27 2012 Alarming on (init,migration/0,ksoftirqd/0,migration/1,ksoftirqd/1,migration/2) Alarming on (ksoftirqd/2,migration/3,ksoftirqd/3,events/0,events/1) Alarming on (events/2,events/3,khelper,kacpid,kblockd/0,kblockd/1) Alarming on (kblockd/2,kblockd/3,khubd,pdflush,pdflush,kswapd0) Alarming on (aio/0,aio/1,aio/2,aio/3,kseriod,scsi_eh_0,ata/0) Alarming on (ata/1,ata/2,ata/3,ata_aux,scsi_eh_1,scsi_eh_2,scsi_eh_3) Alarming on (scsi_eh_4,kjournald,udevd,kauditd,scsi_eh_5,usb-storage) Alarming on (kjournald,kjournald,kjournald,mgetty,ntpd,snmp_master_age) Alarming on (snmpdm,ntp_start.sh,ntp_start.sh,ntpd,sshd,sshd) Alarming on (sftp-server,sshd,sshd,sftp-server,arpmond,ipprefsd) Alarming on (nbslogpd,sshd,sshd,sftp-server,syslogd,klogd,ciscosecd) Alarming on (irqbalance,kipmi0,acpid,sshd,slp_srvreg,kipvmsd) Alarming on (kipvmsMixer03,cimlistener,cimserver,cimserver,crond) Alarming on (daemonize,java,caroninit,dbus-daemon-1,dbcfs,dbcfs) Alarming on (dbcfs,dbcfs,snmpd,dirsnmpd,mingetty,mingetty,mingetty) Alarming on (mingetty,mingetty,mingetty,clm,racoon,servM,hostagt) Alarming on (host_agent.pl,cmoninit,cmoninit,cmoninit,cmoninit) Alarming on (cmoninit,cmoninit,cmoninit,cmoninit,cmoninit,cmoninit) Alarming on (cmoninit,cmoninit,cmoninit,cmoninit,cmoninit,cmoninit) Alarming on (cmoninit,ccm,caroninit,carschlr,dbmon,dblrpc,mib2agt) Alarming on (naaagt,cdpAgt,CiscoSyslogSubA,LpmTool,cdpd,certM) Alarming on (certSync,CiscoDRFLocal,RisDC,cdragent,amc,cdrrep) Alarming on (tracecollection,AuditLog,ctftp,ipvmsd,cef,rtmtreporter) Alarming on (CTIManager,CTLProvider,caroninit,BPS,caroninit,CiscoDRFMaster) Alarming on (mib2_agent.pl,caroninit,caroninit,caroninit,caroninit) Alarming on (caroninit,sshd,caroninit,sshd,sftp-server,caroninit) Alarming on (caroninit,tomcat,caroninit,caroninit,tvs,sappagt) Alarming on (sapp_agent.pl,CiscoLicenseMgr) Service Status |
From: Jeremy L. <jla...@re...> - 2012-01-23 04:27:32
|
On Sun, Jan 22, 2012 at 9:46 AM, Geoff Hallford <geo...@gm...> wrote: > [12-01-21@17:38:51] Querying new hosts using cid 'public' and snmp v2 > Undefined subroutine &dm_snmp::encode_oid called at > /usr/local/devmon/modules/dm_snmp.pm line 480, <$__ANONIO__> line 8. It can't find SNMP_Session. The "encode_oid()" subroutine is inside the SNMP_Session perl module package, specifically in BER.pm. Cheers Jeremy |
From: Geoff H. <geo...@gm...> - 2012-01-21 22:46:22
|
I just installed version 0.3.1 beta 1 and I am getting an undefined error. Here is my configuration: - CentOS 6.2 (Linux name 2.6.32-220.el6.i686 #1 SMP Tue Dec 6 16:15:40 GMT 2011 i686 i686 i386 GNU/Linux) - Perl, v5.10.1 (*) built for i386-linux-thread-multi - Xymon 4.3.7 - SNMP_Session: perl-SNMP_Session-1.12-4.el6.noarch When I try to read the hosts.cfg file, I get the following error: [root@xymon devmon]# ./devmon --readbbhosts -vv [12-01-21@17:38:51] Option 'bblocation' defaulting to: [12-01-21@17:38:51] SNMP querying all hosts in bb-hosts file, please wait... [12-01-21@17:38:51] Checking if # bbd http://removed/ DEVMON matches NET:. [12-01-21@17:38:51] Option 'bbdateformat' defaulting to: . [12-01-21@17:38:51] Option 'dispport' defaulting to: 1984. [12-01-21@17:38:51] Option 'dispserv' defaulting to: localhost. [12-01-21@17:38:51] Querying new hosts using cid 'public' and snmp v2 Undefined subroutine &dm_snmp::encode_oid called at /usr/local/devmon/modules/dm_snmp.pm line 480, <$__ANONIO__> line 8. Any help is appreciated. Thanks, Geoff. |
From: <kar...@or...> - 2012-01-17 11:02:45
|
Hello Milne Thanks you very much for all explanation. King Regards Karim Bourenane Responsable du Pôle Expertise des outils FT/OF/DTF/DEX/DEI/RIVD/PEO tél. 02 40 44 09 04 mob. 06 86 46 44 39 kar...@or... -----Message d'origine----- De : Buchan Milne [mailto:bg...@st...] Envoyé : mardi 17 janvier 2012 11:40 À : dev...@li... Cc : BOURENANE Karim DTF/DEI Objet : Re: [Devmon] [DEVMON] Problem in view MIB : IfPhyAddress On Monday, 16 January 2012 18:32:30 kar...@or... wrote: > Hello Team > > If someone, can help about problem with my devmon snmp plugin in my > Xymon 4.2 under Linux RedHat > > I explain my problem: > Devmon running fine with Xymon Monitor, but i want also to view all > IfPhyAddress(MIB) = MAC Address on my web view. The syntax for ifPhysAddress is physAddress, which is a series of bytes in binary. The fact that net-snmp (e.g. snmpwalk) decodes them and prints them nicely for you doesn't change the fact that what devmon receives over the network from the device is an octet string. > Also, on /usr/local/devmon/template/cisco-2960/if_stat/oids i put : > ifPhysAddress : .1.3.6.1.2.1.2.2.1.6 : branch > > on Transform file: > ifPhysAddressBox: REGSUB : {ifPhysAddress} /(\S+.*)/ [$1]/ You probably need to do more transormation here, such as splitting ifPhysAddress into 6 octets, then converting each octet (so, at least 7 transforms, possibly more). You may want to look at the 'log' test in the compaq-server template. In future, it may be worthwhile introducing a new transform which does all of this with one operator, but then it may make more sense switching to a different SNMP module which supports MIBs and has automatic syntax conversions. > Thats mean devmon cannot take MAC Addresse in Ifc PhysAdd section. Wrong ... it is presenting the MAC address, just not ina human-readable form ... > Can anyone have already see this ? and can help me ? Regards, Buchan _________________________________________________________________________________________________________________________ Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, France Telecom - Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci This message and its attachments may contain confidential or privileged information that may be protected by law; they should not be distributed, used or copied without authorization. If you have received this email in error, please notify the sender and delete this message and its attachments. As emails may be altered, France Telecom - Orange shall not be liable if this message was modified, changed or falsified. Thank you. |
From: Buchan M. <bg...@st...> - 2012-01-17 10:40:02
|
On Monday, 16 January 2012 18:32:30 kar...@or... wrote: > Hello Team > > If someone, can help about problem with my devmon snmp plugin in my > Xymon 4.2 under Linux RedHat > > I explain my problem: > Devmon running fine with Xymon Monitor, but i want also to view all > IfPhyAddress(MIB) = MAC Address on my web view. The syntax for ifPhysAddress is physAddress, which is a series of bytes in binary. The fact that net-snmp (e.g. snmpwalk) decodes them and prints them nicely for you doesn't change the fact that what devmon receives over the network from the device is an octet string. > Also, on /usr/local/devmon/template/cisco-2960/if_stat/oids i put : > ifPhysAddress : .1.3.6.1.2.1.2.2.1.6 : branch > > on Transform file: > ifPhysAddressBox: REGSUB : {ifPhysAddress} /(\S+.*)/ [$1]/ You probably need to do more transormation here, such as splitting ifPhysAddress into 6 octets, then converting each octet (so, at least 7 transforms, possibly more). You may want to look at the 'log' test in the compaq-server template. In future, it may be worthwhile introducing a new transform which does all of this with one operator, but then it may make more sense switching to a different SNMP module which supports MIBs and has automatic syntax conversions. > Thats mean devmon cannot take MAC Addresse in Ifc PhysAdd section. Wrong ... it is presenting the MAC address, just not ina human-readable form ... > Can anyone have already see this ? and can help me ? Regards, Buchan |
From: <kar...@or...> - 2012-01-16 16:33:39
|
Hello Team If someone, can help about problem with my devmon snmp plugin in my Xymon 4.2 under Linux RedHat I explain my problem: Devmon running fine with Xymon Monitor, but i want also to view all IfPhyAddress(MIB) = MAC Address on my web view. Also, on /usr/local/devmon/template/cisco-2960/if_stat/oids i put : ifPhysAddress : .1.3.6.1.2.1.2.2.1.6 : branch on Transform file: ifPhysAddressBox: REGSUB : {ifPhysAddress} /(\S+.*)/ [$1]/ On Message file : Ifc name|Ifc PhysAdd|Ifc speed|Ifc status {ifName}{ifAliasBox}|{ifPhysAddressBox}|{ifSpeed}|{ifStat.color}{ifStat} {ifStat.errors} But in my Xymon website under "Ifc PhtAdd" section i have this : Ifc name Ifc PhysAdd Ifc speed Ifc status StackPort1 [7e}] 0.00 bps up StackSub-St1-1 [7e}] 0.00 bps up StackSub-St1-2 [7e}] 0.00 bps up StackPort2 [7e}] 0.00 bps up StackSub-St2-1 [7e}] 0.00 bps up StackSub-St2-2 [7e}0] 0.00 bps up Gi1/0/1 [Borne Wifi @241] [7e}1] 100.00 Mbps up Gi1/0/2 [Miniswitch Technicien] [7e}2] 100.00 Mbps down Thats mean devmon cannot take MAC Addresse in Ifc PhysAdd section. Can anyone have already see this ? and can help me ? King Regards _________________________________________________________________________________________________________________________ Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, France Telecom - Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci This message and its attachments may contain confidential or privileged information that may be protected by law; they should not be distributed, used or copied without authorization. If you have received this email in error, please notify the sender and delete this message and its attachments. As emails may be altered, France Telecom - Orange shall not be liable if this message was modified, changed or falsified. Thank you. |
From: Buchan M. <bg...@st...> - 2012-01-16 06:53:54
|
On Sunday, 15 January 2012 12:25:14 ian norfolk wrote: > Guy's, > > I have the xymon.apache.conf file in the /etc/httpd/conf.d folder and can > access the default page and see the status on my laptop. If I try and > click on any of the links other that static html I get the below errors in > the apache logs. > > I installed 4.3.7 from source onto Centos 6.2 with Apache 2.2 if that makes > any difference. I couldn''t find a repo with it in. > > > [Sun Jan 15 10:09:52 2012] [error] [client 127.0.0.1] (13)Permission > denied: exec of '/usr/lib/xymon/cgi-bin/svcstatus.sh' failed, referer: > http://localhost/xymon/ [Sun Jan 15 10:09:52 2012] [error] [client > 127.0.0.1] Premature end of script headers: svcstatus.sh, referer: > http://localhost/xymon/ > > Im sure its something blindingly obviouse if you undersand linux and > apache, but I dont to any great level. Probably an selinux issue, you may have to set appropriate file contexts on the CGI scripts. Note: this seems like an issue that has absolutely nothing to do with devmon, you get better replies on the Xymon list. Regards, Buchan |
From: Thomas K. <tk...@ne...> - 2012-01-16 06:33:32
|
Hi Buchan, On Mon, Dec 19, 2011 at 03:39:49PM +0100, Buchan Milne wrote: > On Monday, 19 December 2011 12:40:51 Thomas Kähn wrote: > > I only have the data column in this table as seen in the output below. > > > > The slot/port combination can only be deduced from the last three > > numbers in the OID. > > Before I look at the MIB, from your explanation, the last three numbers should > be accessible in devmon by using the INDEX operator (as the index of the SNMP > table). If not, you aren't looking at an SNMP table. thank you very much for the hint with the INDEX transform. I am still running v0.3.0 which doesn't have the INDEX transform. So I didn't find it in the documentation. > > > > E.g. I want to monitor the PPP sessions on individual interfaces > > > > on a Juniper E320 BRAS system. > > > > However there is no ifName or ifIndex column in this table. Instead the > > > > the last three numbers in the returned OID is the interface name: > > > > > > > > $ snmpwalk e320bras 1.3.6.1.4.1.4874.2.2.20.1.8.8 > > > > SNMPv2-SMI::enterprises.4874.2.2.20.1.8.8.1.2.3.1.0.1 = Gauge32: 4928 > > > > SNMPv2-SMI::enterprises.4874.2.2.20.1.8.8.1.2.3.1.0.2 = Gauge32: 3232 > > After looking for this MIB at mibdepot.com, it seems this > (1.3.6.1.4.1.4874.2.2.20.1.8.8) is juniAaaSubscriberLocationSummaryTable, and > each entry in the table has a juniAaaSubscriberLocationSummaryLocationIndex > (1.3.6.1.4.1.4874.2.2.20.1.8.8.1.1) and juniAaaSubscriberLocationSummaryCount > (1.3.6.1.4.1.4874.2.2.20.1.8.8.1.2). > > If you can't get juniAaaSubscriberLocationSummaryLocationIndex, then you > should use the INDEX operator on juniAaaSubscriberLocationSummaryCount. Yes, the index column is mentioned in the MIB file. Sadly it doesn't exist on the device: $ snmpwalk e320bras 1.3.6.1.4.1.4874.2.2.20.1.8.8.1.1 SNMPv2-SMI::enterprises.4874.2.2.20.1.8.8.1.1 = No Such Object available on this agent at this OID Good to know devmon has a solution to this problem :-) Best regards Thomas Kähn -- Thomas Kähn Technik, Network Engineering & Design; Content Delivery Platform & IP --------------------------------------------------------------------- NETCOLOGNE Gesellschaft für Telekommunikation mbH Am Coloneum 9 | 50829 Köln www.netcologne.de Geschäftsführer: Dr. Hans Konle (Sprecher) Dipl.-Ing. Karl-Heinz Zankel HRB 25580, AG Köln Diese Nachricht (inklusive aller Anhänge) ist vertraulich. Sollten Sie diese Nachricht versehentlich erhalten haben, bitten wir, den Absender (durch Antwort-E-Mail) hiervon unverzüglich zu informieren und die Nachricht zu löschen. Die E-Mail darf in diesem Fall weder vervielfältigt noch in anderer Weise verwendet werden. |
From: Jeremy L. <jla...@re...> - 2012-01-16 02:03:40
|
On Sun, Jan 15, 2012 at 9:25 PM, ian norfolk <ino...@ho...> wrote: > [Sun Jan 15 10:09:52 2012] [error] [client 127.0.0.1] (13)Permission denied: exec of '/usr/lib/xymon/cgi-bin/svcstatus.sh' failed, referer: http://localhost/xymon/ Try running it yourself as the apache user. For example: sudo -u apache /usr/lib/xymon/cgi-bin/svcstatus.sh Use 'ls -l' to make sure the script is executable by the apache user or group. Cheers Jeremy |
From: Josh L. <jo...@im...> - 2012-01-15 15:30:51
|
Restart Apache? Does httpd.conf look in conf.d for extra config? Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373 On Jan 15, 2012 5:25 AM, "ian norfolk" <ino...@ho...> wrote: > > Guy's, > > I have the xymon.apache.conf file in the /etc/httpd/conf.d folder and can > access the default page and see the status on my laptop. If I try and click > on any of the links other that static html I get the below errors in the > apache logs. > > I installed 4.3.7 from source onto Centos 6.2 with Apache 2.2 if that > makes any difference. I couldn''t find a repo with it in. > > > [Sun Jan 15 10:09:52 2012] [error] [client 127.0.0.1] (13)Permission > denied: exec of '/usr/lib/xymon/cgi-bin/svcstatus.sh' failed, referer: > http://localhost/xymon/ > [Sun Jan 15 10:09:52 2012] [error] [client 127.0.0.1] Premature end of > script headers: svcstatus.sh, referer: http://localhost/xymon/ > > Im sure its something blindingly obviouse if you undersand linux and > apache, but I dont to any great level. > > Thanks, > > Ian. > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Mar 27 - Feb 2 > Save $400 by Jan. 27 > Register now! > http://p.sf.net/sfu/rsa-sfdev2dev2 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |
From: ian n. <ino...@ho...> - 2012-01-15 10:25:20
|
Guy's, I have the xymon.apache.conf file in the /etc/httpd/conf.d folder and can access the default page and see the status on my laptop. If I try and click on any of the links other that static html I get the below errors in the apache logs. I installed 4.3.7 from source onto Centos 6.2 with Apache 2.2 if that makes any difference. I couldn''t find a repo with it in. [Sun Jan 15 10:09:52 2012] [error] [client 127.0.0.1] (13)Permission denied: exec of '/usr/lib/xymon/cgi-bin/svcstatus.sh' failed, referer: http://localhost/xymon/ [Sun Jan 15 10:09:52 2012] [error] [client 127.0.0.1] Premature end of script headers: svcstatus.sh, referer: http://localhost/xymon/ Im sure its something blindingly obviouse if you undersand linux and apache, but I dont to any great level. Thanks, Ian. |
From: crankshaft <cra...@oc...> - 2012-01-14 00:36:21
|
Hi Ian, Try `rrdtool info registeredPhones.rrd` if you're using a *nix machine and check what it is saying about ds0. Do this on the other .rrd and compare. Geoff |
From: ian n. <ino...@ho...> - 2012-01-13 18:27:25
|
my message is in the format: RegisteredPhones: 362 UnRegisteredPhones: 11 RegRejected: 70 In my hobbitserver.cfg file I have: SPLITNCV_phones="RegisteredPhones:GAUGE,UnRegisteredPhone:GAUGE,RegRejected:GAUGE" I am getting 3 off rrd files produced, but the second and third ones have values on NaN in all there data points. Anybody know where Im going wrong? Im using Xymon 4.3.0.0 beta 2 Thansk, ian. |
From: Stephan B. <Ste...@mx...> - 2012-01-13 09:49:30
|
Hi All, Anybody know where I can find a compiled copy of the latest bbwin (compiled after 06-2011) as the binary on Sourceforge was last compiled in 2008. Thanks Stephan Buys This email is subject to the MXit email disclaimer, which is available at http://www.mxit.com/email.pdf If you cannot access the disclaimer, please get a copy from us by sending an email to: su...@mx... |
From: Buchan M. <bg...@st...> - 2012-01-10 10:56:45
|
On Tuesday, 10 January 2012 00:21:27 White, Bruce wrote: > I am in the process of upgrading to Xymon 4.3.7. I am currently running > Devmon 0.3.1-beta1. Is there a newer version of Devmon I should be > upgrading to along with my Xymon upgrade? I was sure I had already answered. You could test what is in svn, but I would like to try and get another beta or an rc out in the next week or two. However, there is no requirement to upgrade. Regards, Buchan |
From: White, B. <be...@fe...> - 2012-01-09 22:21:43
|
I am in the process of upgrading to Xymon 4.3.7. I am currently running Devmon 0.3.1-beta1. Is there a newer version of Devmon I should be upgrading to along with my Xymon upgrade? Thanks, Bruce Bruce White Senior Enterprise Systems Engineer | Phone: 1-630-671-5169 | Fax: 630-893-1648 | be...@fe... | http://www.fellowes.com/ Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc. |
From: Buchan M. <bg...@st...> - 2012-01-09 10:33:31
|
On Monday, 9 January 2012 11:47:45 crankshaft wrote: > Hi Buchan / Jeremy, > > Still having dramas. Here are the latest configs: > > message file: > > TABLE:rrd(DS:ds0:TempValue:GAUGE) > <--DEVMON RRD: inOutTemp 0 0 > DS:TempValue:GAUGE:600:0:U > {TempValue} > > oids file: > > tempHumidSensorTempValue : .1.3.6.1.4.1.1718.3.2.5.1.6 : > branch > #tempHumidSensorInTempValue : .1.3.6.1.4.1.1718.3.2.5.1.6.1.1 : > #tempHumidSensorOutTempValue : .1.3.6.1.4.1.1718.3.2.5.1.6.1.2 : > > > transforms file: > > TempValue : MATH : {tempHumidSensorTempValue}/10:1 > > > > hobbitgraph.cfg: > > [inOutTemp] > FNPATTERN inOutTemp.(.*).rrd > TITLE Temperature > YAXIS Celsius > DEF:p@RRDIDX@=@RRDFN@ds0:AVERAGE > LINE2:p@RRDIDX@=@COLOR@:RRDPARAM@ > GPRINT:p@RRDIDX@LAST: \: %5.1lf (cur) > GPRINT:p@RRDIDX@MAX: \: %5.1lf (max) > GPRINT:p@RRDIDX@MIN: \: %5.1lf (min) > What other Xymon configuration have you changed (e.g. GRAPHS? I assume you have updated TEST2RRD or you wouldn't be getting the RRD files). > Contents of .rrd dir: > > inOutTemp.21.5.rrd > inOutTemp.22.5.rrd > inOutTemp.23.5.rrd > inOutTemp.29.5.rrd So, there is no problem with devmon, or the devmon collector (if you get RRD files, as all they do ends here). > I'm still getting 4 graphs generated from those .rrd > files, The devmon collector generates one rrd file per line of content between the DEVMON RRD header and the end-of-html-comment. > which is strange as I would of thought the > FNPATTERN inOutTemp.(.*).rrd would bring them all into the > one graph. No, this should result in having one graph for each RRD file, with '21.5' being a value provided for the graph legend. As Jeremy found, hacking the linecount= in the message can affect how many values Xymon's htmlgen.c decides to show on a specific graph. > I know the message file looks dodgy, I can't seem to get > the graphs at all unless I've got both the TABLE: and <-- > stuff in there. The TABLE portion should not be necessary, but I haven't personally tried this. I think we need a cleaner solution (which I will try and work on this week, as I need it) to badly designed SNMP tables. > I tried the dummy DS, but it whinged that there wasn't a > DS1 in the .rrd file. You would need to delete the rrd file when you change the number of DSs (or, export, modify the xml to add a new one, import, if you want to keep the data). Regards, Buchan |
From: crankshaft <cra...@oc...> - 2012-01-09 09:48:04
|
Hi Buchan / Jeremy, Still having dramas. Here are the latest configs: message file: TABLE:rrd(DS:ds0:TempValue:GAUGE) <--DEVMON RRD: inOutTemp 0 0 DS:TempValue:GAUGE:600:0:U {TempValue} oids file: tempHumidSensorTempValue : .1.3.6.1.4.1.1718.3.2.5.1.6 : branch #tempHumidSensorInTempValue : .1.3.6.1.4.1.1718.3.2.5.1.6.1.1 : #tempHumidSensorOutTempValue : .1.3.6.1.4.1.1718.3.2.5.1.6.1.2 : transforms file: TempValue : MATH : {tempHumidSensorTempValue}/10:1 hobbitgraph.cfg: [inOutTemp] FNPATTERN inOutTemp.(.*).rrd TITLE Temperature YAXIS Celsius DEF:p@RRDIDX@=@RRDFN@ds0:AVERAGE LINE2:p@RRDIDX@=@COLOR@:RRDPARAM@ GPRINT:p@RRDIDX@LAST: \: %5.1lf (cur) GPRINT:p@RRDIDX@MAX: \: %5.1lf (max) GPRINT:p@RRDIDX@MIN: \: %5.1lf (min) Contents of .rrd dir: inOutTemp.21.5.rrd inOutTemp.22.5.rrd inOutTemp.23.5.rrd inOutTemp.29.5.rrd I'm still getting 4 graphs generated from those .rrd files, which is strange as I would of thought the FNPATTERN inOutTemp.(.*).rrd would bring them all into the one graph. I know the message file looks dodgy, I can't seem to get the graphs at all unless I've got both the TABLE: and <-- stuff in there. I tried the dummy DS, but it whinged that there wasn't a DS1 in the .rrd file. I'm using DEVMON 0.3.1-beta1, which might be half the problem. Any ideas greatly appreciated. Geoff |
From: Buchan M. <bg...@st...> - 2012-01-09 09:04:45
|
On Sunday, 8 January 2012 14:32:25 Jeremy Laidman wrote: > I think the devmon module expects at least 2 data elements per row, > otherwise it can't parse it correctly. Not in current versions of the devmon collector (patch in devmon svn, or Xymon 4.3.0 or later). For example, the ironport-asyncos template in svn has only one DS, and collects fine. I think this may have been a problem a long time ago, but I can't identify the specific fix in svn now. If you can reproduce, please file a bug. > Perhapse add a dummy DS? > > On Sat, Jan 7, 2012 at 12:46 AM, crankshaft <cra...@oc...> wrote: > > Sorry just remembered the rest of the .rrd generator in > > message (after reading Jeremy's post): > > > > <!-- DEVMON RRD : temperature 0 0 > > DS:TempValue:temperature(.*):GAUGE:600:0:U > > temperature {TempValue} > > --> Regards, Buchan |
From: Jeremy L. <jla...@re...> - 2012-01-08 12:32:53
|
I think the devmon module expects at least 2 data elements per row, otherwise it can't parse it correctly. Perhapse add a dummy DS? On Sat, Jan 7, 2012 at 12:46 AM, crankshaft <cra...@oc...> wrote: > > Sorry just remembered the rest of the .rrd generator in > message (after reading Jeremy's post): > > <!-- DEVMON RRD : temperature 0 0 > DS:TempValue:temperature(.*):GAUGE:600:0:U > temperature {TempValue} > --> > > Regards, > > Geoff > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: crankshaft <cra...@oc...> - 2012-01-06 13:46:41
|
Sorry just remembered the rest of the .rrd generator in message (after reading Jeremy's post): <!-- DEVMON RRD : temperature 0 0 DS:TempValue:temperature(.*):GAUGE:600:0:U temperature {TempValue} --> Regards, Geoff |
From: crankshaft <cra...@oc...> - 2012-01-06 13:37:22
|
Hi, I'm having trouble pulling the values (mainly temperature) from a Sentry CDU power distro unit and storing in a rrd file for graphing. I've got two temp sensors plugged in (intake and exhaust) but it appears these two sensors use the same OID (enterprises.1718.3.2.5.1.6), but the first sensor has index / instance? number of 1.1, and the second one has 1.2 . I can get the values to display on the status page of the devmon test as a table, and can get them from snmpget. I did have them inputting into .rrd and was able to graph the data, but whenever the temperature changed it seemed to generate another .rrd, the result being multiple graphs showing "flatline" dot / dash values of the temps at 22, 22.5, 23 etc. Is it possible to simply give the two sensors different mnenomics in the template/oids file such as: intakeTemp : enterprises.1718.3.2.5.1.6.1.1 : ???????? exhaustTemp : enterprises.1718.3.2.5.1.6.1.2 : ???????? to use them in the message file to generate the.rrd and if so, what do I put in the ???????? section? I've tried branch and leaf, but get the 'No snmp data for oid' error in devmon.log and devmon-scan.log with branch and 'oid is a non-repeater' error with leaf. The docs Transform section says something about the INDEX transform but doesn't give an example of its usage. The .rrd generator in templates/message is (off the top of my head): <!-- DEVMON RRD temperature 00 DS:TempValue:temperature(.*):GAUGE:600:0:U --> where TempValue is the result of a MATH transform of /10:1 on tempHumidSensorTempValue (which is enterprises.1718.3.2.5.1.6). The graph definition is the [temp] one in hobbitgraph.cfg, with the .rrd and ds0 substituted with temperature and TempValue. thanks in advance, Geoff |