]> git.pld-linux.org Git - packages/sysstat.git/commitdiff
rel 5; store one record every 2 minutes instead of starting once every hour and store... auto/th/sysstat-12.0.2-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 3 Dec 2018 07:46:16 +0000 (08:46 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 3 Dec 2018 07:46:16 +0000 (08:46 +0100)
crontab
sysstat.spec

diff --git a/crontab b/crontab
index 25fc26802d2ab141aaf854f7595b7a7c19c0c0ef..380a579123774d31a18b16f06af5a5aa9bdcbe62 100644 (file)
--- a/crontab
+++ b/crontab
@@ -4,7 +4,7 @@
 #0 8-18 * * 1-5 root /bin/systemd_booted || /usr/lib/sa/sa1 1200 3
 
 # activity reports every 2 minutes everyday.
-0 * * * * root /bin/systemd_booted || /usr/lib/sa/sa1 120 30
+*/2 * * * * 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
index 767148ec1e6fc10747ff771a0803147778b5a656..287ca165eda53cf64201b50b6ef57827a66910e6 100644 (file)
@@ -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:       4
+Release:       5
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.xz
This page took 0.330355 seconds and 4 git commands to generate.