Sponsored Content
Special Forums UNIX and Linux Applications Infrastructure Monitoring Event processing & machine learning in monitoring system Post 302818835 by pyalxx on Sunday 9th of June 2013 01:47:14 PM
Old 06-09-2013
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 monitoring software give you an ability to deal with server fails efficiently or you use self-written tools? Do you use some special approaches like event prediction or machine learning and do you think it have a feature in this area?
Thank you!
 

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

learning UNIX on a Windows 2000 machine?

What is the best way to learn UNIX, shell, and Perl on a Windows 2000 machine? My place of employment uses Solaris and Perl and I would like to learn some UNIX skills on my home PC. I read about "dual boots", "Microsoft Windows Services for UNIX", and "cygwin". What other free options are... (9 Replies)
Discussion started by: wolfv
9 Replies
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)
All times are GMT -4. The time now is 05:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy