You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
(56) |
Jul
(68) |
Aug
(141) |
Sep
(82) |
Oct
(76) |
Nov
(115) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(65) |
Feb
(113) |
Mar
(82) |
Apr
(37) |
May
(44) |
Jun
(22) |
Jul
(12) |
Aug
(3) |
Sep
(17) |
Oct
(11) |
Nov
(23) |
Dec
(1) |
2006 |
Jan
(1) |
Feb
(9) |
Mar
(6) |
Apr
(12) |
May
(10) |
Jun
(23) |
Jul
(1) |
Aug
(4) |
Sep
(3) |
Oct
(4) |
Nov
(6) |
Dec
(15) |
2007 |
Jan
(17) |
Feb
(14) |
Mar
(20) |
Apr
(7) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(5) |
Oct
(1) |
Nov
|
Dec
(2) |
2008 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
(6) |
Jun
(5) |
Jul
(13) |
Aug
(2) |
Sep
(16) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: redflo <wk-...@pe...> - 2006-08-17 11:43:32
|
Aw: 64-bit systems No problems with 64 bit System afaik. |
From: Brian P. K. <bko...@ma...> - 2006-08-06 22:21:39
|
I have set up perfparse and it is working great with the mysql connector, and I have it using hte marker in the log to remember what it has already fed in to mysql. Every time I restart nagios, it deletes the service log and I have to manually delete the file it created as the mark file. How can I automat this so that I don't have to remember to delete the mark file every time I restart nagios or the server? I am not a linux pro, so detailed info would be much appreciated. Thanks, Brian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.7/410 - Release Date: 8/5/2006 |
From: Duke <wk-...@pe...> - 2006-08-03 13:57:41
|
static builds or rpm packages Anyone know how I can build Perfparse with statically linked libraries? I've tried --enable-static (which is apparently the default), but when I run Perfparse it still searches for the libs (I'm building Perfparse on one system, but running it on another.) Also, are there Redhat/CentOS Perfparse packages available? Thanks. |
From: robert <wk-...@pe...> - 2006-07-11 09:28:50
|
nagios invokes perfparse, but perfparse just dumps data to file without logging to database! Hi every one!! First time I post here, so I must say thanks for your work around this project! I have been trying to get perfparse to work, using the second method described in installation guide...(nagios invokes perfparse)... No errors in compilation or installation, recompiled nagios fine, nothing to say about that, but when running, database stay's clear, no error logs from Mysql, neither from perfparse, just big dump to /tmp/perfparse.dump. In consequence, no graphs! no hosts or anything in perfparse interface. I'm a bit stuck, and am wondering where the problem could come from, I triple checked the installation method, but I can't find any obvious errors. here's the output from "perfparse-log2mysql --show_config" Perfparse-log2* [options] Error_Log = "-" Error_Log_Rotate = "yes" Drop_File = "/tmp/perfparse.drop" Drop_File_Rotate = "no" Service_Log = "/usr/local/nagios/var/serviceperf.log" Service_Log_Save_Position = "no" Service_Log_Position_Mark_Path = "" History_Start_Tm = "-86400" History_End_Tm = "-30" Show_Status_Bar = "yes" Do_Report = "no" Dummy_Hostname = "meteo" No_Raw_Data = "no" No_Bin_Data = "no" Storage_Modules_Dir = "/usr/local/nagios/lib" Storage_Modules_Load = "mysql" DB_User = "xxxx" DB_Pass = "xxxx" DB_Name = "xxxxx" DB_Host = "localhost" and here's what perfparse-log2mysql -r gives me: 00:00:01 read 4338 @ 0.0 l/sec. Met 0 @ 0.00 Met/l. Drop 4338. | Generic statistics | | Nb Log Lines : 1 | | Nb lines parsed : 4338 | | Nb lines dropped : 4338 | | Start date : 2006-07-11 | | Elapsed time : 00:00:01 | | Start time : 11:25:04 | | Rate : (line/sec) 4338.00 | | MySQL storage statistics | | | | New Hosts : 0 | | Metric/line : 0.00 | | New Metrics : 0 | | Metrics Recorded : 0 | | New Services : 0 | | Summary Rec Added : 0 | | New Summary Group : 0 | | SQL Queries : 19 | So I suppose that perfparse is just dropping everything !!! note: database is empty Some help would be delighted |
From: Kirk P. <kp...@tr...> - 2006-06-30 15:38:41
|
Hello, I am trying to get perfparse working with my nagios installation. It is dumping to the mysql database, but I do not see any entries reguarding PerfParse on the Web interface. Looking over the installation documentation at http://perfparse.sourceforge.net/docs.php, I do not see any installation instructions about how to get perfparse integrated with the Nagios Web interface. I am not sure what to check to determine why I am not seeing the PerfParse option from the Web GUI. Can anyone point me in the right direction? Thanks, Kirk -- Kirk Patton Unix Administrator Transmeta Inc. Tel. 408 919-3055 |
From: Kirk P. <kp...@tr...> - 2006-06-30 15:21:35
|
Hello, I ran perfparse-log2mysql --show_config >From the generated file, I updated the database settings and it seems to be working now. :-) Kirk ----- Forwarded message from Kirk Patton <kp...@ca...> ----- To: perfparse-users <per...@li...> From: Kirk Patton <kp...@ca...> Subject: perfpars-log2mysql not loading module Date: Fri, 30 Jun 2006 08:00:45 -0700 User-Agent: Mutt/1.4.2.1i Hello all, I can get perfparse-log2mysql to work "if" I specify "--storage_modules_load mysql --storage_modules_dir /usr/lib64". If I leave it up to the entries defined in the configuration file, I get the error "No module was loaded. Check the Storage_Module_Load config option." I ran a strace on perfparse-log2mysql and it is looking at the config file, but it does not figure out where/how/what to load. I am including my perfparse.cfg file. I am hoping that someone may see something in it that could be the cause of my problem. Any suggestions? Thanks, Kirk # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # # When you submit a bug, please run perfparse-log2* or perfparsed or whatever # the binary is, with --show_config option (and your other usual options) # instead of sending this file. # Example : # perfparsed -c ../etc/perfparse.cfg --show_config # # Send this file only when you cannot output anything from your tool. # # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # # Config file. # # In all cases, variables used as: # # 1. From program default defined by configure. # # 2. From this file. # # 3. From variables passed to programs. # # Server managment (perfparsed only) : # ==================================== Server_Port = 1976 # Parser managment : # ================== # Performance Data Log Files ("-" for stdin) : #Service_Log = "/var/tmp/perfdata-service.pipe" Service_Log = "/var/tmp/perfdata-service.log" Service_Log_Position_Mark_Path = "/var/tmp" # Error handling : Error_Log = "/var/tmp/perfparse.log" Error_Log_Rotate = "Yes" Error_Log_Keep_N_Days = "7" Drop_File = "/var/tmp/perfparse.drop" Drop_File_Rotate = "Yes" Drop_File_Keep_N_Days = "7" # Lock file for only one perfparse running at the same time Lock_File = "/var/lock/perfparse.lock" # Reporting options : # =================== # Do not display completion status of perfparse: Show_Status_Bar = "no" # Display a report on exit of perfparse: Do_Report = "no" # CGI managment : # =============== # Default user permissions in the CGI. Accepted values are (ro|rw|hide) Default_user_permissions_Policy = "rw" Default_user_permissions_Host_groups = "rw" Default_user_permissions_Summary = "rw" # Output logger : # =============== # set Output_Log_File to "yes" to enable it Output_Log_File = "no" Output_Log_Filename = "/var/log/perfparse_output_log" Output_Log_Rotate = "yes" Output_Log_Keep_N_Days = "7" # Socket_output managment : # ========================= Use_Storage_Socket_Output = "no" Storage_Socket_Output_Host_Name = "localhost" Storage_Socket_Output_Port = "1974" Storage_Modules_Dir = "/usr/lib64" Storage_Module_Load = "mysql" # Perfparsed server managment : # ============================= Server_Port = "1976" # Database managment : # ==================== Use_Storage_Mysql = "yes" No_Raw_Data = "no" No_Bin_Data = "no" # Database Authentication DB_User = "nagios" DB_Name = "nagios" DB_Pass = "nagios" DB_Host = "newmoney" # misc Dummy_Hostname = "dummy" -- Kirk Patton Unix Administrator Transmeta Inc. Tel. 408 919-3055 ----- End forwarded message ----- -- Kirk Patton Unix Administrator Transmeta Inc. Tel. 408 919-3055 |
From: Kirk P. <kp...@tr...> - 2006-06-30 15:00:53
|
Hello all, I can get perfparse-log2mysql to work "if" I specify "--storage_modules_load mysql --storage_modules_dir /usr/lib64". If I leave it up to the entries defined in the configuration file, I get the error "No module was loaded. Check the Storage_Module_Load config option." I ran a strace on perfparse-log2mysql and it is looking at the config file, but it does not figure out where/how/what to load. I am including my perfparse.cfg file. I am hoping that someone may see something in it that could be the cause of my problem. Any suggestions? Thanks, Kirk # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # # When you submit a bug, please run perfparse-log2* or perfparsed or whatever # the binary is, with --show_config option (and your other usual options) # instead of sending this file. # Example : # perfparsed -c ../etc/perfparse.cfg --show_config # # Send this file only when you cannot output anything from your tool. # # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # # Config file. # # In all cases, variables used as: # # 1. From program default defined by configure. # # 2. From this file. # # 3. From variables passed to programs. # # Server managment (perfparsed only) : # ==================================== Server_Port = 1976 # Parser managment : # ================== # Performance Data Log Files ("-" for stdin) : #Service_Log = "/var/tmp/perfdata-service.pipe" Service_Log = "/var/tmp/perfdata-service.log" Service_Log_Position_Mark_Path = "/var/tmp" # Error handling : Error_Log = "/var/tmp/perfparse.log" Error_Log_Rotate = "Yes" Error_Log_Keep_N_Days = "7" Drop_File = "/var/tmp/perfparse.drop" Drop_File_Rotate = "Yes" Drop_File_Keep_N_Days = "7" # Lock file for only one perfparse running at the same time Lock_File = "/var/lock/perfparse.lock" # Reporting options : # =================== # Do not display completion status of perfparse: Show_Status_Bar = "no" # Display a report on exit of perfparse: Do_Report = "no" # CGI managment : # =============== # Default user permissions in the CGI. Accepted values are (ro|rw|hide) Default_user_permissions_Policy = "rw" Default_user_permissions_Host_groups = "rw" Default_user_permissions_Summary = "rw" # Output logger : # =============== # set Output_Log_File to "yes" to enable it Output_Log_File = "no" Output_Log_Filename = "/var/log/perfparse_output_log" Output_Log_Rotate = "yes" Output_Log_Keep_N_Days = "7" # Socket_output managment : # ========================= Use_Storage_Socket_Output = "no" Storage_Socket_Output_Host_Name = "localhost" Storage_Socket_Output_Port = "1974" Storage_Modules_Dir = "/usr/lib64" Storage_Module_Load = "mysql" # Perfparsed server managment : # ============================= Server_Port = "1976" # Database managment : # ==================== Use_Storage_Mysql = "yes" No_Raw_Data = "no" No_Bin_Data = "no" # Database Authentication DB_User = "nagios" DB_Name = "nagios" DB_Pass = "nagios" DB_Host = "newmoney" # misc Dummy_Hostname = "dummy" -- Kirk Patton Unix Administrator Transmeta Inc. Tel. 408 919-3055 |
From: Weytens, R. J. <Ran...@AC...> - 2006-06-22 12:33:50
|
I don't see any install documentation for the new release of perfparse = (0.106). I tried to build/install and it didn't work so I had to back = it out. The changelog didn't indicate anything that would require = configuration changes. Is there upgrade documentation that I missed? =20 Thanks, =20 Randy Weytens |
From: Florian G. <fl...@bi...> - 2006-06-22 10:39:30
|
Hi, According to http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT it should return: SWAP OK - 100% free (973 MB out of 980 MB) |swap=973MB;@490;@245;0;980 and not SWAP OK - 100% free (973 MB out of 980 MB) |swap=973MB;490;245;0;980 does pp already parse the "@"? Flo Yves wrote: > Hello, > > I don't see why check_swap is not in the correct format, but I confirm the problem for pp. > In fact, all plugins that return low values as critical and high values as OK are a > problem for Perfparse. This is a bug in Perfparse and needs a lot of coding. > The quickest way to have something to work is to hack the plugins to return "xxxxx used" > instead of "xxxxx free". > > For developers : the bug is already fixed in the parser. All the work to do is on the > database and the mysql module. > > Yves > > >>Yes, it is not correct, but as far as i know (would need review code) pp >>would also not yet honour if it would be in the correct format. >> >>There is a lot to do in pp. >> >>Flo >> >>Weytens, Randy J. schrieb: >> >>>Flo, >>> >>>Are you saying that the output from the Nagios plugin check_swap is not >>>in the correct format? >>> >>> >>><lnx00:~>$ ~nagios/libexec/check_swap -w 50% -c 25% >>>SWAP OK - 100% free (973 MB out of 980 MB) |swap=973MB;490;245;0;980 >>> >>> >>>Thanks, >>> >>>Randy Weytens >>> >>> >>>-----Original Message----- >>>From: Florian Gleixner [mailto:fl...@bi...] >>>Sent: Wednesday, June 21, 2006 3:19 PM >>>To: Weytens, Randy J. >>>Cc: per...@li... >>>Subject: Re: [Perfparse-users] swap performance data showing up as >>>critical state >>> >>> >>>Perfparse only gets the performance data. There are guidelines how these >>> >>>have to look like: >>> >>>http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN143 >>> >>>In this case it is also worth reading: >>>http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFOR >>>MAT >>> >>>unfortunately while pp was developed the definition of the ranges was >>>not yet complete. We have to include the @ and the guidelines in the >>>determination what is outside a range and what is inside. Multiple >>>ranges are not yet defined. >>> >>>I personally would prefer a more flexile format for performance data. >>>Maybe a simplified xml format or similar. But this has to be developed >>>by others :-) >>> >>>Flo >>> >>> >>>Weytens, Randy J. schrieb: >>> >>>>The subject pretty much says it all. Perfparse is always showing swap >>>>as critical, for everything, even when it is not. I'm not sure how it >>>>determines the state, and why it would not use the state returned from >>>>the plugin. >>>> >>>>Randy Weytens >>>> >>>> >>>>_______________________________________________ >>>>Perfparse-users mailing list >>>>Per...@li... >>>>https://lists.sourceforge.net/lists/listinfo/perfparse-users >>> >>>All the advantages of Linux Managed Hosting--Without the Cost and Risk! >>>Fully trained technicians. The highest number of Red Hat certifications in >>>the hosting industry. Fanatical Support. Click to learn more >>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 >>>_______________________________________________ >>>Perfparse-users mailing list >>>Per...@li... >>>https://lists.sourceforge.net/lists/listinfo/perfparse-users >> >>All the advantages of Linux Managed Hosting--Without the Cost and Risk! >>Fully trained technicians. The highest number of Red Hat certifications in >>the hosting industry. Fanatical Support. Click to learn more >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 >>_______________________________________________ >>Perfparse-users mailing list >>Per...@li... >>https://lists.sourceforge.net/lists/listinfo/perfparse-users >> > > > |
From: Yves <yme...@pe...> - 2006-06-22 08:36:15
|
Hello, I don't see why check_swap is not in the correct format, but I confirm th= e problem for pp. In fact, all plugins that return low values as critical and high values a= s OK are a problem for Perfparse. This is a bug in Perfparse and needs a lot of codi= ng. The quickest way to have something to work is to hack the plugins to retu= rn "xxxxx used" instead of "xxxxx free". For developers : the bug is already fixed in the parser. All the work to = do is on the database and the mysql module. Yves > > Yes, it is not correct, but as far as i know (would need review code) p= p > would also not yet honour if it would be in the correct format. > > There is a lot to do in pp. > > Flo > > Weytens, Randy J. schrieb: >> Flo, >> >> Are you saying that the output from the Nagios plugin check_swap is no= t >> in the correct format? >> >> >> <lnx00:~>$ ~nagios/libexec/check_swap -w 50% -c 25% >> SWAP OK - 100% free (973 MB out of 980 MB) |swap=3D973MB;490;245;0;980 >> >> >> Thanks, >> >> Randy Weytens >> >> >> -----Original Message----- >> From: Florian Gleixner [mailto:fl...@bi...] >> Sent: Wednesday, June 21, 2006 3:19 PM >> To: Weytens, Randy J. >> Cc: per...@li... >> Subject: Re: [Perfparse-users] swap performance data showing up as >> critical state >> >> >> Perfparse only gets the performance data. There are guidelines how the= se >> >> have to look like: >> >> http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN143 >> >> In this case it is also worth reading: >> http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDF= OR >> MAT >> >> unfortunately while pp was developed the definition of the ranges was >> not yet complete. We have to include the @ and the guidelines in the >> determination what is outside a range and what is inside. Multiple >> ranges are not yet defined. >> >> I personally would prefer a more flexile format for performance data. >> Maybe a simplified xml format or similar. But this has to be developed >> by others :-) >> >> Flo >> >> >> Weytens, Randy J. schrieb: >>> The subject pretty much says it all. Perfparse is always showing swa= p >>> as critical, for everything, even when it is not. I'm not sure how i= t >>> determines the state, and why it would not use the state returned fro= m >>> the plugin. >>> >>> Randy Weytens >>> >>> >>> _______________________________________________ >>> Perfparse-users mailing list >>> Per...@li... >>> https://lists.sourceforge.net/lists/listinfo/perfparse-users >> >> All the advantages of Linux Managed Hosting--Without the Cost and Risk= ! >> Fully trained technicians. The highest number of Red Hat certification= s in >> the hosting industry. Fanatical Support. Click to learn more >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D107521&bid=3D248729&da= t=3D121642 >> _______________________________________________ >> Perfparse-users mailing list >> Per...@li... >> https://lists.sourceforge.net/lists/listinfo/perfparse-users > > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications= in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D107521&bid=3D248729&dat= =3D121642 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - C en action - http://www.oreilly.fr/catalogue/2841772896.html - |
From: Florian G. <fl...@bi...> - 2006-06-21 20:48:30
|
Yes, it is not correct, but as far as i know (would need review code) pp would also not yet honour if it would be in the correct format. There is a lot to do in pp. Flo Weytens, Randy J. schrieb: > Flo, > > Are you saying that the output from the Nagios plugin check_swap is not > in the correct format? > > > <lnx00:~>$ ~nagios/libexec/check_swap -w 50% -c 25% > SWAP OK - 100% free (973 MB out of 980 MB) |swap=973MB;490;245;0;980 > > > Thanks, > > Randy Weytens > > > -----Original Message----- > From: Florian Gleixner [mailto:fl...@bi...] > Sent: Wednesday, June 21, 2006 3:19 PM > To: Weytens, Randy J. > Cc: per...@li... > Subject: Re: [Perfparse-users] swap performance data showing up as > critical state > > > Perfparse only gets the performance data. There are guidelines how these > > have to look like: > > http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN143 > > In this case it is also worth reading: > http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFOR > MAT > > unfortunately while pp was developed the definition of the ranges was > not yet complete. We have to include the @ and the guidelines in the > determination what is outside a range and what is inside. Multiple > ranges are not yet defined. > > I personally would prefer a more flexile format for performance data. > Maybe a simplified xml format or similar. But this has to be developed > by others :-) > > Flo > > > Weytens, Randy J. schrieb: >> The subject pretty much says it all. Perfparse is always showing swap >> as critical, for everything, even when it is not. I'm not sure how it >> determines the state, and why it would not use the state returned from >> the plugin. >> >> Randy Weytens >> >> >> _______________________________________________ >> Perfparse-users mailing list >> Per...@li... >> https://lists.sourceforge.net/lists/listinfo/perfparse-users > > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Weytens, R. J. <Ran...@AC...> - 2006-06-21 20:35:43
|
Flo, Are you saying that the output from the Nagios plugin check_swap is not in the correct format? <lnx00:~>$ ~nagios/libexec/check_swap -w 50% -c 25% SWAP OK - 100% free (973 MB out of 980 MB) |swap=3D973MB;490;245;0;980 Thanks, Randy Weytens -----Original Message----- From: Florian Gleixner [mailto:fl...@bi...]=20 Sent: Wednesday, June 21, 2006 3:19 PM To: Weytens, Randy J. Cc: per...@li... Subject: Re: [Perfparse-users] swap performance data showing up as critical state Perfparse only gets the performance data. There are guidelines how these have to look like: http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN143 In this case it is also worth reading: http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFOR MAT unfortunately while pp was developed the definition of the ranges was=20 not yet complete. We have to include the @ and the guidelines in the=20 determination what is outside a range and what is inside. Multiple=20 ranges are not yet defined. I personally would prefer a more flexile format for performance data.=20 Maybe a simplified xml format or similar. But this has to be developed=20 by others :-) Flo Weytens, Randy J. schrieb: > The subject pretty much says it all. Perfparse is always showing swap > as critical, for everything, even when it is not. I'm not sure how it > determines the state, and why it would not use the state returned from > the plugin. >=20 > Randy Weytens >=20 >=20 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Florian G. <fl...@bi...> - 2006-06-21 20:18:50
|
Perfparse only gets the performance data. There are guidelines how these have to look like: http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN143 In this case it is also worth reading: http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT unfortunately while pp was developed the definition of the ranges was not yet complete. We have to include the @ and the guidelines in the determination what is outside a range and what is inside. Multiple ranges are not yet defined. I personally would prefer a more flexile format for performance data. Maybe a simplified xml format or similar. But this has to be developed by others :-) Flo Weytens, Randy J. schrieb: > The subject pretty much says it all. Perfparse is always showing swap > as critical, for everything, even when it is not. I'm not sure how it > determines the state, and why it would not use the state returned from > the plugin. > > Randy Weytens > > > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Florian G. <fl...@bi...> - 2006-06-21 20:05:05
|
This could probably help: http://wiki.perfparse.org/tiki-view_faq.php?faqId=7 Flo Kirk Patton schrieb: > Hello, > > I am trying to configure Nagios and perfparse using named pipes. > I am running into difficulties when starting perfparsed. > > 2006/06/21 09:36:02 [perfparsed.c:180 22447 ] No module was loaded. Check the Storage_Module_Load config option. > > The message board on Sourceforge is down at the moment, so I am unable to search the mail archives. > > Can anyone direct me on how to determine the root cause of the message listed above? Also, is there any documentation of the > options to the perparsed.cfg file? > > Any help is appreciated. > > Thanks, > Kirk > > Here is my perfparse.cfg file > =================================== > # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING > # > # When you submit a bug, please run perfparse-log2* or perfparsed or whatever > # the binary is, with --show_config option (and your other usual options) > # instead of sending this file. > # Example : > # perfparsed -c ../etc/perfparse.cfg --show_config > # > # Send this file only when you cannot output anything from your tool. > # > # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING > # > # Config file. > # > # In all cases, variables used as: > # > # 1. From program default defined by configure. > # > # 2. From this file. > # > # 3. From variables passed to programs. > # > > # Server managment (perfparsed only) : > # ==================================== > > Server_Port = 1976 > > # Parser managment : > # ================== > > # Performance Data Log Files ("-" for stdin) : > Service_Log = "/var/tmp/perfdata-service.pipe" > Service_Log_Position_Mark_Path = "/var/tmp" > > # Error handling : > Error_Log = "/var/tmp/perfparse.log" > Error_Log_Rotate = "Yes" > Error_Log_Keep_N_Days = "7" > Drop_File = "/var/tmp/perfparse.drop" > Drop_File_Rotate = "Yes" > Drop_File_Keep_N_Days = "7" > > > # Lock file for only one perfparse running at the same time > Lock_File = "/var/lock/perfparse.lock" > > # Reporting options : > # =================== > > # Do not display completion status of perfparse: > Show_Status_Bar = "no" > > # Display a report on exit of perfparse: > Do_Report = "no" > > # CGI managment : > # =============== > > # Default user permissions in the CGI. Accepted values are (ro|rw|hide) > Default_user_permissions_Policy = "rw" > Default_user_permissions_Host_groups = "rw" > Default_user_permissions_Summary = "rw" > > # Output logger : > # =============== > > # set Output_Log_File to "yes" to enable it > Output_Log_File = "no" > Output_Log_Filename = "/var/log/perfparse_output_log" > Output_Log_Rotate = "yes" > Output_Log_Keep_N_Days = "7" > > > # Socket_output managment : > # ========================= > > Use_Storage_Socket_Output = "no" > > Storage_Socket_Output_Host_Name = "localhost" > Storage_Socket_Output_Port = "1974" > Storage_Modules_Dir = "/usr/lib"; > Storage_Module_Load = "mysql"; > > # Perfparsed server managment : > # ============================= > > Server_Port = "1976" > > # Database managment : > # ==================== > Use_Storage_Mysql = "yes" > > No_Raw_Data = "no" > No_Bin_Data = "no" > > # Database Authentication > DB_User = "nagios" > DB_Name = "nagios" > DB_Pass = "nagios" > DB_Host = "newmoney" > > # misc > Dummy_Hostname = "dummy" > > > Here is a list of where the perfparse file are > ============================================= > /etc > /etc/nagios_perfparse.cfg > /etc/perfparse.cfg.example > /usr > /usr/bin > /usr/bin/check_perfparse_version > /usr/bin/perfparse-db-purge > /usr/bin/perfparse-db-tool > /usr/bin/perfparse-log2any > /usr/bin/perfparse-log2file_output > /usr/bin/perfparse-log2gnuplot > /usr/bin/perfparse-log2mysql > /usr/bin/perfparse-log2socket_output > /usr/bin/perfparse-log2stdout > /usr/bin/perfparse.sh.example > /usr/bin/perfparse_nagios_command.pl > /usr/bin/perfparse_nagios_pipe_command.pl > /usr/bin/perfparsed > /usr/lib > /usr/lib/libnagios_perfdata_parser.a > /usr/lib/libnagios_perfdata_parser.la > /usr/lib/libnagios_perfdata_parser.so > /usr/lib/libnagios_perfdata_parser.so.0 > /usr/lib/libnagios_perfdata_parser.so.0.0.0 > /usr/lib/libpp_common.a > /usr/lib/libpp_common.la > /usr/lib/libpp_common.so > /usr/lib/libpp_common.so.0 > /usr/lib/libpp_common.so.0.0.0 > /usr/lib/libpp_mysql.a > /usr/lib/libpp_mysql.la > /usr/lib/libpp_mysql.so > /usr/lib/libpp_mysql.so.0 > /usr/lib/libpp_mysql.so.0.0.0 > /usr/lib/libpp_storage_file_output.a > /usr/lib/libpp_storage_file_output.la > /usr/lib/libpp_storage_file_output.so > /usr/lib/libpp_storage_file_output.so.0 > /usr/lib/libpp_storage_file_output.so.0.0.0 > /usr/lib/libpp_storage_gnuplot.a > /usr/lib/libpp_storage_gnuplot.la > /usr/lib/libpp_storage_gnuplot.so > /usr/lib/libpp_storage_gnuplot.so.0 > /usr/lib/libpp_storage_gnuplot.so.0.0.0 > /usr/lib/libpp_storage_mysql.a > /usr/lib/libpp_storage_mysql.la > /usr/lib/libpp_storage_mysql.so > /usr/lib/libpp_storage_mysql.so.0 > /usr/lib/libpp_storage_mysql.so.0.0.0 > /usr/lib/libpp_storage_print.a > /usr/lib/libpp_storage_print.la > /usr/lib/libpp_storage_print.so > /usr/lib/libpp_storage_print.so.0 > /usr/lib/libpp_storage_print.so.0.0.0 > /usr/lib/libpp_storage_socket_output.a > /usr/lib/libpp_storage_socket_output.la > /usr/lib/libpp_storage_socket_output.so > /usr/lib/libpp_storage_socket_output.so.0 > /usr/lib/libpp_storage_socket_output.so.0.0.0 > /usr/lib/libpp_storage_stdout.a > /usr/lib/libpp_storage_stdout.la > /usr/lib/libpp_storage_stdout.so > /usr/lib/libpp_storage_stdout.so.0 > /usr/lib/libpp_storage_stdout.so.0.0.0 > /usr/lib/nagios > /usr/lib/nagios/cgi > /usr/lib/nagios/cgi/perfchart.png > /usr/lib/nagios/cgi/perfgant.png > /usr/lib/nagios/cgi/perfparse.cgi > /usr/share > /usr/share/doc/perfparse-0.105.6 > /usr/share/doc/perfparse-0.105.6/AUTHORS > /usr/share/doc/perfparse-0.105.6/COPYING > /usr/share/doc/perfparse-0.105.6/ChangeLog > /usr/share/doc/perfparse-0.105.6/INSTALL > /usr/share/doc/perfparse-0.105.6/README > /usr/share/doc/perfparse-0.105.6/mysql_create.sql > /usr/share/doc/perfparse-0.105.6/mysql_delete.sql > /usr/share/doc/perfparse-0.105.6/postgresql_create.sql > /usr/share/doc/perfparse-0.105.6/postgresql_delete.sql > /usr/share/locale > /usr/share/locale/de > /usr/share/locale/de/LC_MESSAGES > /usr/share/locale/de/LC_MESSAGES/perfparse.mo > /usr/share/locale/fr > /usr/share/locale/fr/LC_MESSAGES > /usr/share/locale/fr/LC_MESSAGES/perfparse.mo > /usr/share/nagios > /usr/share/nagios/images > /usr/share/nagios/images/dec0.png > /usr/share/nagios/images/dec1.png > /usr/share/nagios/images/inc0.png > /usr/share/nagios/images/inc1.png > /usr/share/nagios/images/perfgraph-sm.png > /usr/share/nagios/images/perfparse-logo-sm.png > /usr/share/nagios/images/perfparse-logo.png > /usr/src > /usr/src/debug > > |
From: Kirk P. <kp...@tr...> - 2006-06-21 16:42:59
|
Hello, I am trying to configure Nagios and perfparse using named pipes. I am running into difficulties when starting perfparsed. 2006/06/21 09:36:02 [perfparsed.c:180 22447 ] No module was loaded. Check the Storage_Module_Load config option. The message board on Sourceforge is down at the moment, so I am unable to search the mail archives. Can anyone direct me on how to determine the root cause of the message listed above? Also, is there any documentation of the options to the perparsed.cfg file? Any help is appreciated. Thanks, Kirk Here is my perfparse.cfg file =================================== # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # # When you submit a bug, please run perfparse-log2* or perfparsed or whatever # the binary is, with --show_config option (and your other usual options) # instead of sending this file. # Example : # perfparsed -c ../etc/perfparse.cfg --show_config # # Send this file only when you cannot output anything from your tool. # # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # # Config file. # # In all cases, variables used as: # # 1. From program default defined by configure. # # 2. From this file. # # 3. From variables passed to programs. # # Server managment (perfparsed only) : # ==================================== Server_Port = 1976 # Parser managment : # ================== # Performance Data Log Files ("-" for stdin) : Service_Log = "/var/tmp/perfdata-service.pipe" Service_Log_Position_Mark_Path = "/var/tmp" # Error handling : Error_Log = "/var/tmp/perfparse.log" Error_Log_Rotate = "Yes" Error_Log_Keep_N_Days = "7" Drop_File = "/var/tmp/perfparse.drop" Drop_File_Rotate = "Yes" Drop_File_Keep_N_Days = "7" # Lock file for only one perfparse running at the same time Lock_File = "/var/lock/perfparse.lock" # Reporting options : # =================== # Do not display completion status of perfparse: Show_Status_Bar = "no" # Display a report on exit of perfparse: Do_Report = "no" # CGI managment : # =============== # Default user permissions in the CGI. Accepted values are (ro|rw|hide) Default_user_permissions_Policy = "rw" Default_user_permissions_Host_groups = "rw" Default_user_permissions_Summary = "rw" # Output logger : # =============== # set Output_Log_File to "yes" to enable it Output_Log_File = "no" Output_Log_Filename = "/var/log/perfparse_output_log" Output_Log_Rotate = "yes" Output_Log_Keep_N_Days = "7" # Socket_output managment : # ========================= Use_Storage_Socket_Output = "no" Storage_Socket_Output_Host_Name = "localhost" Storage_Socket_Output_Port = "1974" Storage_Modules_Dir = "/usr/lib"; Storage_Module_Load = "mysql"; # Perfparsed server managment : # ============================= Server_Port = "1976" # Database managment : # ==================== Use_Storage_Mysql = "yes" No_Raw_Data = "no" No_Bin_Data = "no" # Database Authentication DB_User = "nagios" DB_Name = "nagios" DB_Pass = "nagios" DB_Host = "newmoney" # misc Dummy_Hostname = "dummy" Here is a list of where the perfparse file are ============================================= /etc /etc/nagios_perfparse.cfg /etc/perfparse.cfg.example /usr /usr/bin /usr/bin/check_perfparse_version /usr/bin/perfparse-db-purge /usr/bin/perfparse-db-tool /usr/bin/perfparse-log2any /usr/bin/perfparse-log2file_output /usr/bin/perfparse-log2gnuplot /usr/bin/perfparse-log2mysql /usr/bin/perfparse-log2socket_output /usr/bin/perfparse-log2stdout /usr/bin/perfparse.sh.example /usr/bin/perfparse_nagios_command.pl /usr/bin/perfparse_nagios_pipe_command.pl /usr/bin/perfparsed /usr/lib /usr/lib/libnagios_perfdata_parser.a /usr/lib/libnagios_perfdata_parser.la /usr/lib/libnagios_perfdata_parser.so /usr/lib/libnagios_perfdata_parser.so.0 /usr/lib/libnagios_perfdata_parser.so.0.0.0 /usr/lib/libpp_common.a /usr/lib/libpp_common.la /usr/lib/libpp_common.so /usr/lib/libpp_common.so.0 /usr/lib/libpp_common.so.0.0.0 /usr/lib/libpp_mysql.a /usr/lib/libpp_mysql.la /usr/lib/libpp_mysql.so /usr/lib/libpp_mysql.so.0 /usr/lib/libpp_mysql.so.0.0.0 /usr/lib/libpp_storage_file_output.a /usr/lib/libpp_storage_file_output.la /usr/lib/libpp_storage_file_output.so /usr/lib/libpp_storage_file_output.so.0 /usr/lib/libpp_storage_file_output.so.0.0.0 /usr/lib/libpp_storage_gnuplot.a /usr/lib/libpp_storage_gnuplot.la /usr/lib/libpp_storage_gnuplot.so /usr/lib/libpp_storage_gnuplot.so.0 /usr/lib/libpp_storage_gnuplot.so.0.0.0 /usr/lib/libpp_storage_mysql.a /usr/lib/libpp_storage_mysql.la /usr/lib/libpp_storage_mysql.so /usr/lib/libpp_storage_mysql.so.0 /usr/lib/libpp_storage_mysql.so.0.0.0 /usr/lib/libpp_storage_print.a /usr/lib/libpp_storage_print.la /usr/lib/libpp_storage_print.so /usr/lib/libpp_storage_print.so.0 /usr/lib/libpp_storage_print.so.0.0.0 /usr/lib/libpp_storage_socket_output.a /usr/lib/libpp_storage_socket_output.la /usr/lib/libpp_storage_socket_output.so /usr/lib/libpp_storage_socket_output.so.0 /usr/lib/libpp_storage_socket_output.so.0.0.0 /usr/lib/libpp_storage_stdout.a /usr/lib/libpp_storage_stdout.la /usr/lib/libpp_storage_stdout.so /usr/lib/libpp_storage_stdout.so.0 /usr/lib/libpp_storage_stdout.so.0.0.0 /usr/lib/nagios /usr/lib/nagios/cgi /usr/lib/nagios/cgi/perfchart.png /usr/lib/nagios/cgi/perfgant.png /usr/lib/nagios/cgi/perfparse.cgi /usr/share /usr/share/doc/perfparse-0.105.6 /usr/share/doc/perfparse-0.105.6/AUTHORS /usr/share/doc/perfparse-0.105.6/COPYING /usr/share/doc/perfparse-0.105.6/ChangeLog /usr/share/doc/perfparse-0.105.6/INSTALL /usr/share/doc/perfparse-0.105.6/README /usr/share/doc/perfparse-0.105.6/mysql_create.sql /usr/share/doc/perfparse-0.105.6/mysql_delete.sql /usr/share/doc/perfparse-0.105.6/postgresql_create.sql /usr/share/doc/perfparse-0.105.6/postgresql_delete.sql /usr/share/locale /usr/share/locale/de /usr/share/locale/de/LC_MESSAGES /usr/share/locale/de/LC_MESSAGES/perfparse.mo /usr/share/locale/fr /usr/share/locale/fr/LC_MESSAGES /usr/share/locale/fr/LC_MESSAGES/perfparse.mo /usr/share/nagios /usr/share/nagios/images /usr/share/nagios/images/dec0.png /usr/share/nagios/images/dec1.png /usr/share/nagios/images/inc0.png /usr/share/nagios/images/inc1.png /usr/share/nagios/images/perfgraph-sm.png /usr/share/nagios/images/perfparse-logo-sm.png /usr/share/nagios/images/perfparse-logo.png /usr/src /usr/src/debug -- Kirk Patton Unix Administrator Transmeta Inc. Tel. 408 919-3055 |
From: Yves <yme...@pe...> - 2006-06-21 10:48:21
|
Hello, > Is there anyone who is using Perfparse 0.105.6 with Oracle? As far as I know, Perfparse has no db module compatible with Oracle. BTW, it would be very appreciated if someone could develop a module based= on the mysql or postgresql modules that was either basic sql (with nothing specific to= mysql) or odbc. Yves PS. Latest version is 0.106.1 :) --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - C en action - http://www.oreilly.fr/catalogue/2841772896.html - |
From: Remy de R. <rem...@ma...> - 2006-06-21 10:28:30
|
=20 Is there anyone who is using Perfparse 0.105.6 with Oracle?=20 Met vriendelijke groet / kinds regards,=20 Remy de Ruysscher=20 =20 Operations Engineer=20 H. Walaardt Sacr=E9straat 413 1117 BM Schiphol Oost The Netherlands T +31 (0)20 5025800 (Algemeen) +31 (0)20 5025861 (Direct)=20 F +31 (0)20 5025 801 M +31 (0)6 24748987 E rem...@ma... I www.marketxs.com <http://www.marketxs.com/> =20 =20 ______________________________ DISCLAIMER: This e-mail message is intended for the addressee(s) or autho= rized recipient only. If you are not the addressee, or an authorized reci= pient, you are specifically advised that any use, distribution, publicati= on, copying or repetition of this information is prohibited. If you have = received this information in error, please notify us immediately (+31 (0)= 20 50 25 800) and destroy this message. |
From: Weytens, R. J. <Ran...@AC...> - 2006-06-15 19:28:53
|
The subject pretty much says it all. Perfparse is always showing swap as critical, for everything, even when it is not. I'm not sure how it determines the state, and why it would not use the state returned from the plugin. Randy Weytens |
From: Mark <mo...@fr...> - 2006-06-08 13:16:36
|
I am unable to successfully connect to the database. This is a test machine on an isolated net. Mysql is setup with no root password. I get an access denied when attempting to connect using perfparse-db- tool. I have also created a user and password for the database which is also unable to connect using the above command. It seems as if that command will place default answers into the db lines of the perfparse.cfg file if I leave them blank. For example, my database is named perfnagios. If I leave it blank, the error comes back saying access denied to database perfparse. I am able to connect to the database using cocoamysql app on my laptop through a ssh port forward tunnel on 3306 and see the database and see the tables successfully created as root via the cat mysql.create..... Nagios is outputing to a file the service perf data successfully with the macro change from OUTPUT to SERVICEOUTPUT, etc. Nagios - 2.3.1 Perfparse - 0.106.1 Mysql - 4.? (whatever version with RedHat EL 4) |
From: Weytens, R. J. <Ran...@AC...> - 2006-06-06 23:52:09
|
I have two hosts in our Nagios monitoring setup: a master host where Nagios and Perfparse are installed, and another host in a separate data center where Nagios is installed and is forwarding checks back the master host (passive checks). Perfparse does not pick up any of the data for the passive checks. Do I need to install Perfparse on my distributed monitoring host too? Thanks, Randy Weytens |
From: Goetz R. <gr...@os...> - 2006-06-06 21:07:34
|
Hi, is there a way to either bind perfparsed to the localhost address only or to just accept connections from localhost? Goetz |
From: Florian G. <fl...@bi...> - 2006-06-06 10:35:46
|
Simply: This is a bug. Unfortunately i did not encounter this bug because my test-installation had a incomplete 106.1. I'll try to hunt it down as soon as i have more time. Expect 1-3 days. Flo Robert Binz wrote: > Flo - > Thank you for the time on this. > Yes, I did make sure the plugins were producing the desired output. > Your suggested VERAIBLE change was the fix for getting data to be > collected correctly now. > > localhost Current Load UP 2006-06-05 10:36:48 OK > - load > average: 0.13, 0.07, 0.17 All Summary > Current Users UP 2006-06-05 10:37:19 > USERS OK > - 1 users currently logged in All Summary > Disk Partition - / UP 2006-06-05 > 10:37:58 DISK > OK - free space: / 1760 MB (87% inode=91%): All Summary > Disk Partition - /home UP 2006-06-05 > 10:38:28 > DISK OK - free space: /home 13191 MB (98% inode=100%): All > Summary > > What I am trying to figure out now is how to get graphs working. > When I go to http://<URL>/nagios/cgi-bin/perfparse.cgi?all_bin=1 the > Host/Title/Graph/Metric ... are listed. I select any of the graph > buttons (for example localhost, current load) and all I get is a blank > screen. > Any suggestions would deeply be appreciated. > > Again, many thanks for the help so far! > > Robert > > > On 6/3/06, Florian Gleixner <fl...@bi...> wrote: > >> Hi, >> >> First make sure that your nagios checks return performance data. You can >> check that usually if you execute the checkcommands by hand and watch >> the output. Example: >> >> ./check_users -w 10 -c 20 >> USERS OK - 4 users currently logged in |users=4;10;20;0 >> >> The performance data are the ones that are behind the pipe (|). >> >> Next: In nagios 2 the $OUTPUT$ uand $PERFDATA$ makros have been changed >> to $SERVICEOUTPUT$ and $SERVICEPERFDATA$. Check that you have the new >> ones in your perfdata-commands. Documentation has to be updated in that >> case. >> >> Hope this helps. >> >> Flo >> >> Robert Binz schrieb: >> > All >> > >> > I have Nagios 2.3.1 running and monitoring. I have attempted to >> > install perfparse 106.1. but I am facing more frustration than getting >> > this thing to work. >> > >> > I have followed the directions for pipe version at >> > http://perfparse.sourceforge.net/docs.php which did not work, i also >> > followed the steps at >> > >> http://wiki.perfparse.org/tiki-index.php?page=Example%20for%20configuration%20with%20a%20pipe >> >> > but things are not working. >> > >> > When I go to my perfparse screen >> > http://<URL>/nagios/cgi-bin/perfparse.cgi?all_bin=1 >> > There is no data present. Going to >> > >> http://<URL>/nagios/cgi-bin/perfparse.cgi?select_metric=1&host_name=SERVERNAME. >> >> > produces nothing. >> > >> > Going to http://155.64.84.31/nagios/cgi-bin/perfparse.cgi?all_raw=1 >> > produces >> > SERVERNAME HTTP UP 2006-06-03 11:15:54 $ >> All Summary >> > NRPE-check_load UP 2006-06-03 >> 11:15:54 >> > $ All Summary >> > NRPE-Check_mem_free UP >> 2006-06-03 >> > 11:16:24 $ All Summary >> > NRPE-check_mpstat UP >> 2006-06-03 >> > 11:16:24 $ All Summ >> > >> > the file /usr/local/nagios/var/perfdata-service.log has the same data >> > 1149361852 ussj-pubwebpdcl02 NRPE-check_zombie_procs $ >> > OK $ >> > >> > I am lost as to how make this work correctly - Anyone out there able >> to help? >> > >> > TIA >> > Robert >> > >> > >> > _______________________________________________ >> > Perfparse-users mailing list >> > Per...@li... >> > https://lists.sourceforge.net/lists/listinfo/perfparse-users >> |
From: Florian G. <fl...@bi...> - 2006-06-03 20:40:14
|
Hi, First make sure that your nagios checks return performance data. You can check that usually if you execute the checkcommands by hand and watch the output. Example: ./check_users -w 10 -c 20 USERS OK - 4 users currently logged in |users=4;10;20;0 The performance data are the ones that are behind the pipe (|). Next: In nagios 2 the $OUTPUT$ uand $PERFDATA$ makros have been changed to $SERVICEOUTPUT$ and $SERVICEPERFDATA$. Check that you have the new ones in your perfdata-commands. Documentation has to be updated in that case. Hope this helps. Flo Robert Binz schrieb: > All > > I have Nagios 2.3.1 running and monitoring. I have attempted to > install perfparse 106.1. but I am facing more frustration than getting > this thing to work. > > I have followed the directions for pipe version at > http://perfparse.sourceforge.net/docs.php which did not work, i also > followed the steps at > http://wiki.perfparse.org/tiki-index.php?page=Example%20for%20configuration%20with%20a%20pipe > but things are not working. > > When I go to my perfparse screen > http://<URL>/nagios/cgi-bin/perfparse.cgi?all_bin=1 > There is no data present. Going to > http://<URL>/nagios/cgi-bin/perfparse.cgi?select_metric=1&host_name=SERVERNAME. > produces nothing. > > Going to http://155.64.84.31/nagios/cgi-bin/perfparse.cgi?all_raw=1 > produces > SERVERNAME HTTP UP 2006-06-03 11:15:54 $ All Summary > NRPE-check_load UP 2006-06-03 11:15:54 > $ All Summary > NRPE-Check_mem_free UP 2006-06-03 > 11:16:24 $ All Summary > NRPE-check_mpstat UP 2006-06-03 > 11:16:24 $ All Summ > > the file /usr/local/nagios/var/perfdata-service.log has the same data > 1149361852 ussj-pubwebpdcl02 NRPE-check_zombie_procs $ > OK $ > > I am lost as to how make this work correctly - Anyone out there able to help? > > TIA > Robert > > > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Robert B. <rob...@gm...> - 2006-06-03 19:13:20
|
All I have Nagios 2.3.1 running and monitoring. I have attempted to install perfparse 106.1. but I am facing more frustration than getting this thing to work. I have followed the directions for pipe version at http://perfparse.sourceforge.net/docs.php which did not work, i also followed the steps at http://wiki.perfparse.org/tiki-index.php?page=Example%20for%20configuration%20with%20a%20pipe but things are not working. When I go to my perfparse screen http://<URL>/nagios/cgi-bin/perfparse.cgi?all_bin=1 There is no data present. Going to http://<URL>/nagios/cgi-bin/perfparse.cgi?select_metric=1&host_name=SERVERNAME. produces nothing. Going to http://155.64.84.31/nagios/cgi-bin/perfparse.cgi?all_raw=1 produces SERVERNAME HTTP UP 2006-06-03 11:15:54 $ All Summary NRPE-check_load UP 2006-06-03 11:15:54 $ All Summary NRPE-Check_mem_free UP 2006-06-03 11:16:24 $ All Summary NRPE-check_mpstat UP 2006-06-03 11:16:24 $ All Summ the file /usr/local/nagios/var/perfdata-service.log has the same data 1149361852 ussj-pubwebpdcl02 NRPE-check_zombie_procs $ OK $ I am lost as to how make this work correctly - Anyone out there able to help? TIA Robert |
From: Florian G. <fl...@bi...> - 2006-06-01 18:31:24
|
You have to select "<User Defined>" from the dropdown first, then klick in the "Always" Radio-Button, then the update button. Remember to create a cron script that does the cleanup finally (run /usr/local/nagios/bin/perfparse-db-purge from cron hourly or daily). Flo Goetz Rieger schrieb: > Hi guys: > > I am searching for a way to delete metrics from a host, e.g. after > deleting service checks. I am using perfparse 0.106.1. > > I have tried to set the deletion policy "View / Edit Binary Data Deletion > Policy" from "<Host Default>" to "<User Defined>" = "Always". > Unfortunately after pressing "Update Policy" the configuration returns to > the values before the changes. > > Am I doing something wrong or is this a bug in the cgi? > > I have worked my way through the data model/foreign keys and sucessfully > deleted a metric. But before putting all the stuff into a Perl script I > would rather know if there is a better/standard way... > > Cheers, > Goetz > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=k&kid7521&bid$8729&dat1642 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users |