This module aims to automatically register Poller servers as Gorgone nodes, in opposition to the register module.
For now, nodes can be registered as SSH nodes or ZMQ nodes.
No specific configuration.
name: nodes
package: "gorgone::modules::centreon::nodes::hooks"
enable: true
Event | Description |
---|---|
CENTREONNODESREADY | Internal event to notify the core |
Endpoint | Method |
---|---|
/centreon/nodes/sync | POST |
Header | Value |
---|---|
Accept | application/json |
Content-Type | application/json |
No parameters.
curl --request POST "https://hostname:8443/api/centreon/nodes/sync" \
--header "Accept: application/json" \
--header "Content-Type: application/json" \
--data "{}"