Hello everyone,
This is my first post so I apologize for any post faux pas.
What I want to do is really quite simple, at least in concept.
On the left Pane, we have "Search" "Dashboard" "Overview" etc...
What I want is the left pane to show my Server grouping by function and
underneath that
the "Search" "Dashboard" "Overview" etc.
Like this:
[+]Servers-Generation-1
[+]Servers-Generation-2
[+]Servers-Contingency-1
[+]Servers-Contingency-2
[+]Servers-Grid-1
[+]Servers-Grid-2
[+]Master-View
When I click on the plus (on the left), I get the familiar:
[+]Servers-Generation-1
Search
Dashboard
Problems
Overview
History
Reporting
[+]Servers-Generation-2
[+]Servers-Contingency-1
[+]Servers-Contingency-2
[+]Servers-Grid-1
[+]Servers-Grid-2
[+]Master-View
Now, the above tree should be created by giving a host a specific variable such
as:
template Host "myhost1" {
max_check_attempts = 3
...
...
vars.tree_grouping="Server-Generation-1"
...
...
}
And the services could be generated as:
apply Service "test-specific" {
...
...
assign where host.vars.tree_grouping == "Server-Generation-1"
}
Simple ? I don't know... Where do I start? I don't know.
I do know that I need this and I will need to create it.
Can somebody point me in the right direction ?
Your help is most appreciated.
I am using icinga2. and Icingaweb2 V2.1.0
George
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users