Difference between revisions of "LibreNMS"

From 4AllBusiness
Jump to navigation Jump to search
(Created page with "LibreNMS instelling voor Linux In CentOS het volgende installeren om snmp en xinetd te activeren: yum install -y net-snmp net-snmp-util xinetd Vervolgens de inhoud van de /...")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
LibreNMS instelling voor Linux
+
LibreNMS instellingen tbv monitoring van systemen
  
In CentOS het volgende installeren om snmp en xinetd te activeren:
+
* [[LibreNMS client installeren en instellen op CentOS]]
yum install -y net-snmp net-snmp-util xinetd
+
* [[Draytek Router instellen voor monitoring op LibreNMS]]
 
 
Vervolgens de inhoud van de /etc/snmp/snmpd.conf aanpassen naar:
 
# Change RANDOMSTRINGGOESHERE to your preferred SNMP community string
 
com2sec readonly  default        publicPassAanpassen
 
 
group MyROGroup v2c        readonly
 
view all    included  .1                              80
 
access MyROGroup ""      any      noauth    exact  all    none  none
 
 
syslocation Rotterdam, Nl [51.922982,4.431308]
 
syscontact B.Huijsen <info@4allbusiness.nl>
 
 
#Distro Detection
 
extend .1.3.6.1.4.1.2021.7890.1 distro /usr/bin/distro
 
 
#Hardware Detection (uncomment to enable)
 
#extend .1.3.6.1.4.1.2021.7890.2 hardware '/bin/cat /sys/devices/virtual/dmi/id/product_name'
 
#extend .1.3.6.1.4.1.2021.7890.3 manufacturer '/bin/cat /sys/devices/virtual/dmi/id/sys_vendor'
 
#extend .1.3.6.1.4.1.2021.7890.4 serial '/bin/cat /sys/devices/virtual/dmi/id/product_serial'
 

Latest revision as of 10:13, 24 May 2018