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 sent via REST 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 – SNMP Get,
-
snmpTrap – SNMP Trap,
-
wmi – WMI probe.