Re: [CentOS] monitoring space in directories

2012-01-09 Thread Alan McKay
> > That sounds good. > Would you share the munin plugin later pls? > I'm interested too. > Sure will. This is not a top priority for me so I won't likely get to it for another week or two, but once it is done I will share. -- “Don't eat anything you've ever seen advertised on TV” - M

Re: [CentOS] monitoring space in directories

2012-01-06 Thread Fajar Priyanto
On Fri, Jan 6, 2012 at 11:49 PM, Alan McKay wrote: > BTW, in a pinch since I'm already using Munin what I'm going to do is this : > > - write a cronjob that fires maybe 2 to 4 times a day and does a "du -s" of > directories I'm interested in , and stores the sizes in a file > - write a simple muni

Re: [CentOS] monitoring space in directories

2012-01-06 Thread Alan McKay
BTW, in a pinch since I'm already using Munin what I'm going to do is this : - write a cronjob that fires maybe 2 to 4 times a day and does a "du -s" of directories I'm interested in , and stores the sizes in a file - write a simple munin plugin that reads the file (and munin will do the graphing

Re: [CentOS] monitoring space in directories

2012-01-06 Thread Giles Coochey
On Fri, January 6, 2012 16:42, Alan McKay wrote: >> >> Might be overkill but cacti or Nagios+PNP would do this... >> >> > PNP? What's that ? I already have Icinga installed. > > http://docs.pnp4nagios.org/pnp-0.4/start ___ CentOS mailing list CentOS@c

Re: [CentOS] monitoring space in directories

2012-01-06 Thread Alan McKay
> > Might be overkill but cacti or Nagios+PNP would do this... > > PNP? What's that ? I already have Icinga installed. -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ CentOS mai

Re: [CentOS] monitoring space in directories

2012-01-06 Thread Fajar Priyanto
On Fri, Jan 6, 2012 at 10:25 PM, Alan McKay wrote: > Hey folks, > > Is there a Linux tool that will monitor a disk and tell me which > directories are growing over time? > I could cobble something together myself of course, but if there is already > a good off-the-shelf solution, why bother? > > E

Re: [CentOS] monitoring space in directories

2012-01-06 Thread John Doe
From: Alan McKay > Is there a Linux tool that will monitor a disk and tell me which > directories are growing over time? > I could cobble something together myself of course, but if there is already > a good off-the-shelf solution, why bother? > Even if it only checks once per day that would be f