add support for host and service groups#53
Conversation
|
Did I get it right that one geomap can only have one type of object? Wouldn't it be better to introduce a object type attribute to, for example, the csv file and then make the geomap able to deal with different kind of objects on a single map? Btw.: Did you have a look at the new worldmap? It is a lot more flexible than the geomap. |
|
Yes, you got that right. Without this change, a geomap can only ever show host objects, nothing else. With this change, it can alternatively show hostgroups or servicegroups as well, but just like the dynmap, only one type at the same time. |
This adds support to show host and service groups to the geomap module, similar to what the dynmap module supports.