Current Path : /proc/3/task/3/root/proc/3/root/opt/zabbix_scripts/ |
Current File : //proc/3/task/3/root/proc/3/root/opt/zabbix_scripts/os.proc.watchProcs.sh |
#!/bin/bash watchProcCount=($(ps auwx | grep 'watch uptime' | grep -vE 'grep' | wc -l)) echo $watchProcCount