"my" RRDutil problems fixed, with a few changes.

Started by koobs, May 12, 2005, 11:40:37 AM

Previous topic - Next topic

koobs

For those who have had trouble with mail user agent connection and/or apache request and/or spam/rlb graphs not working, or not polling correctly, a bit of dianogsis came up with the following changes for "MY" clients FreeBSD 5.2.1-RELEASE toaster. Seems .4 returns null data  for me. which is why pop3 data wasnt being returned. Perhaps the cause is the same as your own graph-less-ness. Very Happy

-------------------------------
# Web Hit Oid
webOid  = .1.3.6.1.4.1.2021.8.1.101.1

# Mail Oids
mail_send = .1.3.6.1.4.1.2021.8.1.101.2
mail_smtp = .1.3.6.1.4.1.2021.8.1.101.3
mail_pop3 = .1.3.6.1.4.1.2021.8.1.101.8 # (was .4 - Corrected)
mail_imap = .1.3.6.1.4.1.2021.8.1.101.5
mail_rbl  = .1.3.6.1.4.1.2021.8.1.101.6
mail_web  = .1.3.6.1.4.1.2021.8.1.101.7
mail_spam = .1.3.6.1.4.1.2021.8.1.101.9 # (Was .8 - Corrected)
mail_qs   = .1.3.6.1.4.1.2021.8.1.101.10 # (Was .9 - Corrected)

# Mysql Oids
mysql_type    = .1.3.6.1.4.1.2021.8.1.101.10
mysql_queries = .1.3.6.1.4.1.2021.8.1.101.11

# Apache Oids (was .12 - Corrected)
apacheOid = .1.3.6.1.4.1.2021.8.1.101.1
-----------------------------------------------------

Matt, little help mate.. what is/was webOid and how does it differ from apacheOid, what data is "meant" to be extracted? since my .1 was apache data , as opposed to the default .12 in the stock install. I cant help but think im missing something now?

Secondly, is there anyway to get mysql data polled if MySQL  is on another box? I have vpopmail using a different server, and would like to get mysql stats running on the same rrdutil page.

And lastly, is there anyway to have webmail (and other related web apps that came with the toaster) installed/working on that same remote box as the auth db (since thats my internal clients webserver). I'd like to minimise the need for apache & mod_* on the mail server if it can be done.

Regards,

Koobs