sni / Thruk

Thruk is a multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken using the Livestatus API.
http://www.thruk.org
Other
406 stars 147 forks source link

Any plugin to view hostgroup summary view like tree view... #533

Closed deepak-kosaraju closed 8 years ago

deepak-kosaraju commented 8 years ago

Svn Any thruk plugin available today to list hostgroup summary like a tree view(linux command), if not how easy is it to instrument and implement it in thruk? Can you share some insight on plugin development guidelines. I am looking for detail guidelines like the one we have for instrumenting new Nagios Plugins

Something like,

hostgroups       total hosts
   OS                180/1500
       |
       --   linux    980/1000
                  |
                  -- centOS-6      10/190
                  |
                  -- redhatOS-6   10/590
                  |
                  -- redhatOS-7    100/100
       |
       -- AIX       480/500
              |
              -- aix-52   50/350
              |
              -- aix-57   10/140
sni commented 8 years ago

There is http://thruk.org/documentation/plugins.html#writing-your-own-plugins so far. The existing plugins should be a good start to read how plugins are written. They are not that complicated. And no, i don't know any plugin like that.

deepak-kosaraju commented 8 years ago

@sni Thanks for quick response. I will check existing plugins and see if I can manage to build one.