google-code-export / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
1 stars 0 forks source link

Create Apache templates #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create Apache templates.  Functionality TBD.

Original issue reported on code.google.com by baron.schwartz on 13 Oct 2008 at 2:07

GoogleCodeExporter commented 9 years ago
See the attached file.  It just requires ExtendedStatus On in httpd.conf.  The
template can do something like

ssh <hostname> wget -O - http://localhost/server-status/

and then parse the result.  Worth looking at other templates too!

I don't know about nginx, lighttpd, etc.

Original comment by baron.schwartz on 16 Oct 2008 at 6:05

Attachments:

GoogleCodeExporter commented 9 years ago
http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModStatus
http://wiki.codemongers.com/NginxHttpStubStatusModule
http://blog.kovyrin.net/2006/04/29/monitoring-nginx-with-rrdtool/

Original comment by baron.schwartz on 19 Oct 2008 at 3:49

GoogleCodeExporter commented 9 years ago
http://www.mathopd.org/wiki?SpecialsDump

Original comment by baron.schwartz on 19 Oct 2008 at 4:02

GoogleCodeExporter commented 9 years ago
The current Apache template mislabels kBytes as bytes.

Original comment by baron.schwartz on 20 Oct 2008 at 1:13

GoogleCodeExporter commented 9 years ago
kBytes => bytes is fixed.

Original comment by baron.schwartz on 2 Nov 2008 at 10:39

GoogleCodeExporter commented 9 years ago
This is done.

Original comment by baron.schwartz on 11 Nov 2008 at 1:46