Update of /cvsroot/perfparse/_perfparse/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11373/config
Modified Files:
perfparse.cfg.example
Log Message:
some cosmetic changes and a little work on the php interface
Index: perfparse.cfg.example
===================================================================
RCS file: /cvsroot/perfparse/_perfparse/config/perfparse.cfg.example,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** perfparse.cfg.example 2 Dec 2006 21:31:09 -0000 1.2
--- perfparse.cfg.example 28 Sep 2007 21:53:16 -0000 1.3
***************
*** 31,35 ****
# Performance Data Log Files ("-" for stdin) :
! Service_Log = "/usr/local/nagios/var/serviceperf.log"
Service_Log_Position_Mark_Path = ""
--- 31,35 ----
# Performance Data Log Files ("-" for stdin) :
! Service_Log = "/usr/local/nagios/var/perfdata-service.log"
Service_Log_Position_Mark_Path = ""
***************
*** 88,92 ****
# Database managment :
# ====================
! Use_Storage_Mysql = "yes"
No_Raw_Data = "no"
--- 88,92 ----
# Database managment :
# ====================
! Storage_Modules_Load = "mysql"
No_Raw_Data = "no"
|