rpms/sysusage/devel sysusage-2.9.cfg, NONE, 1.1 sources, 1.2, 1.3 sysusage.spec, 1.2, 1.3 sysusage-2.6.cfg, 1.1, NONE

Rob Myers rmyers at fedoraproject.org
Thu Oct 16 01:37:43 UTC 2008


Author: rmyers

Update of /cvs/pkgs/rpms/sysusage/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31255

Modified Files:
	sources sysusage.spec 
Added Files:
	sysusage-2.9.cfg 
Removed Files:
	sysusage-2.6.cfg 
Log Message:
update to 2.9, resolve #465652


--- NEW FILE sysusage-2.9.cfg ---
# This part configure the default settings of Sysusage perl scripts
[GENERAL]
DEBUG     = 0
DATA_DIR  = /var/lib/sysusage
PID_FILE  = /var/run
DEST_DIR  = /var/www/sysusage
SAR_BIN   = /usr/bin/sar
UPTIME    = /usr/bin/uptime
HOSTNAME  = /bin/hostname
INTERVAL  = 60
SKIP      = 
HDDTEMP_BIN =

# This part enable/disable and configure smtp alarm report and/or Nagios
# message report (path to nagios binary submit_check_result) when threshold
# min/max exceed are detected. Upper and lower level values are use to set
# the alarm level. With Nagios 0=OK, 1=WARNING, 2=Critical, 3=Unknown.
# Default is to send warning on high value and critical on low threshold value.
# Typically a high load average can be seen as a warning and the shutdown of
# any monitored daemon as critical.
[ALARM]
WARN_MODE   = 0
ALARM_PROG  = /usr/bin/sysusagewarn
SMTP        = localhost
FROM        = root at localhost
TO          = root at localhost
NAGIOS      =
UPPER_LEVEL = 1
LOWER_LEVEL = 2

# This part allow system monitoring. There's three format. The first one is
# the most used:
#
#	type:ThresholdMax:ThresholdMin
#
# where type is the type of monitoring.
# The second format is only used for process and queue monitoring:
#
#	type:what:ThresholdMax:ThresholdMin
#
# where type can be 'proc' or 'queue' and what is the related thing to monitor.
# If type is 'proc' then what is a process name, if type is 'queue' then what
# is a directory path to monitor.
#
# The last one is used for disk space monitoring:
#
#       disk:ThresholdMax:exclusion
#
# where exclusion is a semicolon (;) separated list of mount point to exclude
# from monitoring.
#
# A ThresholdMax value set to 0 or omitted mean disable warning
# Omitting ThresholdMin disable warning
#
[MONITOR]
load:
cpu:
wait:0
cswch:
intr:
mem:
swap:
work:
sock:
io:
file:
page:
pcrea:
pswap:
net:
err:
disk:


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sysusage/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Nov 2007 13:24:59 -0000	1.2
+++ sources	16 Oct 2008 01:37:13 -0000	1.3
@@ -1 +1 @@
-c93f4bd64252fd93b7e793b0898e06c5  SysUsage-Sar-2.6.tar.gz
+5b1fac7a503a3c7f390220aeab3ae948  SysUsage-Sar-2.9.tar.gz


Index: sysusage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sysusage/devel/sysusage.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sysusage.spec	2 Jul 2008 06:24:04 -0000	1.2
+++ sysusage.spec	16 Oct 2008 01:37:13 -0000	1.3
@@ -1,12 +1,12 @@
 %define uname SysUsage
 %define vname Sar
 %define wname sysusage
-%define webdir %{_localstatedir}/www/html/%{wname}
+%define webdir %{_localstatedir}/www/%{wname}
 
 Name: %{wname}
 Epoch: 0
-Version: 2.6
-Release: 4%{?dist}
+Version: 2.9
+Release: 1%{?dist}
 Summary: System monitoring based on perl, rrdtool, and sysstat
 
 Group: System Environment/Daemons
@@ -66,8 +66,6 @@
 # remove the hardcoded /usr/local/sysusage path
 %{__sed} -i -e 's,/usr/local/sysusage,,g' bin/%{wname}
 %{__sed} -i -e 's,/usr/local/sysusage,,g' bin/%{wname}graph
-# fix spelling annoyance
-%{__sed} -i -e 's,seconde,second,g' bin/%{wname}graph
 
 %build
 # nope, gotta love perl
@@ -106,6 +104,10 @@
 %dir %{webdir}
 
 %changelog
+* Wed Oct 15 2008 Rob Myers <rob.myers at gtri.gatech.edu> 0:2.9-1
+- update to 2.9
+- move webdir /var/www/sysusage (resolves #465652)
+
 * Wed Jul  2 2008 Rob Myers <rob.myers at gtri.gatech.edu> 0:2.6-4
 - include missing versioned MODULE_COMPAT Requires (#453586)
 


--- sysusage-2.6.cfg DELETED ---




More information about the scm-commits mailing list