Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

munin::master::group(3pm) [debian man page]

Munin::Master::Group(3pm)				User Contributed Perl Documentation				 Munin::Master::Group(3pm)

NAME
Munin::Master::Group - Holds information on host groups. Groups can be nested. METHODS
new my $group = Munin::Master::Group->new($name, $parent); Constructor. $name is the name of the group. add_attributes $group->add_attributes(\%attrs); Sets attributes %attrs for the group. Valid attributes are: node_order Override the order of the hosts within the group. local_address The local address the update process should bind to when contacting the nodes in this group. contacts The contacts for this group. See http://munin-monitoring.org/wiki/HowToContact <http://munin-monitoring.org/wiki/HowToContact>. An exception will be thrown if invalid attributes are provided. (Full details here: http://munin-monitoring.org/wiki/munin.conf#Groupleveldirectives <http://munin- monitoring.org/wiki/munin.conf#Groupleveldirectives>.) add_host $group->add_host($host); Adds host $host to the group. give_attributes_to_hosts $group->give_attributes_to_hosts(); Propagates the attributes of $group to all hosts in the group. (This does not apply to hosts belonging to sub-groups.) get_all_hosts my @hosts = $group->get_all_hosts(); Returns the list of all hosts associated with this group, including those belonging to any sub-groups. perl v5.14.2 2013-11-12 Munin::Master::Group(3pm)

Check Out this Related Man Page

MUNIN(8)							Munin Documentation							  MUNIN(8)

NAME
munin - Munin manpage hub DESCRIPTION
Munin is a group of programs to gather data from hosts, graph them, create html-pages, and optionally warn contacts about any off-limit values. The Munin master contains the following programs: munin-update - to gather data from machines running munin-node. munin-graph - to create graphs from data contained in rrd-files. munin-limits - to check for any off-limit values. munin-html - to draw html-pages on an Munin installation munin-cron - to batch other munin programs SEE ALSO
For more information, see the man pages of the individual programs munin-update(8), munin-graph(8), munin-limits(8), munin-html(8), munin-cron(8) or the Munin homepage http://munin-monitoring.org/ <http://munin-monitoring.org/>. AUTHORS
Jimmy Olsen, Audun Ytterdal, Brian de Wolf, Nicolai Langfeldt COPYRIGHT
Copyright (C) 2002-2008 Audun Ytterdal, Jimmy Olsen, Nicolai Langfeldt, Linpro AS and others. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is released under the GNU General Public License 2.0.6-4+deb7u2 2012-08-31 MUNIN(8)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How do I code 'not in this group'

I am trying to find if the entered value is not in a group. Here is my code. if then echo 'Sid is not in list. Try one of these in caps.' echo 'LVCH, LVEI, LVMI, LVCH' exit fi;Any Ideas? added code tags for readability --oombera (3 Replies)
Discussion started by: Alan Bird
3 Replies

2. UNIX for Dummies Questions & Answers

Unix Help!

What unix command will let me take a row of data like: P,Master D,Heavy T,Ice H,mike P,Joey and convert it into standard output in a single column like: P,Master D,Heavy T, Ice Thanks J.J. (1 Reply)
Discussion started by: JJJ
1 Replies

3. UNIX for Advanced & Expert Users

Unix Doubt

What is Primary Group & Secondary group and what is the difference between them. (5 Replies)
Discussion started by: harishankar
5 Replies

4. AIX

NIM Master as Mgmt Server

Guys, I need your help I got a requirement from a cUstomer asking for a specific design He wants to use the NIM Master as one single mgmt server and access the nodes maintained by it there by the accounting is in one single server for all the nodes Note:- Direct login to the nodes will... (3 Replies)
Discussion started by: kkeng808
3 Replies

5. Shell Programming and Scripting

Groups in Unix ???

What is Primary group and Secondary Group in Unix.? (1 Reply)
Discussion started by: gwgreen1
1 Replies

6. UNIX for Advanced & Expert Users

ldapsearch in monitoring script without bind password written in script

Hi I do a very simple monitoring of our OpenLDAP (runs in cronjob and generate alerts if unsuccessfull) $ ldapsearch -h hostname.domain -D "cn=monitor_user,ou=People,dc=organisation" -w "password" -b "dc=organisation" -x "(&(cn=monitor_user)(ou=People))" dn | grep -v version dn:... (4 Replies)
Discussion started by: slashdotweenie
4 Replies

7. Infrastructure Monitoring

Close mod_status statistics to show

Included to monitor the Apache mod_status with munin. Monitors, everything is fine. But there is one question: how to close monitoring by outsiders and permit it only Munin? Because now everyone can see it at http:// my server / server-status Thank you. (2 Replies)
Discussion started by: draiphod
2 Replies

8. AIX

Remote NIM Master upgrade

My NIM Master is running at aix 6100-07-02-1150. I would like to migrate to aix V7. The server is an lpar at a remote location. Is there a way to migrate it without going to the remote location and loading a cd into it? (3 Replies)
Discussion started by: gravy26
3 Replies

9. Shell Programming and Scripting

Getting last section of data from logfile

Hi, I have a log file from Munin like this:2012/12/04 13:45:31 : Munin-update finished (29.68 sec) 2012/12/04 13:50:01 Opened log file 2012/12/04 13:50:01 : Starting munin-update 2012/12/04 13:50:01 Error occured in under in the configuration. 2012/12/04 13:50:01 Could not parse datafile... (9 Replies)
Discussion started by: Jotne
9 Replies

10. Infrastructure Monitoring

Cut down notifications from Nagios

Hello, I am currently monitoring about 40 hosts using NsClient. Each host has between 5-8 services running on each of them. I was trying to find a way to get less notifications because I'm currently getting about 200 a week. Is there anyway for if one service goes down on a host to make nagios... (5 Replies)
Discussion started by: Jethro
5 Replies

11. Infrastructure Monitoring

Event processing & machine learning in monitoring system

Hello! For a couple of years I'm developing an IT infrastructure monitoring system in the research group in my university. And now we would like to use some nontrivial methods in this area. So, I decided to contact with experienced users on the subject. My questions would be: Do existing... (3 Replies)
Discussion started by: pyalxx
3 Replies

12. HP-UX

Hpux update /etc/hosts

On every reboot hpux 11.31 update etc/hosts even on dhcp,this cause problems with ssh kerberos How to avoid update /etc/hosts? This is my netconf # netconf: configuration values for core networking subsystems # # @(#) netconf $Date: 2011/01/31 17:30:11 $Revision: r11.31/2 PATCH_11.31... (3 Replies)
Discussion started by: Linusolaradm1
3 Replies

13. UNIX for Advanced & Expert Users

Problem creating lpp source - 0042-267

Hello, I am running AIX6.1TL9SP1 and i want to create an lpp source from my NIM Master in order to perform AIX update of my other AIX machines. I already did the installation on my NIM Master so it has the right version, but when i use the same resources that i used for the update i get the... (2 Replies)
Discussion started by: omonoiatis9
2 Replies

14. AIX

System monitoring with RMC/RSCT

Hi all, is any of you using RMC for monitoring your LPARs? Is it viable? I know the IBM Magazine article and the Redbooks about it but I would like to hear from first hand. Thanks in advance for sharing your experience! (7 Replies)
Discussion started by: zaxxon
7 Replies