]> git.pld-linux.org Git - packages/sysstat.git/commitdiff
- rel 6; go with 1 minute intervals auto/th/sysstat-12.0.2-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 21 Jan 2019 08:39:47 +0000 (09:39 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 21 Jan 2019 08:40:10 +0000 (09:40 +0100)
crontab
sysstat.spec

diff --git a/crontab b/crontab
index 380a579123774d31a18b16f06af5a5aa9bdcbe62..d4592155176e131b988aaf36187c632a31c8af6d 100644 (file)
--- 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
index 287ca165eda53cf64201b50b6ef57827a66910e6..0cde78741be724e9885ead16e1b843b439262869 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:       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 \
This page took 0.116585 seconds and 4 git commands to generate.