Sub-groups Nagios

Marc Powell marc at ena.com
Fri Jan 19 16:36:30 CET 2007



> -----Original Message-----
> From: nagios-users-bounces at lists.sourceforge.net [mailto:nagios-users-
> bounces at lists.sourceforge.net] On Behalf Of Ivan.Garcia at leroymerlin.es
> Sent: Friday, January 19, 2007 3:33 AM
> To: nagios-users at lists.sourceforge.net
> Subject: [Nagios-users] Sub-groups Nagios
> 
> I'm configuring a Nagios into my Enterprise and I'd like to know if is
> possible to make a group into other group hosts for creating a tree
with
> subgroups.

No, not yet. Nagios 3 will allow you to include other hostgroups in a
hostgroup{} definition as below.

# All Windows servers                           # All Windows servers
define hostgroup{
      hostgroup_name   windows-servers
      hostgroup_names  web-servers,file-servers
      members          pdc,bdc,!fs1 
      }
# Windows web servers                           # Windows web servers
define hostgroup{
      hostgroup_name   web-servers
      members          a,b,c 
      }
# Windows file servers                          # Windows file servers
define hostgroup{
      hostgroup_name   file-servers
      members          x,y,z,fs1
      }

--
Marc

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list