Dell Compellent API
Prerequisites​
This Monitoring Connector requires the use of:
- the Dell Storage Enterprise Manager provided here
- NSClient++ package provided by Centreon, installed and configured on your target server as described here.
Powershell and DellStorage.ApiCommandSet.dll
have to be installed on
Windows Server. You'll need to add the file powershell.exe.config
in directory
C:WindowsSystem32WindowsPowerShellv1.0
:
<?xml version="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>
If you use the NSClient++ installer provided by Centreon, the plugin is already included in centreon_plugins.exe configured in NSClient++
The plugin uses the Compellent Entreprise Manager. So you need information to connect.
Set host macro
CEMUSER
,CEMPASSWORD
,CEMADDRESS
,DELLSTORAGESDKDLL
(the complete path ofDellStorage.ApiCommandSet.dll
file)
Don't use the '!' character in centreon macro configuration!
Centreon Configuration​
Create a new Exchange server​
Go to Configuration > Hosts and click Add. Then, fill the form as shown by the following table:
Field | Value |
---|---|
Host name | Name of the host |
Alias | Host description |
IP | Host IP Address |
Monitored from | Monitoring Poller to use |
Host Multiple Templates | HW-Storage-Dell-Compellent-NRPE-custom |
Click on the Save button.