Cacti: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
(ping)
(plugins)
Zeile 1: Zeile 1:
Cacti
'''Cacti''' is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices.&nbsp; http://cacti.net/<br>


=Erweiterungen=
download einiger Scripts, siehe [http://crazylinux.de/files/ Files]<br>  
Download siehe [http://crazylinux.de/files/ Files]<br/>
http://www.debianhelp.co.uk/cactitemplates.htm


==iptables==
= Erweiterungen  =
http://forums.cacti.net/about8091.html<br>
 
[http://crazylinux.de/files/it_stuff/cacti/iptables/ download cacti templates]. Da iptables als root ausgeführt werden muss, wird das script über sudo aufgerufen:
*[http://cactiusers.org/downloads/plugins/ Plugin Architecture + Plugins]
/etc/sudoers
*http://www.debianhelp.co.uk/cactitemplates.htm
<pre>
 
#logging
== iptables ==
 
http://forums.cacti.net/about8091.html<br> [http://crazylinux.de/files/it_stuff/cacti/iptables/ download cacti templates]. Da iptables als root ausgeführt werden muss, wird das script über sudo aufgerufen: /etc/sudoers  
<pre>#logging
Defaults syslog = local2
Defaults syslog = local2
# User privilege specification
# User privilege specification
www-data    ALL = NOPASSWD: /usr/share/cacti/site/scripts/iptables.pl
www-data    ALL = NOPASSWD: /usr/share/cacti/site/scripts/iptables.pl
</pre>
</pre>  
Damit der syslog nicht damit unnötig 'beloggt' wird, loggen wir an log-facility local2 und damit in ein eigenes Logfile
Damit der syslog nicht damit unnötig 'beloggt' wird, loggen wir an log-facility local2 und damit in ein eigenes Logfile /etc/syslog.conf:  
/etc/syslog.conf:
<pre>...
<pre>
...
*.*;auth,authpriv.none;mail.!*;daemon.!info;cron.!*;local2.none        -/var/log/syslog
*.*;auth,authpriv.none;mail.!*;daemon.!info;cron.!*;local2.none        -/var/log/syslog
...
...
local2.* /var/log/sudo.log
local2.* /var/log/sudo.log
</pre>
</pre>  
 
<source lang="php">
<source lang=php>
#!/usr/bin/perl
#!/usr/bin/perl
###
###
Zeile 71: Zeile 69:
print "Usage: $0 Chain\n";
print "Usage: $0 Chain\n";
}
}
</source>
</source>  


==Mysql==
== Mysql ==
http://forums.cacti.net/viewtopic.php?t=6108


Extened Version: http://code.google.com/p/mysql-cacti-templates/
http://forums.cacti.net/viewtopic.php?t=6108


==Apache==
Extened Version: http://code.google.com/p/mysql-cacti-templates/  
[http://forums.cacti.net/about17995.html ApacheStats 0.6 (PHP Script Server Version)]


==Squid==
== Apache  ==
in /etc/snmp/snmpd.conf
<pre>
proxy -v 1 -c public localhost:3401 .1.3.6.1.4.1.3495.1
</pre>


und in /etc/squid/squid.conf
[http://forums.cacti.net/about17995.html ApacheStats 0.6 (PHP Script Server Version)]
<pre>
 
acl snmppublic snmp_community public
== Squid  ==
 
in /etc/snmp/snmpd.conf
<pre>proxy -v 1 -c public localhost:3401 .1.3.6.1.4.1.3495.1
</pre>
und in /etc/squid/squid.conf  
<pre>acl snmppublic snmp_community public
snmp_access allow snmppublic localhost
snmp_access allow snmppublic localhost
snmp_access deny all
snmp_access deny all
snmp_port 3401
snmp_port 3401
</pre>
</pre>  
http://forums.cacti.net/about4142-0-asc-0.html


http://forums.cacti.net/about4142-0-asc-0.html
== Qmail  ==


==Qmail==
snmpd erweitern: http://wotsit.thingy.com/haj/cacti/cacti-qmail.html<br>  
snmpd erweitern: http://wotsit.thingy.com/haj/cacti/cacti-qmail.html<br>
<pre>#/etc/snmp/snmpd.conf
 
<pre>
#/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.1 qmail-message-status  /usr/local/bin/qmailmrtg7 s /var/log/qmail
Zeile 113: Zeile 109:
exec .1.3.6.1.4.1.2021.50.9 qmail-sessions /usr/local/bin/qmailmrtg7 a /var/log/qmail/smtpd_auth
exec .1.3.6.1.4.1.2021.50.9 qmail-sessions /usr/local/bin/qmailmrtg7 a /var/log/qmail/smtpd_auth
...
...
</pre>
</pre>  
Werte abfragen: snmpwalk -v 1 -c public localhost .1.3.6.1.4.1.2021.50


Werte abfragen:
Cacti-Templates: http://forums.cacti.net/about3839.html
snmpwalk -v 1 -c public localhost .1.3.6.1.4.1.2021.50


Cacti-Templates: http://forums.cacti.net/about3839.html
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>
|-
|-
| align="center" | <tt>Qmail - Messages - Deliveries</tt>
| align="center" | <tt>Qmail - Messages - Deliveries</tt>  
| 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 - Bits Transfer</tt>
| align="center" | <tt>Qmail - Bits Transfer</tt>  
| align="center" | <tt>.1.3.6.1.4.1.2021.50.2.101.1</tt>
| 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>Qmail - SMTP Concurrency</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.3.101.1</tt>
|-
|-
| align="center" | <tt>Qmail - SMTP Totals - Allow</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>.1.3.6.1.4.1.2021.50.4.101.1</tt>
|-
|-
| align="center" | <tt>Qmail - SMTP Totals - Deny</tt>
| align="center" | <tt>Qmail - SMTP Totals - Deny</tt>  
| align="center" | <tt>.1.3.6.1.4.1.2021.50.4.101.2</tt>
| 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>  
| align="center" | <tt>.1.3.6.1.4.1.2021.50.5.101.2</tt>
| align="center" | <tt>.1.3.6.1.4.1.2021.50.5.101.2</tt>
|-
|-
| align="center" | <tt>Qmail - Queue Size - Unprocessed</tt>
| align="center" | <tt>Qmail - Queue Size - Unprocessed</tt>  
| 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 - Messages Status - Failures</tt>
| align="center" | <tt>Qmail - Messages Status - Failures</tt>  
| align="center" | <tt> .1.3.6.1.4.1.2021.50.6.101.2</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>Qmail - Messages Status - Success</tt>  
| align="center" | <tt>.1.3.6.1.4.1.2021.50.6.101.1</tt>
| align="center" | <tt>.1.3.6.1.4.1.2021.50.6.101.1</tt>
|-
|-
| align="center" | <tt>Qmail - Local/Remote Concurrency - Local</tt>
| align="center" | <tt>Qmail - Local/Remote Concurrency - Local</tt>  
| align="center" | <tt>.1.3.6.1.4.1.2021.50.7.101.1</tt>
| align="center" | <tt>.1.3.6.1.4.1.2021.50.7.101.1</tt>
|-
|-
| align="center" | <tt>Qmail - Local/Remote Concurrency - Remote</tt>
| align="center" | <tt>Qmail - Local/Remote Concurrency - Remote</tt>  
| align="center" | <tt>.1.3.6.1.4.1.2021.50.7.101.2</tt>
| align="center" | <tt>.1.3.6.1.4.1.2021.50.7.101.2</tt>
|}
|}


Qmail - SpamAssassin - Clean
Qmail - SpamAssassin - Clean Qmail - SpamAssassin - Spam Qmail - Clamav - Error Qmail - Clamav - Found  
Qmail - SpamAssassin - Spam
Qmail - Clamav - Error
Qmail - Clamav - Found


==courier==
== courier ==
von http://xavier.perseguers.ch/open-source/cacti/<br>
http://www.arschkrebs.de/postfix/couriergraph/<br/>
Files: http://crazylinux.de/files/it_stuff/cacti/courier/


/etc/snmp/snmpd.conf
von http://xavier.perseguers.ch/open-source/cacti/<br> http://www.arschkrebs.de/postfix/couriergraph/<br> Files: http://crazylinux.de/files/it_stuff/cacti/courier/
<pre>
 
exec  .1.3.6.1.4.5312.3.1  couriercount_imaps  /bin/cat /var/tmp/courierimaps
/etc/snmp/snmpd.conf  
<pre>exec  .1.3.6.1.4.5312.3.1  couriercount_imaps  /bin/cat /var/tmp/courierimaps
exec  .1.3.6.1.4.5312.3.2  couriercount_imap  /bin/cat /var/tmp/courierimap
exec  .1.3.6.1.4.5312.3.2  couriercount_imap  /bin/cat /var/tmp/courierimap
exec  .1.3.6.1.4.5312.3.3  couriercount_pop3s  /bin/cat /var/tmp/courierpop3s
exec  .1.3.6.1.4.5312.3.3  couriercount_pop3s  /bin/cat /var/tmp/courierpop3s
exec  .1.3.6.1.4.5312.3.4  couriercount_pop3  /bin/cat /var/tmp/courierpop3
exec  .1.3.6.1.4.5312.3.4  couriercount_pop3  /bin/cat /var/tmp/courierpop3
</pre>
</pre>  
 
== Spamassassin ==
==Spamassassin==
Als Vorlage diente qs2mrtg.pl.
von qmail-scanner:
''Reporting: in the contrib directory there's qs2mrtg.pl. A perl script for monitoring your syslog files for qmail-scanner records. It then graphs how Qmail-Scanner is processing your emails. It creates different graphs for incoming vs outgoing email, as well as the flow of spam and viruses.
''


<pre>
Als Vorlage diente qs2mrtg.pl. von qmail-scanner: ''Reporting: in the contrib directory there's qs2mrtg.pl. A perl script for monitoring your syslog files for qmail-scanner records. It then graphs how Qmail-Scanner is processing your emails. It creates different graphs for incoming vs outgoing email, as well as the flow of spam and viruses.''
#/etc/snmp/snmpd.conf
<pre>#/etc/snmp/snmpd.conf
exec .1.3.6.1.4.1.2050.50.1 spamd_spam  /bin/cat /var/qmail/log/spam.txt
exec .1.3.6.1.4.1.2050.50.1 spamd_spam  /bin/cat /var/qmail/log/spam.txt
exec .1.3.6.1.4.1.2050.50.2 spamd_rbl  /bin/cat /var/qmail/log/rbl.txt
exec .1.3.6.1.4.1.2050.50.2 spamd_rbl  /bin/cat /var/qmail/log/rbl.txt
Zeile 191: Zeile 177:
exec .1.3.6.1.4.1.2050.50.5 spamd_quar_virus  /bin/cat /var/qmail/log/quarantinedv.txt
exec .1.3.6.1.4.1.2050.50.5 spamd_quar_virus  /bin/cat /var/qmail/log/quarantinedv.txt
exec .1.3.6.1.4.1.2050.50.6 spamd_quar_policy  /bin/cat /var/qmail/log/quarantinedp.txt
exec .1.3.6.1.4.1.2050.50.6 spamd_quar_policy  /bin/cat /var/qmail/log/quarantinedp.txt
</pre>
</pre>  
== HDDTemp  ==
 
http://blog.gotchi.at/index.php?/archives/305-Monitoring-Hardware-mit-Cacti.html http://forums.cacti.net/about15743.html


==HDDTemp==
== LM Sensors  ==
http://blog.gotchi.at/index.php?/archives/305-Monitoring-Hardware-mit-Cacti.html
http://forums.cacti.net/about15743.html


==LM Sensors==
get some temperatures... see http://wiki.hetzner.de/index.php/Hardwaremonitoring  
get some temperatures... see http://wiki.hetzner.de/index.php/Hardwaremonitoring


modprobe i2c-viapro && modprobe eeprom && modprobe w83627hf
modprobe i2c-viapro &amp;&amp; modprobe eeprom &amp;&amp; modprobe w83627hf or put them into /etc/modules  
or put them into /etc/modules


for cacti start with http://www.wlug.org.nz/CactiLMSensors
for cacti start with http://www.wlug.org.nz/CactiLMSensors  


<source lang=php>
<source lang="php">
#!/usr/bin/perl
#!/usr/bin/perl


Zeile 242: Zeile 227:


print "temp1:$temp1 temp2:$temp2 temp3:$temp3\n";
print "temp1:$temp1 temp2:$temp2 temp3:$temp3\n";
</source>
</source>  
 
== SmartMonTools (smartctl)  ==
 
http://forums.cacti.net/viewtopic.php?t=23959


==SmartMonTools (smartctl)==
*HDD-Temp  
http://forums.cacti.net/viewtopic.php?t=23959
*HDD-Errors  
*HDD-Temp
*HDD-Errors
*Power-Up (not used)
*Power-Up (not used)


<source lang=php>
<source lang="php">
#!/usr/bin/php
#!/usr/bin/php
<?php
<?php
Zeile 304: Zeile 291:


?>
?>
</source>
</source>  
 
== Windows WMI  ==


==Windows WMI==
*http://www.microsoft.com/germany/technet/datenbank/articles/600682.mspx<br>  
*http://www.microsoft.com/germany/technet/datenbank/articles/600682.mspx<br/>
*http://forums.cacti.net/about11752.html<br>  
*http://forums.cacti.net/about11752.html<br/>
*[http://forums.cacti.net/about11589.html Exchange]<br>  
*[http://forums.cacti.net/about11589.html Exchange]<br/>
*Service for Windows: http://www.shatterit.com/nc_net/<br>  
*Service for Windows: http://www.shatterit.com/nc_net/<br/>
*[http://forums.cacti.net/about7131.html W32 IIS W3SVC Perl Script via check_nt]  
*[http://forums.cacti.net/about7131.html W32 IIS W3SVC Perl Script via check_nt]
*[http://forums.cacti.net/about4427.html Useful WMI Classes for Monitoring Windows Servers]
*[http://forums.cacti.net/about4427.html Useful WMI Classes for Monitoring Windows Servers]


==W32 System via WMI==
== W32 System via WMI ==
Gets System Calls/sec, Context Switches/sec, Threads, Processes via WMI... <br/>
 
http://forums.cacti.net/about5226.html
Gets System Calls/sec, Context Switches/sec, Threads, Processes via WMI... <br> http://forums.cacti.net/about5226.html  


<source lang="bash">
<source lang="bash">
Zeile 329: Zeile 317:


/usr/share/cacti/site/scripts/check_nt -H $HOST -v WMICHECK \
/usr/share/cacti/site/scripts/check_nt -H $HOST -v WMICHECK \
  -l 'cimv2^select * from Win32_PerfFormattedData_PerfOS_System'|grep =|awk {'print $1 ":" int($3) " "'}|tr -d '\n'</source>
  -l 'cimv2^select * from Win32_PerfFormattedData_PerfOS_System'|grep =|awk {'print $1 ":" int($3) " "'}|tr -d '\n'</source>  
 
== interrupts/context switching  ==
 
Graph templat for interrupts/context switching incl. threads and processes
 
http://forums.cacti.net/about8178.html
 
== IIS via SNMP  ==
 
http://forums.cacti.net/about12464.html
 
== shoutcast  ==


==interrupts/context switching==
http://forums.cacti.net/about5286.html
Graph templat for interrupts/context switching incl. threads and processes


http://forums.cacti.net/about8178.html
== HTTP/TCP-Response-Time  ==


==IIS via SNMP==
http://forums.cacti.net/about11020.html  
http://forums.cacti.net/about12464.html


==shoutcast==
== Smoking Ping  ==
http://forums.cacti.net/about5286.html


==HTTP/TCP-Response-Time==
http://forums.cacti.net/about7090.html  
http://forums.cacti.net/about11020.html


==Smoking Ping==
[[Category:Linux]]
http://forums.cacti.net/about7090.html


[[Kategorie:Datenbank]]
[[Kategorie:Linux]]
[[Kategorie:Linux]]
[[Kategorie:Debian]]
[[Kategorie:Mail]]
[[Kategorie:AntiSpam]]
[[Kategorie:MyGretchen]]
[[Kategorie:Tips_und_Tricks]]
[[Kategorie:WWW]]
[[Kategorie:Cacti]]
[[Kategorie:HTML]]
[[Kategorie:PHP]]
[[Kategorie:Windows]]

Version vom 4. März 2009, 02:26 Uhr

Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices.  http://cacti.net/

download einiger Scripts, siehe Files

Erweiterungen

iptables

http://forums.cacti.net/about8091.html
download cacti templates. Da iptables als root ausgeführt werden muss, wird das script über sudo aufgerufen: /etc/sudoers

#logging
Defaults syslog = local2
# User privilege specification
www-data    ALL = NOPASSWD: /usr/share/cacti/site/scripts/iptables.pl

Damit der syslog nicht damit unnötig 'beloggt' wird, loggen wir an log-facility local2 und damit in ein eigenes Logfile /etc/syslog.conf:

...
*.*;auth,authpriv.none;mail.!*;daemon.!info;cron.!*;local2.none         -/var/log/syslog
...
local2.* /var/log/sudo.log
#!/usr/bin/perl
###
### This is a quick perl script to
### pull bandwidth usage from iptables chains
###
### If you use/optimize this script, please let me know.
### Brian Stanback : brian [at] stanback [dot] net
##
### Example iptables rule for web bandwidth usage:
### > iptables -N WWW
### > iptables -A WWW -j ACCEPT
### > iptables -A INPUT -p tcp -m tcp --dport 80 -j WWW
### > iptables -A OUTPUT -p tcp -m tcp --sport 80 -j WWW
###
### Run "iptables.pl WWW" as root to test, note that you can
### combine more than one protocol into a single chain.
###
### Sudo Configuration (/etc/sudoers)
### > www-data    ALL = NOPASSWD: /usr/share/cacti/scripts/iptables.pl
###
### The Input String should be set to "sudo <path_cacti>/scripts/iptables.pl <chain>"
### and you will need to setup an input field so that the <chain> argument can be passed.
###
### The data input type should be set to COUNTER
###
##
##
## modified by: Paul Campbell <forums@campbell-multimedia.co.uk>
## Now returns a seperate entry for each rule.  Output for a
## 3 rule chain might now be:
## rule1:123 rule2:456 rule3:789
#
if ($ARGV[0]) {
$chains = `/sbin/iptables --line-number -xnvL $ARGV[0]`;
@chains = split(/\n/, $chains);
shift(@chains);
shift(@chains);
foreach( @chains ) {
/(\d+)\W+[0-9]+\W+([0-9]+)\W+/;
print " rule$1:$2";
}
print "\n";
#$chains[2] =~ /[\W+]?[0-9]+\W+([0-9]+)\W+/;
} else {
print "Usage: $0 Chain\n";
}

Mysql

http://forums.cacti.net/viewtopic.php?t=6108

Extened Version: http://code.google.com/p/mysql-cacti-templates/

Apache

ApacheStats 0.6 (PHP Script Server Version)

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
exec .1.3.6.1.4.1.2021.50.8 qmail-smtp-concurrency /usr/local/bin/qmailmrtg7 t /var/log/qmail/smtpd_auth
exec .1.3.6.1.4.1.2021.50.9 qmail-sessions /usr/local/bin/qmailmrtg7 a /var/log/qmail/smtpd_auth
...

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

courier

von http://xavier.perseguers.ch/open-source/cacti/
http://www.arschkrebs.de/postfix/couriergraph/
Files: http://crazylinux.de/files/it_stuff/cacti/courier/

/etc/snmp/snmpd.conf

exec   .1.3.6.1.4.5312.3.1   couriercount_imaps  /bin/cat /var/tmp/courierimaps
exec   .1.3.6.1.4.5312.3.2   couriercount_imap   /bin/cat /var/tmp/courierimap
exec   .1.3.6.1.4.5312.3.3   couriercount_pop3s  /bin/cat /var/tmp/courierpop3s
exec   .1.3.6.1.4.5312.3.4   couriercount_pop3   /bin/cat /var/tmp/courierpop3

Spamassassin

Als Vorlage diente qs2mrtg.pl. von qmail-scanner: Reporting: in the contrib directory there's qs2mrtg.pl. A perl script for monitoring your syslog files for qmail-scanner records. It then graphs how Qmail-Scanner is processing your emails. It creates different graphs for incoming vs outgoing email, as well as the flow of spam and viruses.

#/etc/snmp/snmpd.conf
exec .1.3.6.1.4.1.2050.50.1 spamd_spam  /bin/cat /var/qmail/log/spam.txt
exec .1.3.6.1.4.1.2050.50.2 spamd_rbl  /bin/cat /var/qmail/log/rbl.txt
exec .1.3.6.1.4.1.2050.50.3 spamd_tot_local  /bin/cat /var/qmail/log/totall.txt
exec .1.3.6.1.4.1.2050.50.4 spamd_tot_remote  /bin/cat /var/qmail/log/totalr.txt
exec .1.3.6.1.4.1.2050.50.5 spamd_quar_virus  /bin/cat /var/qmail/log/quarantinedv.txt
exec .1.3.6.1.4.1.2050.50.6 spamd_quar_policy  /bin/cat /var/qmail/log/quarantinedp.txt

HDDTemp

http://blog.gotchi.at/index.php?/archives/305-Monitoring-Hardware-mit-Cacti.html http://forums.cacti.net/about15743.html

LM Sensors

get some temperatures... see http://wiki.hetzner.de/index.php/Hardwaremonitoring

modprobe i2c-viapro && modprobe eeprom && modprobe w83627hf or put them into /etc/modules

for cacti start with http://www.wlug.org.nz/CactiLMSensors

#!/usr/bin/perl

@sensoroutput=`/usr/bin/sensors`;

foreach(@sensoroutput) {
chomp();
split();
#print $_[0],"-",$_[1],$_[2],"\n";
if ( $_[0] eq 'M/B' ) {
$temp1 = $_[2];
}
if ( $_[0] eq 'CPU' ) {
$temp2 = $_[2];
}
if ( $_[0] eq 'temp3:' ) {
$temp3 = $_[1];
}
if ( $_[0] eq 'fan1:' ) {
$fan1 = $_[1];
}
if ( $_[0] eq 'fan2:' ) {
$fan2 = $_[1];
}
if ( $_[0] eq 'fan3:' ) {
$fan3 = $_[1];
}
}

$temp1 =~ s/\+//;
$temp1 =~ s/\°C//;
$temp2 =~ s/\+//;
$temp2 =~ s/\°C//;
$temp3 =~ s/\+//;
$temp3 =~ s/\°C//;

print "temp1:$temp1 temp2:$temp2 temp3:$temp3\n";

SmartMonTools (smartctl)

http://forums.cacti.net/viewtopic.php?t=23959

  • HDD-Temp
  • HDD-Errors
  • Power-Up (not used)
#!/usr/bin/php
<?php
/*
 * 4 = value
 * 7 = Raw
 *
 * include this into the /etc/sudoers file!!
 * www-data    ALL= NOPASSWD: /usr/sbin/smartctl
 *
 */

if ($argc < 2) {
        die("USAGE: $argv[0] /dev/sdX\n");
}


$dev = $argv[1];
$smartCtl = exec('sudo /usr/sbin/smartctl -d ata --all ' . $dev,$output);
//print_r($output);
$_OUT = array();
$needle = "Temperature_Celsius,Reallocated_Sector_Ct,Power_On_Hours,Spin_Retry_Count,Seek_Error_Rate,Raw_Read_Error_Rate";


foreach ($output as $line) {
        if (preg_match('/^\s*(\d+)\s+(\w+)\s+(0x[0-9a-fA-F]+)\s+(\d+)\s+(\d+)\s+(\d+).*\s+\-\s+(\d+)/',$line,$match)) {
        //      print_r($match);
                if ( $match[2] == 'Temperature_Celsius') $_OUT['Temperature_Celsius'] = $match[7];
                if ( $match[2] == 'Reallocated_Sector_Ct') $_OUT['Reallocated_Sector_Ct'] = $match[7];
                if ( $match[2] == 'Power_On_Hours') $_OUT['Power_On_Hours'] = $match[7];
                if ( $match[2] == 'Spin_Retry_Count') $_OUT['Spin_Retry_Count'] = $match[7];
                if ( $match[2] == 'Seek_Error_Rate') $_OUT['Seek_Error_Rate'] = $match[7];
                if ( $match[2] == 'Raw_Read_Error_Rate') $_OUT['Raw_Read_Error_Rate'] = $match[7];
        }
}


$needle = explode(",",$needle);
foreach ( $needle as $need ) {
        if ( ! isset($_OUT[$need]) ) $_OUT[$need] = 0;
}


print (
        "Temperature_Celsius:" . $_OUT['Temperature_Celsius'] . " " .
        "Reallocated_Sector_Ct:" . $_OUT['Reallocated_Sector_Ct'] . " " .
        "Power_On_Hours:" . $_OUT['Power_On_Hours'] . " " .
        "Spin_Retry_Count:" . $_OUT['Spin_Retry_Count'] . " " .
        "Seek_Error_Rate:" . $_OUT['Seek_Error_Rate'] . " " .
        "Raw_Read_Error_Rate:" . $_OUT['Raw_Read_Error_Rate']
);


?>

Windows WMI

W32 System via WMI

Gets System Calls/sec, Context Switches/sec, Threads, Processes via WMI...
http://forums.cacti.net/about5226.html

#!/bin/sh

#get host
if [ "x$1" = "x" ]; then
        HOST=this.is.my.hostname
else
        HOST=$1;
fi;

/usr/share/cacti/site/scripts/check_nt -H $HOST -v WMICHECK \
 -l 'cimv2^select * from Win32_PerfFormattedData_PerfOS_System'|grep =|awk {'print $1 ":" int($3) " "'}|tr -d '\n'

interrupts/context switching

Graph templat for interrupts/context switching incl. threads and processes

http://forums.cacti.net/about8178.html

IIS via SNMP

http://forums.cacti.net/about12464.html

shoutcast

http://forums.cacti.net/about5286.html

HTTP/TCP-Response-Time

http://forums.cacti.net/about11020.html

Smoking Ping

http://forums.cacti.net/about7090.html