Felhasználói eszközök

Eszközök a webhelyen


tag:munin

TAG: munin

OldalDátumLeírásCímkék
2016.01.19 11:21 APT és Debian alapú csomagkezelés * sources.list Frissítés visszatartása * Ha még az apt-cache policy nem tartalmazza az új verzióját, akkor: echo linux-image-server hold | dpkg --set-selections vagy apt-mark hold linux-image-server *
2015.01.08 08:32 Bind Munin modul * Munin plugin telepítése: ln -s /usr/share/munin/plugins/bind9 /etc/munin/plugins/ echo -n " [bind9] user bind env.logfile /var/log/named/query.log " >> /etc/munin/plugin-conf.d/munin-node * Munin plugin tesztelése: munin-run bind9
2015.01.08 08:33 Clamav Munin * Plugin repo leszedése: git clone 'https://github.com/munin-monitoring/contrib.git' /opt/git-3th/munin-monitoring_contrib * Munin plugin telepítése: ln -s /opt/git-3th/munin-monitoring_contrib/plugins/mail/clamav /etc/munin/plugins/ echo -n " [clamav] group adm " >> /etc/munin/plugin-conf.d/munin-node
2018.05.25 17:20 CpuFreqUtils * <http://wiki.debian.org/HowTo/CpuFrequencyScaling> * <https://askubuntu.com/a/936488/58298> TLP Telepítés * Csomag telepítése: apt-get install cpufrequtils * Elérhető governor lekérdezése: cpufreq-info * Config beállítása: # Available governors: # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors GOVERNOR="ondemand"
2018.12.13 00:13 fail2ban jailfail2banlogrotatefail2banbann-time Telepítés * Csomag telepítése: apt-get install fail2ban * Program beállítása: [DEFAULT] # "ignoreip" can be an IP address, a CIDR mask or a DNS host ignoreip = 127.0.0.1/8 192.168.0.0/16 # "bantime" is the number of seconds that a host is banned. # 86400 s = 1 day bantime = 86400 ... # A host is banned if it has generated "maxretry" during the last "findtime" # seconds. # 604800 s = 7 days findtime = 604800 maxretry = 10 ... destemai…
2014.10.24 00:33 Munin Általános problémák * Munin bind address beállítása az /etc/munin/munin-node.conf-ban: # Which address to bind to; #host * host 127.0.0.1 Grafikon generálás oldalnyitáskor Forrás: <http://munin-monitoring.org/wiki/CgiHowto> * Függőségek telepítése: apt-get install libapache2-mod-fastcgi libcgi-fast-perl