Search found 13 matches

by alanyoung1979
Thu May 20, 2004 5:40 pm
Forum: Scripts and Templates
Topic: [XML] ApacheStats version 0.2
Replies: 28
Views: 21715

It works!

Rolf, My "Listen" settings are all commented out. My "Servername" setting is commented out. I added: <VirtualHost localhost> ServerAlias 127.0.0.1 <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 </Location> </VirtualHost> and...
by alanyoung1979
Wed May 19, 2004 12:21 pm
Forum: Scripts and Templates
Topic: [XML] ApacheStats version 0.2
Replies: 28
Views: 21715

httpd.conf changes

I changed my httpd.conf file to: <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from localhost Allow from .foobar.com </Location> However, when I run the script via localhost or 127.0.0.1 I get no results. When I run the command with the localhost's hostname ...
by alanyoung1979
Tue May 18, 2004 3:10 pm
Forum: Scripts and Templates
Topic: [XML] ApacheStats version 0.2
Replies: 28
Views: 21715

httpd.conf

Rolf, No problem it's my pleasure! When I do this: perl /var/www/html/cacti/scripts/unix_apachestats.pl 127.0.0.1 perl /var/www/html/cacti/scripts/unix_apachestats.pl locahost I get get no data, but I see entries in my httpd access_log: localhost.localdomain - - [18/May/2004:13:04:42 -0700] "GE...
by alanyoung1979
Tue May 18, 2004 12:24 pm
Forum: Scripts and Templates
Topic: [XML] ApacheStats version 0.2
Replies: 28
Views: 21715

Rolf, The machine that I am running the apache script on, is the machine that i am targeting with the the script. i.e. uniquehost.foobar.com runs the following command succesfully: perl unix_apachestats.pl uniquehost.foobar.com apache_total_hits:4536 apache_total_kbytes:17448 apache_busy_workers:174...
by alanyoung1979
Mon May 17, 2004 4:48 pm
Forum: Scripts and Templates
Topic: [XML] ApacheStats version 0.2
Replies: 28
Views: 21715

Rolf,

I am running cacti 0.8.5a with perl 5.6.1. The server OS is Redhat ES 2.1.

Thanks for looking into this,

Alan
by alanyoung1979
Thu May 13, 2004 6:19 pm
Forum: Scripts and Templates
Topic: [XML] ApacheStats version 0.2
Replies: 28
Views: 21715

Last graph, due to 3 file attachment limit

Last graph, due to 3 file attachment limit
by alanyoung1979
Thu May 13, 2004 6:17 pm
Forum: Scripts and Templates
Topic: [XML] ApacheStats version 0.2
Replies: 28
Views: 21715

Problems

I run this command from the command line as root: [root@foobar /var/www/html/cacti]# perl /var/www/html/cacti/scripts/unix_apachestats.pl host.foobar.com apache_total_hits:5603 apache_total_kbytes:23513 apache_busy_workers:23513 apache_idle_workers:23513 [root@foobar /var/www/html/cacti]# I then run...
by alanyoung1979
Tue May 11, 2004 3:50 pm
Forum: Help: General
Topic: New 0.8.5a install but import/export templates doesn't work
Replies: 19
Views: 15182

The rpm version that is the most current for Redhat ES 2.1 is php-4.1.2-2.1.6
by alanyoung1979
Tue May 11, 2004 2:57 pm
Forum: Help: General
Topic: New 0.8.5a install but import/export templates doesn't work
Replies: 19
Views: 15182

php 4.1.2 that is installed on Redhat es 2.1 is the culprit. I installed php4.3.6 from source and it worked great.

Alan
by alanyoung1979
Mon May 10, 2004 5:06 pm
Forum: Help: General
Topic: New 0.8.5a install but import/export templates doesn't work
Replies: 19
Views: 15182

FYI list of OSes that don't import and do import xml files

My current install (0.8.5a) of Cacti monitors about 100 devices. It runs on Redhat Enterprise Server 2.1. The import function doesn't work, and I don't know why. I've checked all the logs, file permissions, php xml support, tcpdumped localhost traffic, tcpdumped eth0 traffic, and strace the apache p...
by alanyoung1979
Wed May 05, 2004 7:27 pm
Forum: Help: General
Topic: New 0.8.5a install but import/export templates doesn't work
Replies: 19
Views: 15182

Still having problems...

I just edited this file: include/config_arrays.php to have: $hash_version_codes = array( "0.8.4" => "0000", "0.8.5" => "0001", "0.8.5a" => "0002" ); Before it was: $hash_version_codes = array( "0.8.4" => "0000", "0....
by alanyoung1979
Wed May 05, 2004 12:14 am
Forum: Scripts and Templates
Topic: Ethernet Stats(RFC1643) - XML
Replies: 61
Views: 141525

How do I install these xmls files

I have an install of 0.8.5a but I can't for some reason import xml files (I get no error). Can some one explain to me what files I need to copy and where to copy them so i can get this to work with my install. I would also need steps for any relvant GUI steps.

Thanks

Alan
by alanyoung1979
Mon May 03, 2004 6:05 pm
Forum: Help: General
Topic: New 0.8.5a install but import/export templates doesn't work
Replies: 19
Views: 15182

Try to import nothing happens

I am having the same problem. I try to import a xml file (I tried several different files) and nothing happens. I am running 0.8.5a with bonsai 0.4.085 .

Any Ideas?