Re: [nyphp-talk] Practical Extraction in PHP

2007-07-22 Thread Patrick May
try cacti (a php solution) or munin ~ patrick On Jul 16, 2007, at 9:37 AM, csnyder wrote: I've had this idea in the back of my head to do a project that systematically tracks values embedded in web or email reports. For instance, I get logwatch emails from the servers I admin, and each time o

Re: [nyphp-talk] Practical Extraction in PHP

2007-07-17 Thread csnyder
On 7/16/07, Brian Dailey <[EMAIL PROTECTED]> wrote: Would it be easier to obtain the results in another fashion? If you ran some sort of 'df -h' on a Linux file system you could get the disk space from that. Are the emailed reports are your only option? Yeah, it's probably just better to have

Re: [nyphp-talk] Practical Extraction in PHP

2007-07-16 Thread Brian Dailey
Chris, I just recently was faced with a similar problem, but I'm not sure if my solution is 100% helpful or not. I ended up using grep to find what I was looking for, and then indicating the column position (which was pretty reliable) to further narrow down any false positives. It's sort of d

[nyphp-talk] Practical Extraction in PHP

2007-07-16 Thread csnyder
I've had this idea in the back of my head to do a project that systematically tracks values embedded in web or email reports. For instance, I get logwatch emails from the servers I admin, and each time one of those comes in I'd like to extract the disk free space and put it into a round-robin data