Search found 3 matches

by critbit
Sun Sep 18, 2011 7:03 pm
Forum: Scripts and Templates
Topic: Varnish Template
Replies: 14
Views: 17601

Re: Varnish Template

Telnet to management port / varnishadm will not work with Varnish v3.0 - you have to ssh onto the remote machine and issue varnishstat.

I will probably update this some day, unless someone beats me to it (we are not using v3 yet).
by critbit
Thu Sep 08, 2011 6:12 pm
Forum: Informational/HOWTO's
Topic: How to upgrade CacteEZ 0.6 to Cacti 0.87g and PIA 2.8
Replies: 2
Views: 7588

Re: How to upgrade CacteEZ 0.6 to Cacti 0.87g and PIA 2.8

Cool thanks for that. There are a couple of typos, but it's mostly correct.
by critbit
Sun Sep 26, 2010 5:26 pm
Forum: Scripts and Templates
Topic: Varnish Template
Replies: 14
Views: 17601

Re: Varnish Template

Also note that spine has a buffer size of 1024 bytes, so my db inserts were getting truncated (to around 919 chars) and failing with MySQL error 1064 :roll: The same issue exists with the MySQL template, see http://code.google.com/p/mysql-cacti-templates/issues/detail?id=2 Apparently the workaround ...