Hide unused probes
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
/etc/saymon/saymon-client.yaml
; -
set the array of visible probes in the monitoring.standardTasks parameter:
monitoring:
standardTasks:
- snmpGet
- snmpTrap
- ping
Probe identifiers are case sensitive. |
Standard probes identifiers
The system has the following 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.