That setting in php.ini fixed the problem, it was Off, so setting it to on and restarting apache fixed it.
Thanks Bulek.
Nicholas
Search found 22 matches
- Wed Nov 06, 2002 2:47 pm
- Forum: Help: Linux/Unix Specific
- Topic: Wierd error with Cacti 0.6.8a and RH7.3
- Replies: 6
- Views: 7127
- Tue Nov 05, 2002 9:20 pm
- Forum: Help: Linux/Unix Specific
- Topic: Wierd error with Cacti 0.6.8a and RH7.3
- Replies: 6
- Views: 7127
GPG Sig?
Hey Rax-
Can you MD5 sign the cacti downloads? I figure this will help to identify where the file corruption is occuring.
Nicholas
Can you MD5 sign the cacti downloads? I figure this will help to identify where the file corruption is occuring.
Nicholas
- Tue Nov 05, 2002 8:32 pm
- Forum: Help: Linux/Unix Specific
- Topic: Wierd error with Cacti 0.6.8a and RH7.3
- Replies: 6
- Views: 7127
corruption
I have redownloaded and decompressed cacti, and still fine the same problem with file corruption.
I am doing 'tar -zxvf cacti-0.6.8.tar.gz' to decompress the archive.....
something realy funky is going one here/......
ug....
I am doing 'tar -zxvf cacti-0.6.8.tar.gz' to decompress the archive.....
something realy funky is going one here/......
ug....
- Tue Nov 05, 2002 8:25 pm
- Forum: Help: Linux/Unix Specific
- Topic: Wierd error with Cacti 0.6.8a and RH7.3
- Replies: 6
- Views: 7127
Another interesting thing....
I was checking my apache error log, and found an entry: File does not exist: /var/www/html/cacti/images/install_< When I searched install.php, I found the following at line 286: <p align="right"><input type="image" src="ima\ ges/install_<?if ($step==TOTAL_STEPS){?>finish<?}e...
- Tue Nov 05, 2002 7:50 pm
- Forum: Help: Linux/Unix Specific
- Topic: Wierd error with Cacti 0.6.8a and RH7.3
- Replies: 6
- Views: 7127
Update
I downgraded to a lower version of Cacti, and still had the same problem.
I have run Cacti on RH 7.3 in the past without problems...so I am quite puzzled.
Nicholas
I have run Cacti on RH 7.3 in the past without problems...so I am quite puzzled.
Nicholas
- Tue Nov 05, 2002 12:36 pm
- Forum: Help: Linux/Unix Specific
- Topic: Wierd error with Cacti 0.6.8a and RH7.3
- Replies: 6
- Views: 7127
Wierd error with Cacti 0.6.8a and RH7.3
I have a RedHat 7.3 box, using the latest RedHat errata rpms for php, apache, and mysql: php: php-mysql-4.1.2-7.3.4 php-manual-4.1.2-7.3.4 php-4.1.2-7.3.4 php-snmp-4.1.2-7.3.4 php-devel-4.1.2-7.3.4 apache: apache-devel-1.3.23-14 apache-1.3.23-14 apache-manual-1.3.23-14 MySQL: mysql-3.23.49-3 mysqlcl...
- Tue Apr 23, 2002 8:13 pm
- Forum: Scripts and Templates
- Topic: BIND 8/9 based DNS monitoring
- Replies: 61
- Views: 93772
RE: Scalability issues...
That is what I ended up doing earlier today. I wrote a shell script that runs every four minutes and deletes then recreates the stats files. Although I could have done five minutes, but sometimes on a long running dns server I find ndc stats takes a while. Anyway, I have a sampling of dns traffic mo...
- Tue Apr 23, 2002 11:24 am
- Forum: Scripts and Templates
- Topic: BIND 8/9 based DNS monitoring
- Replies: 61
- Views: 93772
Working...one last question
Although I have not queried more than just PTR stats through the script, I have a question of implimentation and scalability. Say that a user wants to track errors in one RRD/graph, PTR and A in another, and NS/SOA in yet another. This would involve having multple data inputs to the same script, jus...
- Tue Apr 23, 2002 10:55 am
- Forum: Scripts and Templates
- Topic: BIND 8/9 based DNS monitoring
- Replies: 61
- Views: 93772
oops...fixed
Sorry, dumb error on my part....dunno how I missed it....oh well.
I think I know have one data source working. I was getting errors when using multple data sources, but I am going to see if I made the same error.
Nick
I think I know have one data source working. I was getting errors when using multple data sources, but I am going to see if I made the same error.
Nick
- Tue Apr 23, 2002 10:42 am
- Forum: Scripts and Templates
- Topic: BIND 8/9 based DNS monitoring
- Replies: 61
- Views: 93772
errors, questions...
ok, I took the script posted in this topic, modified it to delete the stats files before regenerating them, then I created a data input following the scripts requirements. At this point I setup a data input to use the script to fetch just PTR queries. When I call the script in the shell with the sam...
- Tue Apr 23, 2002 8:43 am
- Forum: Scripts and Templates
- Topic: BIND 8/9 based DNS monitoring
- Replies: 61
- Views: 93772
posted code....WONDERFUL!!
This script is awsome! Thanks for posting it, it does exactly what we need. I added to lines of code during my demoing of the script... the two lines are perl system() calls to delete the prexisting stats files prior to running the rest of the code. I hope you don't mind to much. Are you using this ...
- Mon Apr 22, 2002 8:46 am
- Forum: Scripts and Templates
- Topic: BIND 8/9 based DNS monitoring
- Replies: 61
- Views: 93772
BIND script
No problem, the script should be pretty easy to write provided that the data key is known. What I think I am going to do is write the script to handle arguements that are the data keys desired for graphing. There are so many different types of DNS queries, for example, that I want the script to fetc...
- Thu Apr 18, 2002 10:16 am
- Forum: Scripts and Templates
- Topic: BIND 8/9 based DNS monitoring
- Replies: 61
- Views: 93772
BIND monitoring, ndc stats key
I have a book that outlines and describes the different parts of the file, so that gets us over one hurdle. For a long time I had the same problem of seeing the named stats but not being able to decipher them. This book cleared it up for me.....granted the book is, in general, not written very well....
- Tue Apr 16, 2002 8:57 pm
- Forum: Scripts and Templates
- Topic: BIND 8/9 based DNS monitoring
- Replies: 61
- Views: 93772
BIND 8/9 based DNS monitoring
Is anyone currently using Cacti to monitor Bind 8 or 9? If not, I am probably going to write an input script and release it to Rax for review so that everyone can make use it. The only RRDtool oriented dns monitor I have seen so far has been for ORCA and I am not sure if it is being maintained much ...
- Tue Apr 16, 2002 8:55 pm
- Forum: Help: General
- Topic: Cisco Router MIB for Measurements Per Protocol
- Replies: 2
- Views: 3294
NetFlow, Cisco Routers, and Cacti
I have been using NetFlow with rrdtool and flowscan software written by Dave Plonka at UW Madison. I was just about to start a project to integrate NetFlow with Cacti either seperatly or through Cacti. I figured that it was going to need to be seperate because of all the different interworkings of n...