monitoring check plugin for the snmpsim REST API (written in golang). The plugin complies with the Monitoring Plugins Development Guidelines and should therefore be compatible with nagios, icinga2, zabbix, checkmk, etc.
Usage:
main [OPTIONS]
Application Options:
-U, --url= The base URL of the SNMPSIM server
-u, --username= The username for the server if set
-p, --password= The username for the server if set
-P, --path= The data path to an agent file on the server, needs to be set if full check is enabled
-F, --full Run a full check of the API
Help Options:
-h, --help Show this help message
Usage:
main [OPTIONS]
Application Options:
-U, --url= The base URL of the SNMPSIM server
-u, --username= The username for the server if set
-p, --password= The username for the server if set
-F, --full Run a full check of the API
Help Options:
-h, --help Show this help message
To install, use go get
or git clone
:
go get https://github.com/inexio/snmpsim-check
or
git clone https://github.com/inexio/snmpsim-check.git
You can also directly download the binaries under the releases tab.