學術及資源的交流園地 ^_^

Control Panel

 

mail:

control.exe mlcfg32.cpl

 

 

 

control /name Microsoft.DevicesAndPrinters
control /name Microsoft.Display
control /name Microsoft.DeviceManager

munin-process

# Configfile for Munin master

dbdir       /var/lib/munin
htmldir     /var/www/munin
logdir      /var/log/munin
rundir      /var/run/munin

# simultaneous Munin-update
max_processes        16

# parallel  munin-graph
max_graph_jobs      6

 

/usr/bin/munin-cron

munin-snmp

munin-snmp setup
==============

munin-node-configure --shell --snmp <IP>
ln -s /usr/share/munin/plugins/snmp__if_ /etc/munin/plugins/snmp_IP_if_1
ln -s /usr/share/munin/plugins/snmp__if_err_ /etc/munin/plugins/snmp_IP_err_1

opt:
--snmpversion
--snmpcommunity

munin-snmp setting
===============

# timeout - defaults to 30 seconds
# host - hostname to get values from (defaults to filename style)
# port - defaults to port 161
# community - default to public

/etc/munin/munin-node.conf
[snmp_*]
        env.timeout 3

munin-c

munin-c

munin-node - single binary

好處:

* no need for Perl
* everything can be run from inetd
* one binary
* not fork internally

壞處

* root uid is not supported
* no socket is opened. Everything runs from inetd.

plugins:

cpu
entropy
forks
fw_packets
interrupts
load
open_files
open_inodes
processes
swap
uptime
memory

munin-plugins-c

# tar -zxf munin-c-0.0.5.tar.gz

checking for a BSD-compatible install... /usr/bin/install -c

RSS feed