centreon | application monitoring tool | Monitoring library
kandi X-RAY | centreon Summary
kandi X-RAY | centreon Summary
Centreon is one of the most flexible and powerful monitoring softwares on the market; it is absolutely free and Open Source.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Render the select box
- Share a custom view
- Prepare the SQL sub - query .
- Update LDAP DN
- Get service state
- Updates the preferences for a widget .
- Displays a form by id
- Move remote config .
- Get host state
- Handles the post - link command .
centreon Key Features
centreon Examples and Code Snippets
Community Discussions
Trending Discussions on centreon
QUESTION
I run centreon 21.04 in a VM for some tests.
I imported the Centreon REST API v2 collection into Postman as described here. Some endpoints work like:
POST /login
GET /logout
GET /configuration/icons
GET /monitoring/acknowledgements
GET /platform/topology
but most other endpoints return an error 500 with "No route found".
Example of response with the /centreon/api/latest/monitoring/hosts
endpoint:
ANSWER
Answered 2021-Jun-02 at 07:13So apparently some endpoints only work in the beta version of the API for now, so make sure you use the /centreon/api/beta/
path in the URL
QUESTION
The scenario I have is a system that transmits information about the servers over SMPP. Since SMPP being known for being an SMS protocol, the server information is inside the SMS content in JSON format. This data is currently being parsed added to Prometheus.
In my little project at the moment the data from Prometheus is displayed in Grafana and if I want to keep tabs on alerts I need to keep on watching it all day long.
My question is, how can I have Nagios implemented (if applicable)? I believe I could be consuming the data from Prometheus and working the alert administration in Nagios/Centreon for example (or maybe Prometheus alert manager), and this way no one would ever have to be staring at the statuses on Grafana.
Is it possible? Or what is the best way to have those alerts handled?
I am pretty new in the topic and never really implemented or used such software.
...ANSWER
Answered 2020-Dec-16 at 12:48Nagios works by running "checks" on a schedule and alerting you when the output is not what you expect. Every "check" uses a "plugin", which could be a shell script, a binary file, or anything that gives back a result in a way that Nagios expects.
If you're able to get to the JSON via HTTP, you could probably set up a Nagios installation with a host and a service, where the service uses a check command that uses a plugin like check_json
.
Nagios is a bit tricky if you've never used it before, but it's definitely possible. I haven't used Prometheus alert manager myself so I can't speak for it, but if Prometheus is already consuming the data, it seems like a way easier solution to just set up an alert in Prometheus than doing it with a completely separate piece of software (Nagios).
QUESTION
UNKNOWN: Cannot load module --custommode.
Can't locate URI/Encode.pm in @INC (@INC contains: /usr/lib/centreon/plugins FatPacked::26594184=HASH(0x195cb88) /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/lib/centreon/plugins//centreon_office365_management_api.pl line 6867.
...ANSWER
Answered 2020-Nov-03 at 08:25URI::Encode is a completely different module to URI. You'll need to install them both separately.
QUESTION
Am Currently trying to query the authToken
...ANSWER
Answered 2020-Apr-17 at 19:24So this is a vague question but i do see how things might be wrong.
First the Username and Password are usually in the Body not the Header.
In your curl command I see its being passed as -d which would be the Body
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install centreon
Using the sources
Using the packages
Using the ISO
Using the VM (tutorial available on Youtube)
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page