There was a problem loading the comments.

Add monitoring scripts to server for monitoring top, iostat (server-status)

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

Quick Installation

mkdir -p /var/log/server-status; wget -O /var/log/server-status/getstats.sh <a href="https://gitlab.com/brixly/file-dump/raw/master/getstats.sh">https://gitlab.com/brixly/file-dump/raw/master/getstats.sh</a>; echo "* * * * * root /usr/bin/flock -n /var/run/cloudlinux_getstats.cronlock /bin/sh /var/log/server-status/getstats.sh >/dev/null 2>&1" > /etc/cron.d/getstats.sh; chown 655 /var/log/server-status/getstats.sh; yum install perf -y;


Log Location

The logs will be located in /var/log/server-status

Share via
Did you find this article useful?  

Related Articles

© Brixly