Search found 6 matches

by nemesis
Tue May 31, 2005 5:29 pm
Forum: Help: Linux/Unix Specific
Topic: Q: cacti migration from server to another
Replies: 0
Views: 662

Q: cacti migration from server to another

Have cacti running fine on a RH9 server (A), apache, mysql, php, etc. Want to have a backup server (B), so installed a Centos, but using XAMPP (apache+mysql+php+perl), so I would not need to config each component. Then exported cacti db from (A), and imported into (B), all trees, devices, etc. show ...
by nemesis
Mon May 09, 2005 11:33 am
Forum: Help: General
Topic: how to: format legend
Replies: 1
Views: 648

how to: format legend

How do I right-justify the text entered in the "Text Format" field? (For now, I just put lots of spaces to push it to the right). The macro, |date_time|, is quite useful. Are there are other ones that we can use too? How about formatting (font, bold, etc) of the text? Very nice product, ca...
by nemesis
Wed May 04, 2005 6:29 pm
Forum: Help: General
Topic: Input Type: snmp vs. script
Replies: 2
Views: 763

Input Type: snmp vs. script

I could write a script that does
snmpwalk -v 1 -c public <server> <oid>
# post processing to return just a value

what's the advantage of using snmp as Input Type ?

Thank you,
by nemesis
Tue Apr 19, 2005 5:04 pm
Forum: Help: General
Topic: how to: debug snmp
Replies: 2
Views: 2054

Thank you, that solved the problem. SNMP is much nicer and easier than scripts -- you can get so much data for a bit of work. The solution is to verify "Settings --> Path", as suggested by the Witness: $ type snmpwalk snmpwalk is hashed (/usr/bin/snmpwalk) $type snmpget snmpget is /usr/bin...
by nemesis
Tue Apr 19, 2005 4:37 pm
Forum: Help: General
Topic: how to: debug snmp
Replies: 2
Views: 2054

how to: debug snmp

Hello, I'm only using Cacti graphing using scrpt input, and would like to try snmp. From unix command line, snmp works: snmpwalk -v 2c -c mycommunity myserver .1.3.6.1.2.1.2.2.1.1 IF-MIB::ifIndex.1 = INTEGER: 1 IF-MIB::ifIndex.2 = INTEGER: 2 But in the Devices section, when I choose "Generic SN...
by nemesis
Thu Mar 10, 2005 8:09 pm
Forum: Help: General
Topic: How to specify different graph range
Replies: 0
Views: 572

How to specify different graph range

Default graph range is 24 hour for daily graph (7 days for weekly, 4 weeks for monthly, and 12 months for yearly). How do I change that to (ie. similar to cricket) 28 hours for daily, 10 days for weekly, 6 weeks for monthly, and 16 months for yearly? I find them easier for comparing recent and older...