Xitogent Diagnosis
The xitogent diagnosis
command is a tool used to investigate any problem with the Xitogent monitoring agent running on a server. This document explains how to use the Xitogent diagnosis command to diagnose problems with Xitogent and generate a report. When executed, it performs a series of checks to ensure that Xitogent is running properly. It generates a report with the results of each check.
Checks performed
The following checks are performed by the xitogent diagnosis
command:
- Config file: This check ensures that the Xitogent configuration file is present and correctly formatted.
- Connection to core: This check ensures that Xitogent can connect to the core server.
- Connection to node: This check ensures that Xitogent can connect to the probing node systems.
- Send data: This check ensures that Xitogent can send gathered statistics and monitoring data to the core server.
- Service: This check ensures that the Xitogent service is running.
Report
The report generated by the Xitogent diagnosis command provides the results of each check. The report includes a status for each check, The following is an example of what a diagnosis output is like:
Config file ...................... [OK]
Connection to core ............... [OK]
Connection to node ............... [OK]
Send data ........................ [OK]
Service .......................... [OK]
1
2
3
4
5
2
3
4
5