Welcome @Umuntu for CLAPI you need a different URL
https://docs.centreon.com/docs/api/clapi/
Command Line API (v1) - CLAPI
Overview
Centreon CLAPI aims to offer (almost) all the features that are available on the user interface in terms of configuration.
Let us know the adventure
Hello, Thank you for your answer, I had already used that link to login into centreon for CLAPI.
Now, when I try to add a host in the format : centreon -u admin -p 'centreon' -o HOST -a add -v "Host name;Alias;IP address;Template name", I get a “missing parameters” error.
Have you ever had such an error pls ? If yes, what other parameters does centreon needs to add my host ?
Thank you.
Hello, you forgot to put the poller and the hostgroup.
centreon -u admin -p 'centreon' -o HOST -a ADD -v "test;Test host;@IP;generic-host;central;Linux"
Order | Description |
---|
1 | Host name |
2 | Host alias |
3 | Host IP address |
4 | Host templates; for multiple definitions, use delimiter ** |
5 | Instance name (poller) |
6 | Hostgroup; for multiple definitions, use delimiter ** |
Hello, I put those parameters, but nothing changed. And if I add my poller wich is “Central” I got this error : Object not found : Central. I don’t understand why because so far, I could do other actions on any host such as Show etc, but can’t add one.