[packages/sysstat] - rel 6; go with 1 minute intervals

arekm arekm at pld-linux.org
Mon Jan 21 09:40:21 CET 2019


commit 7034c7358d7e5c50671be1bd78b0befab49aad45
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jan 21 09:39:47 2019 +0100

    - rel 6; go with 1 minute intervals

 crontab      | 4 ++--
 sysstat.spec | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/sysstat.spec b/sysstat.spec
index 287ca16..0cde787 100644
--- a/sysstat.spec
+++ b/sysstat.spec
@@ -10,7 +10,7 @@ Summary(zh_CN.UTF-8):	sar, iostat 等系统监视工具
 # Sysstat 12.0.x released (stable version).
 Name:		sysstat
 Version:	12.0.2
-Release:	5
+Release:	6
 License:	GPL v2
 Group:		Applications/System
 Source0:	http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.xz
@@ -71,7 +71,7 @@ sieciowych i innych operacji wejścia/wyjścia.
 	history=28 \
 	compressafter=31 \
 	cron_owner=root \
-	cron_interval=2 \
+	cron_interval=1 \
 	sadc_options='-L -S XDISK' \
 	sa_lib_dir=%{_libexecdir} \
 	ZIP=%{_bindir}/xz \
diff --git a/crontab b/crontab
index 380a579..d459215 100644
--- a/crontab
+++ b/crontab
@@ -3,8 +3,8 @@
 # 8am-7pm activity reports every 20 minutes during weekdays.
 #0 8-18 * * 1-5 root /bin/systemd_booted || /usr/lib/sa/sa1 1200 3
 
-# activity reports every 2 minutes everyday.
-*/2 * * * * root /bin/systemd_booted || /usr/lib/sa/sa1 1 1
+# activity reports every 1 minutes everyday.
+*/1 * * * * root /bin/systemd_booted || /usr/lib/sa/sa1 1 1
 
 # Activity reports every an hour on Saturday and Sunday.
 #0 * * * 0,6 root /bin/systemd_booted || /usr/lib/sa/sa1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sysstat.git/commitdiff/7034c7358d7e5c50671be1bd78b0befab49aad45



More information about the pld-cvs-commit mailing list