Displaying 13 results from an estimated 13 matches similar to: "munin-module: updated"
2007 Jan 14
0
file_splice Hack
Hi *!
Here is a hack to emulate cfengines editfiles/Group behaviour.
{{{
$splice_dir = "/var/local/puppet/splice"
file { $splice_dir:
ensure => directory,
tag => "file_splice",
}
# Replace a section marked by
# comment_char {BEGIN,END} pattern
# with the given content
# if checksum is set to "none", no resource is defined for the edited file
define
2007 May 26
13
munin module: manage clients and server''s config
Hello all.
Probably this question has already been posed in the context of another
software, but I am unable to find it.
I would like to implement a module which should manage munin-clients as
well as the munin-server.
Here is what I am thinking about implementing:
- There are two classes: munin::client and munin::server
- munin::clients'' configuration will be managed automatically.
2009 Dec 21
2
Munin CGI Graphs
Anyone here running Munin w/ the CGI graphs? I must have missed something in
the munin wiki as its creating the correct html, yet the only errors I get are apache
suggesting it can't find the files for the png's? The cgi script has all the perl modules
it requires installed.
Thanks,
jlc
2009 Jun 10
2
munin stopped working
Just noticed that my munin installation stopped showing any data after the
last "big" update. I installed a lot of updates for CentoS, but there was
also a munin update coming from rpmforge. However, in yum.log there is no
munin listed. But I'm sure I updated munin to 1.2.5-2.el5.rf as well. Does
yum log only the centos repo's?
The problem seems to be with the creation of
2011 Dec 02
1
Plugin for munin
Hi there,
is anyone using munin to monitor connections to dovecot?
If someone does, which plugin is used?
Regards
Patrick
2010 Feb 24
0
munin
Has anyone built a munin pluging for gluster to graph read/write rates
etc. similar to the nfs_client plugin?
If not, is it possible to get a gluster client to log stats at all? I've
recently done an install from source and there seems to be almost no
logging output at all...
Regards,
Ian
--
www.ContactClean.com
Making changing email address as easy as clicking a mouse.
Helping you
2009 Dec 17
3
Munin issue
Hey Guys,
I am trying to wrap some loose ends up before we close tomorrow and have one last
thing. I have been asked to monitor tunnel bandwidth for vpn clients over the holidays
and whipped up a quick Munin plugin to do this. It works well but one problem is that
when a client disconnects, the plugin stops submitting graph data for it, so the png's
don't show the user anymore, kinda hard
2007 Jan 14
7
Delayed detection of updates
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi *!
Has anybody a fix/workaround for this beahaviour? My Service[munin-node] is
subscribed to the timestamp of a directory containing config-snippets like
this:
{{{
file{"/etc/munin/plugins": checksum => mtime, }
service{munin-node: subscribe => File["/etc/munin/plugins"], # ...
}}}
When adding new snippets to the
2009 Oct 30
4
Xen+Munin+Monit?
Hi All,
What is the best way to remotely monitor/administer a group of xen domUs
across a network?
We''re planning to deploy a few H/W servers with paravirtualized domUs.
What are the best alternatives? What works and What doesn''t?
Share your experiences.
Cheers
Rajan
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2008 Nov 06
1
introduction with david's munin module question
Hi all,
I am new to puppet and also newcomer in this group.
I heart good things about puppet and I decided to give it a try 2 weeks now.
After reading various documentation, I began using the complete
configuration collection of puppet modules (thanks to David).
But I have a problem with the munin module. It works fine, except that it
seems to not export virtual ressources. Let me give more detail
2007 May 26
2
OT: Installing munin-node cleanly in spite of RPM
Hi,
This is totally off-topic (it''s an rpm/rpmbuild problem), but I want to
get to a point where I''m installing and configuring munin-node with
puppet. To do that, I need a clean, standardized way of installing
munin-mode on CentOS (RHELish) boxes.
I could install munin-node from source via puppet and probably make
enough edits that all the files end up in reasonable locations
2006 Jan 07
16
xen usage monitoring (munin plugin)
Dear list,
as my Xen3 server is finaly becomming ready for production I was
wondering if anyone has written a xen usage monitoring/logging tool?
Something like xm top, but with continuose logging to a (rr)database.
Or a munin plugin?
I can''t remember seeing anything simmilar on the list.
BTW: where does xm top get the NETTX(k) and NETRX(k) from?
For a munin plugin I''d
2007 Jan 17
16
Cron jobs not removed when deleted from Manifest
I''m not sure if this has been posted previously, but I couldn''t find any information on it.
I added a cron job via the cron type and it installed properly. Next, I removed the cron type from the manifest.
The result was that, while the entry was no longer in the yaml file, the cron entry was not removed!
Is this a bug, or the way that it is supposed to function?
Thank you,