mocdaniel / dashing-icinga2

Dashing dashboard for Icinga 2 using the REST API
MIT License
204 stars 47 forks source link

How to add multiple Icinga2 instances #64

Closed sammcj closed 6 years ago

sammcj commented 6 years ago

We're looking at using Icinga2 but it looks like it doesn't currently support being used as a dashboard for any more than a single Icinga2 instance.

How hard would it be to add multiple Icinga2 servers to this project? Is it something you're looking at doing?

Thanks :)

dnsmichi commented 6 years ago

You might create your own dashboard with different instances of the icinga class object and different configuration settings retrieved from a config file. The calculated value attributes and exported functions could then be used for further calculations.

I'm not planning with any features for this project, for me it is sort of "feature complete" :)

sammcj commented 6 years ago

No worries, thanks for such a quick response!

-- Sam McLeod

On 7 May 2018, at 17:23, Michael Friedrich notifications@github.com wrote:

You might create your own dashboard with different instances of the icinga class object and different configuration settings retrieved from a config file. The calculated value attributes and exported functions could then be used for further calculations.

I'm not planning with any features for this project, for me it is sort of "feature complete" :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.