Search found 2 matches

by BMDan
Wed Jun 04, 2008 10:34 am
Forum: Scripts and Templates
Topic: apache/tomcat monitoring
Replies: 42
Views: 101332

Probably a silly question, but why doesn't this work: Data Input Methods config No matter how I try, I cannot get Cacti to prompt me for those input fields. I can't even find a place to enter these parameters on a per-graph, per-data source, or even per-host basis (and yes, I recognize only one of t...
by BMDan
Wed May 28, 2008 2:46 pm
Forum: Scripts and Templates
Topic: apache/tomcat monitoring
Replies: 42
Views: 101332

wget is far more widely deployed; consider replacing:
`GET $url`

with:

`/usr/bin/wget -qO - $url`

--BMDan