Search found 49 matches

by Coeus
Thu Sep 16, 2004 12:11 am
Forum: Help: Linux/Unix Specific
Topic: net-snmp interface errors
Replies: 0
Views: 903

net-snmp interface errors

Hey Guys, I'm thinking the interface.xml has an error in hte latest release. -bash-2.05b$ grep -r .1.3.6.1.2.1.31.1.1.1.1 * resource/snmp_queries/interface.xml: <oid>.1.3.6.1.2.1.31.1.1.1.1</oid> resource/snmp_queries/interface.xml: <oid>.1.3.6.1.2.1.31.1.1.1.18</oid> resource/snmp_queries/interface...
by Coeus
Tue Aug 17, 2004 10:01 pm
Forum: Help: Linux/Unix Specific
Topic: cmd.php problem and more.
Replies: 1
Views: 1126

This is a known problem with php v5, and not with cacti - but the adodb package.

If you feel up to it, i'm sure their is reference to this problem here:

http://adodb.sourceforge.net/

php v4.x should work fine.

Cheers

Carl
by Coeus
Sun Aug 15, 2004 9:43 pm
Forum: Help: Linux/Unix Specific
Topic: RRD's are not being created.
Replies: 5
Views: 2754

Is that the entire output?

Where is all the info for the 5 polled hosts?

Carl
by Coeus
Sun Aug 15, 2004 12:35 am
Forum: Help: Linux/Unix Specific
Topic: RRD's are not being created.
Replies: 5
Views: 2754

Can you post the output of cmd.php run as the cacti user?

Thanks

Carl
by Coeus
Sun Aug 15, 2004 12:31 am
Forum: Help: Linux/Unix Specific
Topic: cmd.php didnt work :-(
Replies: 5
Views: 1991

In that case...

Did you compile php from scratch? It may not be in your include path

Carl
by Coeus
Fri Aug 13, 2004 2:01 am
Forum: Help: Linux/Unix Specific
Topic: How to make graphs of Cisco Equipements with the frontend ca
Replies: 2
Views: 1618

I assume you have tried graphing the host using the Cisco router template.

If that failed Try graphing the switch using its IP and the Generic SNMP enabled host, as that seems to work pretty well for most things.

Thanks

Carl
by Coeus
Fri Aug 13, 2004 1:26 am
Forum: Help: Linux/Unix Specific
Topic: cmd.php didnt work :-(
Replies: 5
Views: 1991

Looks like a typo: caccti

Carl
by Coeus
Tue Aug 03, 2004 10:42 pm
Forum: Help: Linux/Unix Specific
Topic: Processes graph and GrSecurity
Replies: 1
Views: 1200

It appears GrSecurity uses kernel level restrictions, which means you aren't likely to be able to fix this directly. I Suggest setting up a cron script using root something like */5 * * * * (perl /path/to/cacti/scripts/unix_scripts.pl > /tmp/blah; chown cacti:cacti /tmp/blah) Then create a script fo...
by Coeus
Tue Aug 03, 2004 10:25 pm
Forum: Help: Linux/Unix Specific
Topic: Could anyone donate snmpd.conf file?
Replies: 5
Views: 22834

Quick followup to this

snmpconf -g basic_setup

Will create an snmp.conf file in the current directory.

Use snmpwalk -c CommunityName -v Version-2cOr1 ipaddress to test if snmp is working correctly.

Carl
by Coeus
Mon Aug 02, 2004 3:43 am
Forum: Help: Linux/Unix Specific
Topic: no graphs, no rra data
Replies: 11
Views: 5991

Last I checked the installation instructions for cacti were a little brief in the "add cactiuser to system" part, and easily missed Yes you do need to add a user cacti(or cactiuser note: I prefer cacti as some commands like ps limit display names to 8 chars) and this was almost certainly t...
by Coeus
Mon Aug 02, 2004 3:18 am
Forum: Help: Linux/Unix Specific
Topic: no graphs, no rra data
Replies: 11
Views: 5991

Good to see :)

Shouldn't be necessary to reinstall, you just need to get the permissions right.

Switch the cron job to cactiuser, the change the permissions on rra/ and log/

Remember with testing - you have up to 5 minutes before you see any data.

Cheers

Carl
by Coeus
Mon Aug 02, 2004 2:22 am
Forum: Help: Linux/Unix Specific
Topic: no graphs, no rra data
Replies: 11
Views: 5991

Ok, This should not be run as root. Please use cacti or cactiuser as your username. Then run (change usernames and paths where appropriate - assuming Redhat 9 standard install): chown -R cacti:apache /var/www/html/cacti/rra chown -R cacti:apache /var/www/html/cacti/log chmod 644 /var/www/html/cacti/...
by Coeus
Mon Aug 02, 2004 1:47 am
Forum: Help: Linux/Unix Specific
Topic: Empty Graphs?
Replies: 16
Views: 5251

/usr/local/bin is not in the default path for crontab. If that is where php is installed then you wll need to add that to the path using PATH= at the top of your cron file _or_ use the full path to php in your crontab. To check what errors are being generated by cron, remove "> /dev/null ...&qu...
by Coeus
Mon Aug 02, 2004 1:34 am
Forum: Help: Linux/Unix Specific
Topic: no graphs, no rra data
Replies: 11
Views: 5991

Actually yeah - running as root doesn't help.

Please run the command as it appears in your crontab, as the same user.

Thanks

Carl
by Coeus
Mon Aug 02, 2004 12:00 am
Forum: Help: Linux/Unix Specific
Topic: Graphs not getting updated
Replies: 1
Views: 1164

Nowhere near enough info to help you there.

Search the archives here(graphs not updating should do it) for things to try, and report back results.