Cacti: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(qmail) |
(→Qmail) |
||
Zeile 22: | Zeile 22: | ||
==Qmail== | ==Qmail== | ||
snmpd erweitern: http://wotsit.thingy.com/haj/cacti/cacti-qmail.html | snmpd erweitern: http://wotsit.thingy.com/haj/cacti/cacti-qmail.html<br> | ||
/etc/snmp/snmpd.conf | /etc/snmp/snmpd.conf | ||
<pre> | <pre> | ||
Zeile 43: | Zeile 43: | ||
OIDs: | OIDs: | ||
{| width="661" border="1" | {| width="661" border="1" | ||
| align="center" | <tt>Qmail - Messages - Attempts</tt> | | align="center" | <tt>Qmail - Messages - Attempts</tt> | ||
| align="center" | <tt>.1.3.6.1.4.1.2021.50.1.101.2</tt> | | align="center" | <tt>.1.3.6.1.4.1.2021.50.1.101.2</tt> | ||
Zeile 58: | Zeile 49: | ||
| align="center" | <tt>.1.3.6.1.4.1.2021.50.1.101.1</tt> | | align="center" | <tt>.1.3.6.1.4.1.2021.50.1.101.1</tt> | ||
|- | |- | ||
| align="center" | <tt>Qmail - | | align="center" | <tt>Qmail - Bits Transfer</tt> | ||
| align="center" | <tt> .1.3.6.1.4.1.2021.50.6.101. | | align="center" | <tt>.1.3.6.1.4.1.2021.50.2.101.1</tt> | ||
|- | |||
| align="center" | <tt>Qmail - SMTP Concurrency</tt> | |||
| align="center" | <tt>.1.3.6.1.4.1.2021.50.3.101.1</tt> | |||
|- | |||
| align="center" | <tt>Qmail - SMTP Totals - Allow</tt> | |||
| align="center" | <tt>.1.3.6.1.4.1.2021.50.4.101.1</tt> | |||
|- | |- | ||
| | | align="center" | <tt>Qmail - SMTP Totals - Deny</tt> | ||
| align="center" | <tt>.1.3.6.1.4.1.2021.50. | | align="center" | <tt>.1.3.6.1.4.1.2021.50.4.101.2</tt> | ||
|- | |- | ||
| align="center" | <tt>Qmail - Queue Size</tt> | | align="center" | <tt>Qmail - Queue Size</tt> | ||
Zeile 70: | Zeile 67: | ||
| align="center" | <tt>.1.3.6.1.4.1.2021.50.5.101.1</tt> | | align="center" | <tt>.1.3.6.1.4.1.2021.50.5.101.1</tt> | ||
|- | |- | ||
| align="center" | <tt>Qmail - | | align="center" | <tt>Qmail - Messages Status - Failures</tt> | ||
| align="center" | <tt>.1.3.6.1.4.1.2021.50.3.101.1</tt> | | align="center" | <tt> .1.3.6.1.4.1.2021.50.6.101.2</tt> | ||
|- | |||
| align="center" | <tt>Qmail - Messages Status - Success</tt> | |||
| align="center" | <tt>.1.3.6.1.4.1.2021.50.6.101.1</tt> | |||
|- | |- | ||
| align="center" | <tt>Qmail - | | align="center" | <tt>Qmail - Local/Remote Concurrency - Local</tt> | ||
| align="center" | <tt>.1.3.6.1.4.1.2021.50. | | align="center" | <tt>.1.3.6.1.4.1.2021.50.7.101.1</tt> | ||
|- | |- | ||
| align="center" | <tt>Qmail - | | align="center" | <tt>Qmail - Local/Remote Concurrency - Remote</tt> | ||
| align="center" | <tt>.1.3.6.1.4.1.2021.50. | | align="center" | <tt>.1.3.6.1.4.1.2021.50.7.101.2</tt> | ||
|} | |} | ||
Version vom 9. Dezember 2006, 14:54 Uhr
Cacti
Erweiterungen
Mysql
http://forums.cacti.net/viewtopic.php?t=6108
Squid
in /etc/snmp/snmpd.conf
proxy -v 1 -c public localhost:3401 .1.3.6.1.4.1.3495.1
und in /etc/squid/squid.conf
acl snmppublic snmp_community public snmp_access allow snmppublic localhost snmp_access deny all snmp_port 3401
http://forums.cacti.net/about4142-0-asc-0.html
Qmail
snmpd erweitern: http://wotsit.thingy.com/haj/cacti/cacti-qmail.html
/etc/snmp/snmpd.conf
... exec .1.3.6.1.4.1.2021.50.1 qmail-message-status /usr/local/bin/qmailmrtg7 s /var/log/qmail exec .1.3.6.1.4.1.2021.50.2 qmail-bytes-transfer /usr/local/bin/qmailmrtg7 b /var/log/qmail exec .1.3.6.1.4.1.2021.50.3 qmail-smtp-concurrency /usr/local/bin/qmailmrtg7 t /var/log/qmail/smtpd exec .1.3.6.1.4.1.2021.50.4 qmail-sessions /usr/local/bin/qmailmrtg7 a /var/log/qmail/smtpd exec .1.3.6.1.4.1.2021.50.5 qmail-queue /usr/local/bin/qmailmrtg7 q /var/qmail/queue exec .1.3.6.1.4.1.2021.50.6 qmail-messages /usr/local/bin/qmailmrtg7 m /var/log/qmail exec .1.3.6.1.4.1.2021.50.7 qmail-concurrency /usr/local/bin/qmailmrtg7 c /var/log/qmail ...
Werte abfragen:
snmpwalk -v 1 -c public localhost .1.3.6.1.4.1.2021.50
Cacti-Templates: http://forums.cacti.net/about3839.html
OIDs:
Qmail - Messages - Attempts | .1.3.6.1.4.1.2021.50.1.101.2 |
Qmail - Messages - Deliveries | .1.3.6.1.4.1.2021.50.1.101.1 |
Qmail - Bits Transfer | .1.3.6.1.4.1.2021.50.2.101.1 |
Qmail - SMTP Concurrency | .1.3.6.1.4.1.2021.50.3.101.1 |
Qmail - SMTP Totals - Allow | .1.3.6.1.4.1.2021.50.4.101.1 |
Qmail - SMTP Totals - Deny | .1.3.6.1.4.1.2021.50.4.101.2 |
Qmail - Queue Size | .1.3.6.1.4.1.2021.50.5.101.2 |
Qmail - Queue Size - Unprocessed | .1.3.6.1.4.1.2021.50.5.101.1 |
Qmail - Messages Status - Failures | .1.3.6.1.4.1.2021.50.6.101.2 |
Qmail - Messages Status - Success | .1.3.6.1.4.1.2021.50.6.101.1 |
Qmail - Local/Remote Concurrency - Local | .1.3.6.1.4.1.2021.50.7.101.1 |
Qmail - Local/Remote Concurrency - Remote | .1.3.6.1.4.1.2021.50.7.101.2 |
Qmail - SpamAssassin - Clean Qmail - SpamAssassin - Spam Qmail - Clamav - Error Qmail - Clamav - Found