Search found 8 matches

by omz13
Wed Jan 18, 2006 8:40 pm
Forum: Help: General
Topic: problems getting mail usage statistics
Replies: 4
Views: 1038

BSOD2600 wrote:Hmm, try the suggestion in this post: http://forums.cacti.net/about3686.html
Many thanks. That fixed it.

Now I can sit back and watch cacti graph how much spam vs. real email I get. :D
BSOD2600 wrote:You using cacti 0.8.6h + patches?
Yep.
by omz13
Wed Jan 18, 2006 7:57 pm
Forum: Help: General
Topic: problems getting mail usage statistics
Replies: 4
Views: 1038

Maybe the user account running the cacti cron job doesn't have the proper rights to the files? Ah. mea culpa . I'd switched from sysklogd to metalog, and when it created /var/log/mail it didn't give anybody (apart from root) rx access. Right, after chmod on that dir, the poller is happy... but I've...
by omz13
Wed Jan 18, 2006 7:19 pm
Forum: Help: General
Topic: problems getting mail usage statistics
Replies: 4
Views: 1038

problems getting mail usage statistics

Hi, I'm trying to get cacti to graph how much aduse my email server is getting. I've written a simple awk script to process my mail log and generate some stats. # awk -f courier_stats.awk /var/log/mail/current normal:5 list:15 maybespam:0 droppedspam:6 relay:0 unknownuser:1 invaliddom:0 cmderr:0 But...
by omz13
Sun May 15, 2005 9:47 am
Forum: Help: General
Topic: hrPrinterStatus
Replies: 1
Views: 2018

hrPrinterStatus

Greetings, I am trying to monitor the printer status of my Xerox beast that sits beside me. The data is quite easy to get at from the command line: # snmpget -c public -v 1 -OnU n2025 1.3.6.1.2.1.25.3.5.1.1.1 .1.3.6.1.2.1.25.3.5.1.1.1 = INTEGER: idle(3) In cacti I've set up a data template, etc., bu...
by omz13
Sun May 15, 2005 9:09 am
Forum: Help: General
Topic: Printer SNMP OID's
Replies: 2
Views: 3173

total pages printed = .1.3.6.1.2.1.43.10.2.1.4.1.1

pages printed (since power on) = .1.3.6.1.2.1.43.10.2.1.5.1.1
by omz13
Fri May 13, 2005 3:55 pm
Forum: Help: Linux/Unix Specific
Topic: access denied when using FastCGI; works ok with normal cgi
Replies: 4
Views: 2066

solution!!!

I've discovered the problem, and the solution is real easy.

My php.ini file did not contain

Code: Select all

cgi.fix_pathinfo = 1
Adding this means that cacti now works using FastCGI and lighttpd.

Perhaps there could be some way for cacti to check for this missing config option and throw up a suitable message?
by omz13
Fri May 13, 2005 3:42 am
Forum: Help: Linux/Unix Specific
Topic: access denied when using FastCGI; works ok with normal cgi
Replies: 4
Views: 2066

cacti fails with FastCGI but works with CGI

I would make sure that you have session support turned on in PHP. If that doesn't work, attempt to disable FastCGI and see what happens. Hi Rony, Session support is enabled and working (my /tmp contains the appropriate sess_* files). Now, I disabled FastCGI and reverted to executing my php scripts ...
by omz13
Thu May 12, 2005 5:10 pm
Forum: Help: Linux/Unix Specific
Topic: access denied when using FastCGI; works ok with normal cgi
Replies: 4
Views: 2066

access denied when using FastCGI; works ok with normal cgi

Greetings, I'm trying to get a virgin install of cacti-0.8.6d working on my Gentoo/Linux box (with php4.3.11 driven using fastcgi by lighttpd). Everything seemed to be going well, and I got as far as logging for the first time as admin/admin, and forced changing the password. Then, alas, all I get i...