wombat.ch

your Partner for Network Design and CMS

Message
  • Failed loading XML...
  • Failed loading XML... Opening and ending tag mismatch: link line 1 and head Entity 'hellip' not defined Entity 'hellip' not defined Entity 'hellip' not defined Entity 'hellip' not defined Entity 'hellip' not defined Entity 'hellip' not defined Entity 'hellip' not defined Entity 'raquo' not defined Entity 'nbsp' not defined Entity 'nbsp' not defined Entity 'nbsp' not defined Entity 'nbsp' not defined Entity 'nbsp' not defined Opening and ending tag mismatch: link line 1 and html Premature end of data in tag meta line 1
  • Failed loading XML... Opening and ending tag mismatch: link line 1 and head Opening and ending tag mismatch: img line 1 and a Opening and ending tag mismatch: a line 1 and div Opening and ending tag mismatch: input line 1 and p Opening and ending tag mismatch: input line 1 and form Opening and ending tag mismatch: input line 1 and div Opening and ending tag mismatch: p line 1 and div Opening and ending tag mismatch: form line 1 and div Opening and ending tag mismatch: hr line 1 and div Entity 'nbsp' not defined Entity 'agrave' not defined Entity 'nbsp' not defined Entity 'ntilde' not defined Entity 'ccedil' not defined Entity 'nbsp' not defined Entity 'nbsp' not defined Entity 'nbsp' not defined Entity 'aring' not defined Entity 'ecirc' not defined Entity 'acirc' not defined Entity 'nbsp' not defined Entity 'uuml' not defined Entity 'ccedil' not defined Entity 'nbsp' not defined Entity 'emsp' not defined Entity 'copy' not defined Opening and ending tag mismatch: br line 1 and p Opening and ending tag mismatch: br line 1 and div Opening and ending tag mismatch: p line 1 and div Opening and ending tag mismatch: div line 1 and body Opening and ending tag mismatch: hr line 1 and html Premature end of data in tag hr line 1

Perfect

Add also to

vi /etc/cron.d/munin-plugin-apt
03  * * * *    root    apt update > /dev/null 2>&1
18  * * * *    root    apt-get  update > /dev/null 2>&1
33  * * * *    root    apt upgrade > /dev/null 2>&1
48 * * * *    root    apt-get upgrade > /dev/null 2>&1

#   service cron reload

==============================================================
Problems:
:/etc/munin/plugins# munin-run apt
pending.value 3
pending.extinfo file libmagic-mgc libmagic1
hold.value 0
---
:/etc/munin/plugins# munin-run apt_all
pending_stable.value 0
hold_stable.value 0
pending_testing.value 0
hold_testing.value 0
pending_unstable.value 0
hold_unstable.value 0

Add a comment

Munin | Group Information


How to use and where to define Groups, and the difference in using the Munin-Master <--> Munin-Node vs. Munin-Master with SNMP


Munin-Master <--> Munin-Node


in the Munin-Master device in the file

#   /etc/munin/munin.conf

you have information like this to add for each Munin-Node

[munin-node.yourDomani.org]
    address 10.10.10.10
    use_node_name yes

With this ([munin-node.yourDomani.org]) part you are able to define some structure for your device.
The first part, bevor the dot, is your device you wish to monitore, behinde the dot you build your structure.

If you wish to Group it and split your VM, Switch, Hardware, Infrastructure device you could create a structure like this


[server1.HW]
[Munin.VM]
[debian9.VM-Test]

Munin-Master <--> SNMP-"Node"


in the Munin-Master device in the file

#   /etc/munin/munin.conf

you have information like this to add for each

[munin-node.yourDomani.org]
    address 10.10.10.10
    use_node_name yes

Add a comment
Munin-Node | SNMP - Cisco Switch 3560


Config Cisco Switch
 The IP Adresse has to be changed
to your Munin-server
(down is just a example),
the Password change to something better!

Configure and securing SNMP only Munin has
access on a Cisco 3560er
Login
> enable
# conf term
(config)# snmp-server community passwort ro 98
(config)# access-list 98 permit host 10.147.42.63
(config)# snmp-server host 10.147.42.63 password2
(config)# exit
#wr
   
Check SNMP # show snmp
# show snmp view
# show snmp group
# show snmp user
   
















 

Config Munin-Server

#   vi /etc/hosts 10.18.14.21 swt-02.Infra.kozo.ch swt-02  
#  cd /etc/munin/plugin-conf.d/
#  vi snmp_communities
[snmp_swt-02.Infra.kozo.ch_*]
env.community public
 
     
#  munin-node-configure --snmp swt-02.Infra.kozo.ch -shell | sh -x    
     
     
#    cd /usr/share/munin/plugins/     
     
#    ln -s /usr/share/munin/plugins/snmp__uptime /etc/munin/plugins/snmp_swt-02.Infra.kozo.ch_uptime


and more to come


   
     
  /etc/init.d/munin-node restart    
     
#     vi /etc/munin/munin.conf  [swt-02.HV.kozo.ch]
address 127.0.0.1
use_node_name no
 
#   /etc/init.d/munin-node restart     
     
- - -





Quellen/Source:
Munin überwacht SNMP-fähige Geräte
Generating Munin graphs for WRT54GL running DD-WRT via SNMP
- (2019) my Request on Github -because it can't be added to a group
-
- Add a comment
Munin-Node | opnSense



     
all Plugins #  cd /usr/local/share/munin/plugins  
active Plugins #  cd /usr/local/etc/munin/plugins  
     
  #  ln -s /usr/local/share/munin/plugins/dhcpd3 /usr/local/etc/munin/plugins/dhcpd3  
     
   # /usr/local/etc/rc.d/munin-node restart  
     
     
     
Plugins    
dhcp3 defined on the file  location on FreeBSD/opnSense
  env.leasefile /var/lib/dhcp3/dhcpd.leases
env.configfile /etc/dhcp3/dhcpd.conf
/var/dhcpd/var/db/dhcpd.leases
/var/dhcpd/etc/dhcpd.conf
     
     
- - -




- - - -
Quellen/Source:
- Installing munin-node on OPNsense
-
-
-
-
- Add a comment

Monitoring FreeBSD with Munin

Munin is a monitoring tool available in the FreeBSD ports. It tracks the vital signs of your servers and charts everything on graphs by day, week, month and year. It makes it easy to see when your server gets spikes of traffic and how well it handles them. It can also show you how your traffic is increasing over the month or year so that you can plan out when you will need to upgrade or add more servers. Add a comment

Read more: Munin-Node unter FreeBSD / FreeNAS

Subcategories

Roundcube ist eine freie Software für Webmail über IMAP, die in den Programmiersprachen PHP und JavaScript entwickelt wird. Roundcubes prominenteste Features sind die schlanke und moderne Benutzeroberfläche und die ausgeprägte Nutzung der Ajax-Technologie, die einen ähnlichen Bedien-Komfort wie bei einer lokal installierten Anwendung ermöglicht.

RSS Feed


Warning: file_get_contents(https://www.bsi.bund.de/SiteGlobals/Functions/RSSFeed/RSSNewsfeed/RSSNewsfeed_WID.xml): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(https://www.bsi.bund.de/SiteGlobals/Functions/RSSFeed/RSSNewsfessBSIFB/RSSNewsfeed_BuergerCERT.xml): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(http://feeds.joomla.org/JoomlaAnnouncements): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(http://feeds.joomla.org/JoomlaSecurityNews): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:0A000152:SSL routines::unsafe legacy renegotiation disabled in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(): Failed to enable crypto in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(https://tools.cisco.com/security/center/psirtrss20/CiscoSecurityAdvisory.xml): failed to open stream: operation failed in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: Invalid argument supplied for foreach() in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 39

neusten Links


Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/clients/client2/web2/web/j/modules/mod_quicklistweblinks/helper.php on line 78
many More Links »

part of ...

Linux Counter

Disqus

 

Learning Network

Seti@home & Boinc

myBonic

statistik

 


Who is Online

We have 202 guests and no members online

We have 201 guests, one bot and no members online


one bot:
1 x BOT for JCE