Search found 16 matches

by TECK
Sun Jun 05, 2011 3:50 pm
Forum: Help: Linux/Unix Specific
Topic: Recommended templates for interface and disk stats?
Replies: 1
Views: 607

Recommended templates for interface and disk stats?

Hi guys, I have 3 web servers I would like to monitor with Cacti. I installed SNMP on all 3 nodes and tested the configuration, everything works properly (i.e web3 192.168.0.30 check): [root@web1 ~]# snmpwalk -v 1 -c private 192.168.0.30 .1.3.6.1.4.1.2021.100.2.0 UCD-SNMP-MIB::versionTag.0 = STRING:...
by TECK
Sun May 29, 2011 12:12 am
Forum: Scripts and Templates
Topic: PHP-FPM Status template
Replies: 15
Views: 18584

Re: PHP-FPM Status template

I forgot to mention that I use Nginx as web server, on CentOS 5.6 x64.
by TECK
Sun May 29, 2011 12:03 am
Forum: Scripts and Templates
Topic: PHP-FPM Status template
Replies: 15
Views: 18584

Re: PHP-FPM Status template

Hi guys, I'm trying to get one of these templates working and I get connection errors. Any ideas how I could fix them? Can't locate FCGI/Client.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/per...
by TECK
Thu Dec 20, 2007 10:12 am
Forum: Help: General
Topic: script + templates tutorial?
Replies: 2
Views: 1370

The PDF is very well done, thank you Reinhard.
by TECK
Wed Dec 19, 2007 1:21 pm
Forum: Help: General
Topic: script + templates tutorial?
Replies: 2
Views: 1370

script + templates tutorial?

Hi, I'm new to Cacti. I installed the latest version and everything is working perfectly. I spent some time to understand all Cacti features and now I'm ready to go next step: creating my own graphics, based on my needs. There are 3 type of templates in Cacti: Data Templates, Graph Templates and Hos...
by TECK
Sun Dec 16, 2007 9:48 pm
Forum: Help: General
Topic: [SOLVED] RRDTool font type and size?
Replies: 1
Views: 1174

Never mind, I found the option, in Settings.
Thanks.
by TECK
Sun Dec 16, 2007 9:34 pm
Forum: Help: General
Topic: [SOLVED] RRDTool font type and size?
Replies: 1
Views: 1174

[SOLVED] RRDTool font type and size?

In RRDTool there is an option: --font FONTTAG:size:[font] Basically, I want to set the Title and bottom graph information in Tree View to the same font size that appears in Preview View. What do you recommend me to do? I'm comfortable with PHP, so you can post a code edit, if there is not an option ...
by TECK
Mon Jul 30, 2007 11:13 pm
Forum: Scripts and Templates
Topic: lighttpd Statistics - 1.0
Replies: 21
Views: 44564

If you get it working well, can you tell us what you did different from us? :)
by TECK
Tue Jun 26, 2007 9:10 pm
Forum: Help: General
Topic: Ordering properly the tree?
Replies: 1
Views: 1302

Ordering properly the tree?

Hi all, I attached a screenshot below, so you understand better what I try to achieve. I want to create this tree structure: TREE + -- Host: localhost1 --------- Template 1 --------- Template 2 --------- Template 3 + -- Host: localhost2 --------- Template 1 --------- Template 2 --------- Template 3 ...
by TECK
Mon Jun 25, 2007 11:04 am
Forum: Scripts and Templates
Topic: lighttpd Statistics - 1.0
Replies: 21
Views: 44564

Thanks for the info mOo. However, I encountered the cacti bug for empty comments: http://bugs.cacti.net/view.php?id=938 RRDTool Says: ERROR: Expected some arguments after 'COMMENT:' in the bytes/request template. I looked at the xml file and I cannot find the comments tag? /usr/bin/rrdtool graph - \...
by TECK
Thu Jun 21, 2007 9:33 pm
Forum: Scripts and Templates
Topic: memcached Host Template and Graphs (ver 1.0)
Replies: 47
Views: 85895

nohau, this is very easy. Simply create a new python_11212.py file and edit there the lines: parser.set_defaults(port = "11211") parser.add_option("-p", "--port", dest="port", metavar="PORT", help="default memcached port [default: 11211]") ...
by TECK
Thu Jun 21, 2007 8:32 pm
Forum: Scripts and Templates
Topic: lighttpd Statistics - 1.0
Replies: 21
Views: 44564

Thanks for the info. Ya, the module was disabled. :) Is there a way not to enable the status page? I really don't want to show users the server status. I wonder if just enabling the status module will fix it. I will try it tonight and let you know. As you can see I follow this thread... I guess I'm ...
by TECK
Sat Jun 02, 2007 8:34 pm
Forum: Scripts and Templates
Topic: lighttpd Statistics - 1.0
Replies: 21
Views: 44564

Thanks a lot Moo. :) However, I have a little problem. I run Cacti on CentoOS5 with PHP 5.1.6, MySQL 5.0.22 and lighttpd 1.4.15 fcgi installed. When I do: php /usr/lib/cacti/scripts/ss_lighttpd_stats.php localhost nothing is returned. If I do: php /usr/lib/cacti/scripts/ss_fping.php localhost I get:...
by TECK
Sun May 27, 2007 8:15 pm
Forum: Scripts and Templates
Topic: memcached Host Template and Graphs (ver 1.0)
Replies: 47
Views: 85895

Excellent job. :)
I even built an RPM for it because I don't keep the scripts into:
/var/www/html/stats/scripts

Very happy with the new memcached stats.
by TECK
Sun May 27, 2007 10:16 am
Forum: Help: Linux/Unix Specific
Topic: dev checkup: src.rpm for cactid with different .conf path
Replies: 1
Views: 2176

There is another weird behavior with the cactid setup. In the .spec file, I tried to use: %build %configure --sysconfdir=%{_sysconfdir}/cacti %{__make} %{?_smp_mflags} to push the sysconfdir to /etc/cacti, before I did the patching. It did not work and still used the hard coded CONFIG_PATH_2 value f...