IP-Label Ekara Rest API
Pack Assets​
Templates​
The Centreon Monitoring Connector IP-Label Ekara Rest API brings 1 host template:
- App-Monitoring-Iplabel-Ekara-Restapi-custom
It brings the following Service Templates:
Service Alias | Service Template | Service Description | Default |
---|---|---|---|
Incidents | App-Monitoring-Iplabel-Ekara-Incidents-Restapi | Check IP-Label Ekara incidents | X |
Scenario-Status | App-Monitoring-Iplabel-Ekara-Scenario-Status-Restapi | Check IP-Label Ekara scenarios | X |
Discovery rules​
The Centreon Monitoring Connector IP-Label Ekara Rest API includes a Host Discovery provider to automatically discover the Ekara scenarios and add them as hosts to the Centreon inventory. This provider is named IP-Label Ekara.
More information about the Host Discovery module is available in the Centreon documentation: Host Discovery
Collected metrics & status​
- Incidents
- Scenario-Status
Metric Name | Unit |
---|---|
ekara.incidents.current.total.count | count |
ekara.incident.duration.seconds | s |
incident-severity | string |
incident-status | string |
trigger-status | string |
Metric Name | Unit |
---|---|
scenario.availability.percentage | % |
scenario-status | string |
scenario.time.interaction.milliseconds | ms |
scenario.time.allsteps.total.milliseconds | ms |
steps#scenario.step.time.milliseconds | ms |
steps#scenario.steps.time.total.milliseconds | ms |
Prerequisites​
- A valid user account (username/password) with RO rights is required to authenticate against the Ekara Rest API
- The Ekara API must be reachable on port TCP/443 from the Centreon Poller
Setup​
- Online License
- Offline License
Install the Centreon package on every Centreon poller expected to monitor IP-Label Ekara resources:
yum install centreon-plugin-Applications-Monitoring-Iplabel-Ekara-Restapi
On the Centreon Web interface, install the IP-Label Ekara Rest API Centreon Monitoring Connector on the Configuration > Monitoring Connector Manager page.
Install the Centreon package on every Centreon poller expected to monitor IP-Label Ekara resources:
yum install centreon-plugin-Applications-Monitoring-Iplabel-Ekara-Restapi
Install the IP-Label Ekara Rest API Centreon Monitoring Connector RPM on the Centreon Central server:
yum install centreon-pack-applications-monitoring-iplabel-ekara-restapi
On the Centreon Web interface, install the IP-Label Ekara Rest API Centreon Monitoring Connector on the Configuration > Monitoring Connector Manager page.
Configuration​
Host​
- Log into Centreon and add a new Host through Configuration > Hosts.
- Fill the Name & Alias
- Set the IP Address/DNS to 127.0.0.1.
- Select the App-Monitoring-Iplabel-Ekara-Restapi-custom template to apply to the Host.
- Once the template is applied, fill in the corresponding macros. Some macros are mandatory.
Mandatory | Macro | Description |
---|---|---|
DUMMYOUTPUT | This is a dummy check | |
DUMMYSTATUS | OK | |
EKARAAPIEXTRAOPTIONS | Any extra option you may want to add to every command_line (eg. a --verbose flag) | |
X | EKARAAPIHOSTNAME | api.ekara.ip-label.net |
X | EKARAAPIUSERNAME | |
X | EKARAAPIPASSWORD | |
X | EKARAAPIPORT | 443 |
X | EKARAAPIPROTO | https |
FILTERID | ||
FILTERNAME | ||
PROXYURL |
How to check in the CLI that the configuration is OK and what are the main options for?​
Once the plugin is installed, log into your Centreon Poller CLI using the
centreon-engine user account (su - centreon-engine
) and test the Plugin by
running the following command:
/usr/lib/centreon/plugins//centreon_monitoring_iplabel_ekara_restapi.pl \
--plugin=apps::monitoring::iplabel::ekara::restapi::plugin \
--mode=scenarios \
--hostname='api.ekara.ip-label.net' \
--api-username='johndoe@company.com' \
--api-password='MyPassw0rd' \
--port='443' \
--proto='https' \
--proxyurl='' \
--timeframe='900' \
--filter-name='MyScenario' \
--filter-id='' \
--verbose
The expected command output is shown below:
OK: Scenario 'MyScenario': status: Success (1), availability: 100% | 'MyScenario#scenario.availability.percentage'=100%;;;0;100
Scenario 'MyScenario':
status: Success (1), availability: 100%
All available options for a given mode can be displayed by adding the
--help
parameter to the command:
/usr/lib/centreon/plugins//centreon_monitoring_iplabel_ekara_restapi.pl \
--plugin=apps::monitoring::iplabel::ekara::restapi::plugin \
--mode=scenarios \
--help
All available options for a given mode can be displayed by adding the
--list-mode
parameter to the command:
/usr/lib/centreon/plugins//centreon_monitoring_iplabel_ekara_restapi.pl \
--plugin=apps::monitoring::iplabel::ekara::restapi::plugin \
--list-mode
Troubleshooting​
Please find all the troubleshooting documentation for the API-based Plugins in the dedicated chapter of the Centreon documentation.