monitor

  1. Matt

    Service Monitor and Restart Script

    Create a new file called process.txt in the /root/scripts folder (you might need to also make the /root/scripts folder) Get a list of the processes you want to monitor from the ps -ef output /usr/sbin/mysqld /usr/bin/memcached /usr/libexec/postfix/master /bin/java and add them to this file...
  2. Matt

    Pushover Process Monitor

    There are currently 2 add-ons that work with Pushover and XenForo, but Pushover itself supports various different languages. Pushover: Simple Notifications for Android, iOS, and Desktop So, I wrote my own little bash script to use their API to monitor the key services on my server, and alert...
Back
Top