centreon | application monitoring tool | Monitoring library

 by   centreon PHP Version: centreon-web-22.04.13 License: Apache-2.0

kandi X-RAY | centreon Summary

kandi X-RAY | centreon Summary

centreon is a PHP library typically used in Performance Management, Monitoring, Docker, Prometheus, Grafana applications. centreon has no bugs, it has a Permissive License and it has low support. However centreon has 19 vulnerabilities. You can download it from GitHub.

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

            kandi-support Support

              centreon has a low active ecosystem.
              It has 37 star(s) with 14 fork(s). There are 14 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 46 open issues and 23 have been closed. On average issues are closed in 22 days. There are 46 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of centreon is centreon-web-22.04.13

            kandi-Quality Quality

              centreon has 0 bugs and 0 code smells.

            kandi-Security Security

              OutlinedDot
              centreon has 19 vulnerability issues reported (2 critical, 12 high, 5 medium, 0 low).
              centreon code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              centreon is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              centreon releases are not available. You will need to build from source code and install.
              Installation instructions are available. Examples and code snippets are not available.
              It has 234970 lines of code, 9478 functions and 2668 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed centreon and discovered the below as its top functions. This is intended to give you an instant insight into centreon implemented functionality, and help decide if they suit your requirements.
            • 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 .
            Get all kandi verified functions for this library.

            centreon Key Features

            No Key Features are available at this moment for centreon.

            centreon Examples and Code Snippets

            No Code Snippets are available at this moment for centreon.

            Community Discussions

            QUESTION

            Centreon web API v2 endpoints return 500 - No route found
            Asked 2021-Jun-02 at 07:13

            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:13

            So 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

            Source https://stackoverflow.com/questions/67788936

            QUESTION

            How to monitor servers using SMPP + Nagios/Centreon?
            Asked 2020-Dec-16 at 12:48

            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:48

            Nagios 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).

            Source https://stackoverflow.com/questions/65310392

            QUESTION

            Can't locate URI/Encode.pm in @INC - Centreon
            Asked 2020-Nov-03 at 08:25
            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:25

            URI::Encode is a completely different module to URI. You'll need to install them both separately.

            Source https://stackoverflow.com/questions/64657658

            QUESTION

            PowerShell Invoke-RestMethod to query Token
            Asked 2020-Apr-17 at 19:24

            Am Currently trying to query the authToken

            ...

            ANSWER

            Answered 2020-Apr-17 at 19:24

            So 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

            Source https://stackoverflow.com/questions/61275900

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install centreon

            Centreon software can be set up.
            Using the sources
            Using the packages
            Using the ISO
            Using the VM (tutorial available on Youtube)

            Support

            Regarding the Products Lifecycle Policy, only the following versions are supported:. If your version is not one of the 3 versions specified above, we recommend that you upgrade your platform immediately.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/centreon/centreon.git

          • CLI

            gh repo clone centreon/centreon

          • sshUrl

            git@github.com:centreon/centreon.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Reuse Pre-built Kits with centreon

            Consider Popular Monitoring Libraries

            netdata

            by netdata

            sentry

            by getsentry

            skywalking

            by apache

            osquery

            by osquery

            cat

            by dianping

            Try Top Libraries by centreon

            centreon-plugins

            by centreonPerl

            centreon-engine

            by centreonC++

            centreon-broker

            by centreonC++

            centreon-vmware

            by centreonPerl

            centreon-clapi

            by centreonPHP