Search found 8 matches

by fruers
Thu Jun 05, 2003 7:02 pm
Forum: Feature Requests
Topic: Easier ordering of graphs
Replies: 1
Views: 3422

Easier ordering of graphs

I have my graph tree ordered into hosts, some hosts may have 15 graphs under them, if i add a new graph it ends up at the bottom. If i want this graph to be at the top i have to use the move up link 14 times to get it up there, it would be good if there was an option to put it in a specific order, e...
by fruers
Thu Jun 05, 2003 6:54 pm
Forum: Feature Requests
Topic: Share Tools
Replies: 1
Views: 2551

I second this one, it would be great to have exportable templates that you could package up for others or download for yourself. I was thinking two seperate templates, hosts and services. Want to monitor a Cisco PIX firewall, download the host template or if you want to monitor Sendmail, download th...
by fruers
Thu Jun 05, 2003 6:44 pm
Forum: Help: Linux/Unix Specific
Topic: after upgrade :-(
Replies: 1
Views: 1979

Perhaps the Utilities->View Poller Cache will help?
by fruers
Thu Jun 05, 2003 6:34 pm
Forum: Help: General
Topic: SNMP on different port in 0.8?
Replies: 3
Views: 2490

Perhaps a port option? Here is the script i wrote to get the data from squid: #!/bin/bash snmpget=/usr/bin/snmpget cacheProtoClientHttpRequests=`$snmpget -Ont "$1:3401" $2 enterprises.nlanr.squid.cachePerf.cacheProtoStats.cacheProtoAggregateStats.cacheProtoClientHttpRequests.0 | cut -d&quo...
by fruers
Mon Jun 02, 2003 3:44 am
Forum: Help: Linux/Unix Specific
Topic: migrate existing Cacti to another server
Replies: 1
Views: 1882

Should just be a matter of installing cacti on the new server, copying over all your rrd files from <path_cacti>/rra and giving them the right permissions. Then dumping the SQL database and importing it into the database on your new server. If you've already set cacti up before it should be easy.
by fruers
Mon Jun 02, 2003 3:34 am
Forum: Help: Linux/Unix Specific
Topic: Cron wont create new graphs
Replies: 1
Views: 2161

What permissions do you have set on the <path_cacti>/rra directory? The user that is running the cron job needs to be able to write to it, you can test from the command line by su-ing to the proper user and running cmd.php
by fruers
Mon Jun 02, 2003 3:02 am
Forum: Help: Linux/Unix Specific
Topic: cmd.php - is there an end to all this madness?
Replies: 5
Views: 6364

What output do you get when you run cmd.php from the command line?

i.e. su - cacti -c 'php <cacti_path>/cmd.php'
by fruers
Thu May 29, 2003 4:52 am
Forum: Help: General
Topic: Graphing squid data (Hits, cache size..)
Replies: 8
Views: 3752

Later versions of SQUID have SNMP builtin, make sure you compile it with support though (squid -v will tell you). The basic process is to enable SNMP and setup ACL's in squid.conf then create a data source using get snmp data in cacti. If you run into problems or anyone else wants more detailed inst...