For monitoring purpose we suggest three options:
- Nagios monitoring integration
Device42 offers a Nagios plugin for Device42 which can be downloaded from this link Plugin Download, and allows easy monitoring of the health status of your Device42 appliance. Data returned includes:
- Device42 Database Size
- Appliance Disk space usage
- Memory usage
- CPU usage
- Zabbix Integration which can be downloaded from this link Zabbix Download
- API call to check the health status of the CPU/RAM, DB size and the status of recent backups
curl https://yourdevice42ipaddress:4343/healthstats/
/4242 port can be used if the SSL is disabled on Device42/
{
"backup_status": [
{
"id": 1,
"job_name": "Demo Backup",
"status": "Backup not run since last reboot. Please check."
}
],
"cpu_used_percent": "2.51904",
"dbsize": "84 MB",
"disk_used_percent": "8",
"memory_in_MB": {
"buffers": 92,
"cached": 254,
"memfree": 1728,
"memtotal": 3948,
"swapfree": 8187,
"swaptotal": 8187
}
Comments
0 comments
Article is closed for comments.