| Line 349... |
Line 349... |
| 349 |
UserParameter=virus.hour,find /var/virusmails/virus/ -name "virus*" -type f -amin -60|wc -l
|
349 |
UserParameter=virus.hour,find /var/virusmails/virus/ -name "virus*" -type f -amin -60|wc -l
|
| 350 |
UserParameter=banned.hour,find /var/virusmails/banned/ -name "banned*" -type f -amin -60|wc -l
|
350 |
UserParameter=banned.hour,find /var/virusmails/banned/ -name "banned*" -type f -amin -60|wc -l
|
| 351 |
UserParameter=badh.hour,find /var/virusmails/badh/ -name "badh*" -type f -amin -60|wc -l
|
351 |
UserParameter=badh.hour,find /var/virusmails/badh/ -name "badh*" -type f -amin -60|wc -l
|
| 352 |
|
352 |
|
| 353 |
UserParameter=zabbix.mysqlsize,mysql zabbix -uroot -puwe2592 -e 'show table status' | perl -lane '$size += $F[6]+$F[8];END{print $size}'
|
353 |
UserParameter=zabbix.mysqlsize,mysql zabbix -uroot -puwe2592 -e 'show table status' | perl -lane '$size += $F[6]+$F[8];END{print $size}'
|
| - |
|
354 |
|
| - |
|
355 |
UserParameter=check_apc_ups.load,/usr/sbin/apcaccess | grep LOADPCT | cut -f4 -d" "
|
| - |
|
356 |
UserParameter=check_apc_ups.bcharge,/usr/sbin/apcaccess | grep BCHARGE | cut -f4 -d" "
|
| - |
|
357 |
UserParameter=check_apc_ups.time,/usr/sbin/apcaccess | grep TIMELEFT | cut -f3 -d" "
|
| - |
|
358 |
UserParameter=check_apc_ups.status,/usr/sbin/apcaccess | grep STATUS | cut -f5- -d" "
|
| 354 |
|
359 |
|
| 355 |
UserParameter=rsnapshot.total_files,awk '{a += $2} END{print a}' /tmp/rsnapshot.daily
|
360 |
UserParameter=rsnapshot.total_files,awk '{a += $2} END{print a}' /tmp/rsnapshot.daily
|
| 356 |
UserParameter=rsnapshot.trans_files,awk '{a += $3} END{print a}' /tmp/rsnapshot.daily
|
361 |
UserParameter=rsnapshot.trans_files,awk '{a += $3} END{print a}' /tmp/rsnapshot.daily
|
| 357 |
UserParameter=rsnapshot.total_size,awk '{a += $4} END{print a}' /tmp/rsnapshot.daily
|
362 |
UserParameter=rsnapshot.total_size,awk '{a += $4} END{print a}' /tmp/rsnapshot.daily
|
| 358 |
UserParameter=rsnapshot.trans_size,awk '{a += $5} END{print a}' /tmp/rsnapshot.daily
|
363 |
UserParameter=rsnapshot.trans_size,awk '{a += $5} END{print a}' /tmp/rsnapshot.daily
|