Seems as if crunchtools.com is pointing to somewhere else. Maybe it's been hijacked or something.
If you google the page you can se the cached version, displaying all the info you want.
Search found 5 matches
- Tue Oct 25, 2011 8:51 am
- Forum: Scripts and Templates
- Topic: UpdateÑ The MySQL Graph Collection - Version 2.5.0!
- Replies: 33
- Views: 33684
- Wed Mar 23, 2005 3:01 am
- Forum: Help: General
- Topic: Settings disappear when running poller.php
- Replies: 6
- Views: 971
I've setup cacti the same way as I did before, with the exception of running the cacti database on another mysql-server. Now it works just great. Strange behaviour, but whatever caused it, it was related to something in the local mysql-server. I'll have to look into that. Thanks for the feedback Rony!
- Tue Mar 22, 2005 4:17 pm
- Forum: Help: General
- Topic: Settings disappear when running poller.php
- Replies: 6
- Views: 971
mysql> repair table settings; +----------------+--------+----------+----------+ | Table | Op | Msg_type | Msg_text | +----------------+--------+----------+----------+ | cacti.settings | repair | status | OK | +----------------+--------+----------+----------+ 1 row in set (0.09 sec) When I go to the...
- Tue Mar 22, 2005 3:52 pm
- Forum: Help: General
- Topic: Settings disappear when running poller.php
- Replies: 6
- Views: 971
??? Ok, after a polling cycle runs, run the following query and post the results. select * from settings; Sure, I'll even include a little picture. :) mysql> select * from settings; +-----------------+------------------------------+ | name | value | +-----------------+------------------------------...
- Tue Mar 22, 2005 3:25 pm
- Forum: Help: General
- Topic: Settings disappear when running poller.php
- Replies: 6
- Views: 971
Settings disappear when running poller.php
I have the stangest of problems. Whenever the poller.php is run, three settings in the webadmin are blanked. The settings are in the paths to required tools: 1. snmpget Binary Path 2. RRDTool Binary Path 3. PHP Binary Path Note, the first path, the one to snmpwalk Binary Path is not blanked out, jus...