Search found 16 matches
- Fri Mar 18, 2005 10:57 am
- Forum: Help: Linux/Unix Specific
- Topic: Perl and poller.php and cactid
- Replies: 3
- Views: 2150
I got it to work in chroot. You need to copy the binaries, libraries, and files that cacti uses into the /var/www directory. I ended up turning off chroot in apache because I am running other things on this web server. It was turning into a pain tracking down all the files I needed to copy for my sc...
- Wed Mar 09, 2005 11:05 am
- Forum: Help: Linux/Unix Specific
- Topic: Cacti on OpenBSD?
- Replies: 4
- Views: 2853
Yeah, my test system seemed a bit flakey at times. It was a P3 500/256MB ram. The new production server is P4 2.8/1GB ram. I haven't had any hiccups or problems. Hey, here's the packages that I have installed. Everything works for me: freetype-1.3.1p1 free and portable TrueType font rendering engine...
- Wed Mar 09, 2005 9:49 am
- Forum: Help: Linux/Unix Specific
- Topic: Catalyst device status down
- Replies: 6
- Views: 2936
- Tue Mar 08, 2005 10:04 pm
- Forum: Help: Linux/Unix Specific
- Topic: Cacti on OpenBSD?
- Replies: 4
- Views: 2853
How did you install everything? ports, packages? I just went with packages for my system. Try pkg_add'ing php4-snmp-4.3.10. Then do a: /usr/local/sbin/phpxs -a snmp Let me know if it starts flaking out on you. I had to perform a sysadmin sin in order to get mine to work right. I just don't have time...
- Tue Mar 01, 2005 4:21 pm
- Forum: Help: Linux/Unix Specific
- Topic: stale/idle processes
- Replies: 7
- Views: 2860
- Tue Mar 01, 2005 9:59 am
- Forum: Help: Linux/Unix Specific
- Topic: Catalyst device status down
- Replies: 6
- Views: 2936
I had a 2900XL that would do that, except it would always say DOWN. I think the older IOS (11.2) might be a bit flakey on the SNMP side of things. It also shows zeros for current ping, average ping, and availablility. I haven't had time to investigate this problem yet, since I've got bigger ones rig...
- Tue Mar 01, 2005 9:22 am
- Forum: Help: Linux/Unix Specific
- Topic: stale/idle processes
- Replies: 7
- Views: 2860
Here's some more info. I never saw this stuff in the actual log file. $ php -q /var/www/cacti/poller.php 03/01/2005 08:18:17 AM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/local/bin/php, ARGS: -q /var/www/cacti/cmd.php 0 20] Waiting on 1/1 pollers. Waiting on 1/1 pollers. P...
- Mon Feb 28, 2005 3:03 pm
- Forum: Help: Linux/Unix Specific
- Topic: timezone in OpenBSD 3.6 (SOLUTION FOUND)
- Replies: 4
- Views: 3907
- Mon Feb 28, 2005 1:59 pm
- Forum: Help: Linux/Unix Specific
- Topic: stale/idle processes
- Replies: 7
- Views: 2860
Ok, I've been able to look at this project again... I've got some more information. I started logging on MySQL and I am getting this _every_ second in my logfile: 050228 12:53:35 4868 Query select poller_id,end_time from poller_time where poller_id = 0 4868 Query select poller_output.output, poller_...
- Fri Feb 18, 2005 4:23 pm
- Forum: Help: Linux/Unix Specific
- Topic: stale/idle processes
- Replies: 7
- Views: 2860
Why aren't these processes finishing? USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND _cacti 27518 0.0 0.0 7708 4 ?? IW 1:00PM 0:02.04 /usr/local/bin/php -q /var/www/cacti/cmd.php 0 19 _cacti 29219 0.0 0.0 372 4 ?? IW 1:00PM 0:00.01 sh -c sh _cacti 12410 0.0 0.0 5324 4 ?? IW 1:00PM 0:00.46 /...
- Fri Feb 18, 2005 11:10 am
- Forum: Help: Linux/Unix Specific
- Topic: stale/idle processes
- Replies: 7
- Views: 2860
stale/idle processes
I keep getting a bunch of processes clogged up on my cacti system. They seem to not go away and keep adding up. Sometimes I get so many that it stops graphing and I have to kill them manually. Also, my webserver tends to not respond during the polling period. Any hints? _cacti 8341 0.0 3.8 7584 9964...
- Wed Feb 16, 2005 2:30 pm
- Forum: Help: Linux/Unix Specific
- Topic: graph do not appear
- Replies: 2
- Views: 1419
- Wed Feb 16, 2005 1:56 pm
- Forum: Help: Linux/Unix Specific
- Topic: Cannot find module
- Replies: 1
- Views: 1229
Did you install the php modules like snmp and mysql?
Verify by making a php info file.
If so, did you do a :
?
-Russ
Verify by making a php info file.
If so, did you do a :
Code: Select all
phpxs -s
-Russ
- Wed Feb 16, 2005 1:41 pm
- Forum: Help: Linux/Unix Specific
- Topic: Where is the php binary...
- Replies: 2
- Views: 1205
How did you install PHP? Package, ports? Get the right one and do a:
Code: Select all
which php
- Wed Feb 16, 2005 10:56 am
- Forum: Help: Linux/Unix Specific
- Topic: timezone in OpenBSD 3.6 (SOLUTION FOUND)
- Replies: 4
- Views: 3907
timezone in OpenBSD 3.6 (SOLUTION FOUND)
I'm almost ready to roll my test server over into production. One last thing I can't figure out is the timezone problem I've read posts on this forum as well as rrdtool's mailing list, nothing seemed to help me. Here's my info: OpenBSD 3.6 Cacti 0.8.6c Apache 1.3.29 PHP 4.3.10 RRDtool 1.0.48 MySQL 4...