[rrd-users] Immediate Help Required -- RRDTool unable to create any rrd files

Pavankumar Rallabhandi Pavankumar.Rallabandhi at mformation.com
Fri Oct 10 05:45:14 CEST 2008


Can Somebody Help me on this PLS...!. This first time Iam using
RRDTool.I had Initial Hiccups in compiling and Installing this tool for
Nagiosgraph which I managed to cross finaly phew...! .But again iam
stuck with this error.

 

My Perfdata.log is as below, but RRDTool is unable to create any rrd
files.I followed through the READ.map and tried to create a map file
thinking it could be issue in parsing the logfile by the map file 

 

------------------------------------------------------------------------
----- perfdata.log ----------------------------------------------

 

1223474095||mfin-sol06||MSM WebService Server||Web Service Server is
Running .. checked at 10/08/08::19h:24m:04s||

1223474111||mfin-sol05||PING||PING OK - Packet loss = 0%, RTA = 1.43
ms||rta=1.430000ms;100.000000;500.000000;0.000000 pl=0%;20;60;0

1223474121||mfin-sol05||MSM_SMS_Handler||Connection refused by host||

1223474140||mfin-sol03||PING||PING OK - Packet loss = 0%, RTA = 0.59
ms||rta=0.592000ms;100.000000;500.000000;0.000000 pl=0%;20;60;0

1223474150||mfin-sol05||MSM_AutoProv_Server||Connection refused by
host||

1223474150||mfin-sol03||DB MSM_FWK_Queue||Checked at Wed Oct 8 19:24:56
IST 2008 :: Count in FWK Queue is 0||

1223474153||mfin-sol03||DB Listener Status||Checked at Wed Oct 8
19:25:00 IST 2008       ora....03.lsnr application ONLINE ONLINE mf

in-sol03        ora....04.lsnr application OFFLINE OFFLINE||

1223474160||mfin-sol05||DiskSpaceAvailable in ROOT PARTITION||SNMP
problem - No data received from host||

1223474235||mfin-sol03||DB MSM_AM_Queue||Checked at Wed Oct 8 19:26:22
IST 2008 ::: Count in AM_EVENT_QUEUE is 0||

1223474241||mfin-sol05||MSM_Log_Cleaner||Connection refused by host||

1223474278||mfin-sol06||DiskSpaceAvailable in ORADATA PARTITION||SNMP OK
- 3064492||iso.3.6.1.2.1.25.2.3.1.5.16=3064492

1223474278||mfin-sol06||MSM Log Cleaner||Log Cleaner is not Running
checked at 10/08/08::19h:27m:11s||

1223474289||mfin-sol06||MSM Status Handler Server||Status Handler is not
Running .. checked at 10/08/08::19h:27m:21s||

1223474296||mfin-sol06||DiskSpaceAvailable in ROOT PARTITION||SNMP
problem - No data received from host||

1223474559||mfin-sol05||MSM_Jboss_Server||Connection refused by host||

1223474570||mfin-sol06||MSM SMS Handler||SMSC Status Handler is not
Running ... checked at 10/08/08::19h:32m:02s||

1223474576||mfin-sol06||MSM Alarm Handler||Alarm Server is not running
... checked at 10/08/08::19h:32m:08s||

1223474580||mfin-sol06||MSM WebLogic Server||Weblogic Server is running
......... checked at 10/08/08::19h:32m:09s||

1223474592||mfin-sol03||Check Systems Connctd to DB||Checked at Wed Oct
8 19:32:18 IST 2008 : Systems connected :: mfin-sol03 MFINDT

-PKUMAR2 borg mfin-sol05||

1223474593||mfin-sol03||DB check_vip||Checked at Wed Oct 8 19:32:21 IST
2008     ora....l03.vip application ONLINE ONLINE mfin-sol03

         ora....l04.vip application ONLINE ONLINE mfin-sol04||

1223474654||mfin-sol06||MSM SMS Server||SMS Server is not Running...
checked at 10/08/08::19h:33m:26s||

1223474660||mfin-sol06||MSM AutoProv Server||Auto Provisioning Server is
not Running ... checked at 10/08/08::19h:33m:32s||

1223474676||mfin-sol03||DB Instance Status||Checked atWed Oct 8 19:33:43
IST 2008       ora....P1.inst application ONLINE ONLINE mfi

n-sol03         ora....P2.inst application OFFLINE OFFLINE||

1223474737||mfin-sol06||PING||PING OK - Packet loss = 0%, RTA = 0.62
ms||rta=0.615000ms;100.000000;500.000000;0.000000 pl=0%;20;60;0

1223474744||mfin-sol06||MSM Automation Manager||Automation Manager is
NotRunning checked at 10/08/08::19h:34m:55s||

1223474760||mfin-sol05||MSM_Automation_Manager||Connection refused by
host||

1223474821||mfin-sol06||SOL05_MEMORY||SNMP OK -
8380416||iso.3.6.1.2.1.25.2.2.0=8380416

1223474843||mfin-sol05||MSM_GPRS_Server||Connection refused by host||

1223474975||mfin-sol05||DiskSpaceAvailable in ORADATA PARTITION||SNMP OK
- 3063470||iso.3.6.1.2.1.25.2.3.1.5.16=3063470

 

My Map file is as below.

 

I deleted the default entries in the map file and this is the only entry
I have created to parse.

 

++++++++++++++++++++

 

#Sample Service Data

/output:(\d+)(\D\|+)(\D+\d+)(\D\|+)(\D+)(\D\|+)(\D+)(\D\|+)(\D+)/

and push @s, ['test',

                [ 'LastServCheck', GAUGE, $1 ],

                [ 'HostName', GAUGE, $3 ],

                [ 'ServiceDes',  GAUGE, $5 ],

                [ 'ServiceOp', GAUGE, $7 ],

                [ 'ServicePerfDa', GAUGE, $9 ],

        ];

 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

 

 

 

The Nagipsgraph.log is as below

 

};

Wed Oct  8 19:39:41 2008 insert.pl debug - processdata(1)

Wed Oct  8 19:39:41 2008 insert.pl debug - processdata data = [

  '1223474975',

  'mfin-sol05',

  'DiskSpaceAvailable in ORADATA PARTITION',

  'SNMP OK - 3063470',

  'iso.3.6.1.2.1.25.2.3.1.5.16=3063470'

];

Wed Oct  8 19:39:41 2008 insert.pl warn - perfdata not recognized:

date||host||desc||out||data for:

servicedescr:DiskSpaceAvailable in ORADATA PARTITION

output:SNMP OK - 3063470

perfdata:iso.3.6.1.2.1.25.2.3.1.5.16=3063470

Wed Oct  8 19:39:41 2008 insert.pl debug - insert.pl exited

...........

..........

};

Wed Oct  8 18:56:02 2008 insert.pl debug - processdata(1)

Wed Oct  8 18:56:02 2008 insert.pl debug - processdata data = [

  '1223472352',

  'mfin-sol03',

  'DB Listener Status',

  'Checked at Wed Oct 8 18:54:59 IST 2008 ora....03.lsnr application
ONLINE ONLINE mfin-sol03 ora....04.lsnr application OFFLINE OFF

LINE'

];

Wed Oct  8 18:56:02 2008 insert.pl warn - perfdata not recognized:

date||host||desc||out||data for:

servicedescr:DB Listener Status

output:Checked at Wed Oct 8 18:54:59 IST 2008 ora....03.lsnr application
ONLINE ONLINE mfin-sol03 ora....04.lsnr application OFFLINE

 OFFLINE

perfdata:

Wed Oct  8 18:56:02 2008 insert.pl debug - insert.pl exited

Wed Oct  8 18:56:02 2008 insert.pl debug - Config = {

 

-------------------------------------

 

Can somebody tell me what should be the Perl Parse Syntax for Such
perfdatalog file and where am I going wrong.

My perfdata is not constant so how do I write map script so that it
matches /parse each perfdata of each service separately.

 

Immediate help appreciated.

 

Thanks a ton .

Pavan

 

 

 


 


Pavankumar Rallabhandi
Senior Solutions Engineer



Mformation Technologies Inc.
Direct Line: 66205900
Switchboard: +91 80 6620 5900 


 
Visit WWW.MFORMATION.COM and see how the MFORMATION SERVICE MANAGER can help you to transform your business


Please consider the environment before printing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/rrd-users/attachments/20081010/2c200a94/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/com
Size: 0 bytes
Desc: not available
Url : http://lists.oetiker.ch/pipermail/rrd-users/attachments/20081010/2c200a94/attachment-0001.bin 


More information about the rrd-users mailing list