Hi We have a shell script testing the CPU of our UBUNTU server: Process:%CPU usage (avarage) #!/bin/sh if [ $# -ge 2 ] then OS=`uname` case $OS in AIX) PSLIST='ps -Ao comm,pcpu';; Linux) PSLIST='ps h -eo ucmd,pcpu';; FreeBSD) PSLIST='ps -axco command,%cpu';; NetBSD) PSLIST='ps -axco command,%cpu';; ...
I was wondering if anyone can assist me in telling me how I will be able to test a proxy server By requesting a url status from the test. Not sure how to do it or what the exact test is.
Hi can someone please assist me In getting Hostmon to be able to check diskspace on Volumes in Ubuntu. I already have the agents running and working 100% but dont know how to get Diskspace to be monitored.
Any help regarding this will be Great!! Thanks in advance