Re: [collectd] Curl output value threshold

2010-03-10 Thread Jeremy Hanna
see the 1. Jeremy On Mar 9, 2010, at 4:13 PM, Florian Forster wrote: > Hi Jeremy, > > On Mon, Mar 08, 2010 at 11:27:25AM -0600, Jeremy Hanna wrote: >> >> Regex "Live Nodes.*?([0-9]+)> DSType "Count

[collectd] Curl output value threshold

2010-03-08 Thread Jeremy Hanna
I have a collectd metric that bases off of the curl plugin. It gets a numeric value from a webpage through a regex that writes to the output, in my case, csv for now. I check the output file and I verify that the output, e.g. "1268065305,1" so it does have a positive value. I configure a thresho

[collectd] Thresholds - nevermind

2010-03-04 Thread Jeremy Hanna
Disregard the previous questions about thresholds. I'm still learning about how things work. I had an incorrect value in my fstab file as well as a misunderstanding of what can go into the Threshold Type element. ___ collectd mailing list collectd@verp

[collectd] Thresholds, updated

2010-03-04 Thread Jeremy Hanna
So after looking at the docs a little more I ended up with this as a configuration for the df threshold: FSType "ext3" Percentage true ReportReserved true FailureMin 2 Is that correct syntax? Should that fire if the ex

[collectd] Thresholds

2010-03-04 Thread Jeremy Hanna
I'm getting started using thresholds with collectd and had a couple of questions. I see in the examples that you can use a Type for stuff like cpu, but you need to use a Plugin for "memory" and "interface". Is there any set of base plugins that you can use without the Plugin tag or something? Al