diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-13 11:26:45 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-13 11:26:45 +0800 |
commit | 99dc3bd78bbfa80c627ef808ce408076cfe2e557 (patch) | |
tree | 7bf667cc9b52c7b91e2de41d903ea8673785eabd /sample/crontab | |
parent | 751c6f89a466a830c78c6cbee032b2fe1cdd34c9 (diff) | |
download | pttbbs-99dc3bd78bbfa80c627ef808ce408076cfe2e557.tar pttbbs-99dc3bd78bbfa80c627ef808ce408076cfe2e557.tar.gz pttbbs-99dc3bd78bbfa80c627ef808ce408076cfe2e557.tar.bz2 pttbbs-99dc3bd78bbfa80c627ef808ce408076cfe2e557.tar.lz pttbbs-99dc3bd78bbfa80c627ef808ce408076cfe2e557.tar.xz pttbbs-99dc3bd78bbfa80c627ef808ce408076cfe2e557.tar.zst pttbbs-99dc3bd78bbfa80c627ef808ce408076cfe2e557.zip |
remove mrtg program
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@788 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample/crontab')
-rw-r--r-- | sample/crontab | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sample/crontab b/sample/crontab index 3cf76fdc..5cda4092 100644 --- a/sample/crontab +++ b/sample/crontab @@ -70,10 +70,7 @@ # mrtg每五分鐘計算一次 -*/5 * * * * bin/shmctl utmpnum > /tmp/utmpnum -*/5 * * * * bin/lookhdd.pl > /tmp/hdd -*/5 * * * * /usr/local/bin/getuptime -x > /tmp/uptime -*/5 * * * * /bin/ps -ax | /usr/bin/wc -l > /tmp/nps +#*/5 * * * * bin/shmctl utmpnum > /tmp/utmpnum # ??? 10 7 * * * bin/buildAnnounce |