How to Add Pro Management Exabytes Nagios Monitoring
This tutorial only applied for Exabytes ID Nagios Monitoring.
Ex: Hostname: vps1.server.com; IP: 103.82.241.69; Type: VPS Linux
A. Install Nagios Plugin First to the Customer VPS
– If its VPS Linux: https://wiki.hostcentral.net/install-nagios-plugin-on-linux-server/
– If its VPS Windows: https://wiki.hostcentral.net/install-nagios-plugin-on-windows-server/
B. Add the server to Nagios Server
1. Login to Nagios Server
2. Open this file
# vi /usr/local/nagios/etc/exabytes-id/103.82.241.cfg
3. In the bottom of file, add following lines
define host {
use linux-server
host_name EXAID-LIN-VPS:vps1.server.com
address 103.82.241.69
}
4. Close file and restart nagios
# service nagios restart
C. Add the server to monitoring the service
1. Login to Nagios Server
2. Open this file
define hostgroup
hostgroup_name exaid-promanagement-linux
alias ExaID Pro Management Linux
members EXAID-LIN-VPS:exabytes-3323789,EXAID-LIN-VPS:messenger.id,EXAID$
}
