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