HEX
Server: Apache
System: Linux cpanel.classit.ro 4.18.0-553.144.1.el8_10.x86_64 #1 SMP Tue Jul 14 09:26:58 EDT 2026 x86_64
User: contexpert (1050)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib/nagios/plugins/check_bandwidth.sh
#!/bin/sh
PROGNAME='Check_Bandwidth VER 1.0'
VST='vnstat'
$VST -u
	CMD="${CMD}`$VST $1 $2 $3 $4 $5 > output.$1.$2.$3.$4.$5.log`"
	`$CMD`
	sleep 5
	OUTPUT=" ${OUTPUT} `sed '1d' output.$1.$2.$3.$4.$5.log`"
	chmod 777 output.$1.$2.$3.$4.$5.log
	STAT=0
	echo $OUTPUT
	sleep 4
	rm output.$1.$2.$3.$4.$5.log
exit $STAT