Using SNMP plugins - exasol/nagios-monitoring GitHub Wiki

Requirements

To use the SNMP capabilities of the nagios-monitoring container you need to upload and install a 3rd party package provided by EXASOL. The following plugins are currently supported:

  • DELL OpenManage (Plugin.Administration.DELL-OpenManage-x.x.x.pkg)
  • HP Service Pack for ProLiant (Plugin.Administration.HP-SPP-xxxx.xx.x-x.pkg)
  • Fujitsu ServerView (Plugin.Administration.FSC-x.xx-xx.pkg)

Please note that those SNMP plugins are currently only available to enterprise customers. Because of licensing terms it is not allowed to us to distribute these plugins.

Create and deploy SNMPd configurations

If you have an enterprise account on our user portal, you can have a look at these two solutions:

To simply install uploaded 3rd party plugins and set up a SNMPv3 user you can use the "create-snmp-config" wizard. A full run may look like this:

# docker exec -ti nagios-testcontainer create-snmp-config                                                                                                          :
License Server IP address: 10.0.0.100
EXAoperation admin login: monitor
EXAoperation password: 
SNMPv3 login: nagios_check
SNMPv3 authentication password (SHA only): 
SNMPv3 privacy password (AES only): 
--

n0010:	Fujitsu Primergy detected
n0011:	Fujitsu Primergy detected
	Deploying new configuration
	Restarting services
All done.


n0012:	HP ProLiant detected
	Deploying new configuration
	Restarting services
All done.


n0013:	DELL PowerEdge detected
	Deploying new configuration
	Restarting services
All done.

After deployment, installation and setting up the configuration SNMP access should be possible.