It may be a stupid question when you know Centron, but I'm very new to it.
I'm trying to determine if it is possible, with Centreon, to do the following:
- Create a group of hosts (OK for me)
- Have a service for each host with a simple check (e.g. ping) (OK for me)
- Have a service or anything else that will tell me the summary status of this group (??)
By summary, I mean something like:
- x% of hosts are OK, y% are Warning, z% are Critical
or
- group status (OK, warning, critical) depending on thresholds
I have this very specific need and I need to know whether I can achieve it with Centreon (version 2.8.2 for now).
Thank you in advance for your help
That's not a stupid question at all :) You can have that kind of information in multiple ways.
I guess in your case the simplest one would be to use the Global Health widget (https://github.com/centreon/centreon-widget-global-health).
If you have standard Centreon repository installed, just do a
Then you go to Administration > Extension > Widget and you install it from the interface.
--
If you need to go a bit further in data visualization or aggregated indicators, you may want to have a look to some Graphical (drawing) capabilities of Centreon (quick start here) or Service Mapping capabilities.
Disclaimer: these two last solution are part of Centreon Commercial license.
To finish, I recommand you update your version, the current one is 20.04, the 2.8.x is not supported anymore.
Enjoy !