The system provides the possibility to hide unused monitoring probes from the web interface.
In order to hide probes it is necessary to:
- add the Monitoring section into the client configuration file /usr/local/saymon/client/client-config.js;
- set the array of visible probes in the monitoring.standardTasks parameter:
... monitoring: { standardTasks: ['ping', 'snmpGet'] }, ...
Probe identifiers are case sensitive.
The list of identifiers of the standard probes:
- binaryProtocol | binary protocol,
- configFile | configuration file / directory,
- databaseQuery | database query,
- exec | program / script execution,
- external | external probe (data recorded via API),
- ftp | ftp probe,
- httpRequest - HTTP request,
- jmx | jmx probe,
- localNetworkPort | local port,
- mqtt | MQTT probe ,
- ping | ping probe,
- processInfo | process by name,
- remoteNetworkPort | remote port,
- snmpGet | snmpGet probe,
- snmpTrap | snmpTrap probe,
- wmi | wmi probe.