aboutsummaryrefslogtreecommitdiff
path: root/net/net-snmp/files
Commit message (Collapse)AuthorAge
* net-snmp: reload snmpd on interface eventsStijn Tintel2016-02-20
| | | | | | | | | | | | | | | | | When applying wireless configuration changes, the ifindex of the wireless interface(s) change. While snmpd picks up the new interfaces with the correct index, it does not remove the old ones: IF-MIB::ifName.23 = STRING: wlan0 IF-MIB::ifName.24 = STRING: wlan1 IF-MIB::ifName.25 = STRING: wlan0 IF-MIB::ifName.26 = STRING: wlan1 This causes problems for monitoring tools that use ifName (or ifDesc) as interface reference. Add a trigger that reloads snmpd on interface up/down events so that it will no longer have the old interfaces. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* net-snmp: add service_triggers callbackfeckert2015-08-06
| | | | | Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com> Signed-off-by: Helge Mader <hmader@tdt.de>
* net-snmp: add config optionsfeckert2015-08-06
| | | | | | | | | | | - trap_hostname - trap_ip - access_default - access_HostName - access_HostIP Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com> Signed-off-by: Helge Mader <hmader@tdt.de>
* net-snmp: monitor ifindex changesStijn Tintel2015-02-18
| | | | | | | | | When an ifindex for an interface changes, some monitoring tools can no longer find the interface and send alerts. Monitor all network interfaces via the procd netdev parameter, so that /etc/init.d/snmpd reload will restart snmpd if any ifindex changed. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* net-snmp: cosmetic changes in snmpd init scriptStijn Tintel2015-02-18
| | | | | | | | - Refactor RUN_C into CONFIGFILE, as used in dnsmasq and igmpproxy init scripts. - Add a newline after each function definition. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* net-snmp: convert snmpd to procdStijn Tintel2015-02-18
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* net-snmp: remove /etc/default/snmpd DebianismStijn Tintel2015-02-18
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Update snmpd.initrcmcronny2014-10-13
| | | | | | | | | | add support for "disk <partition> <size>" option example for /etc/config/snmpd =========== config disk option partition '/' option size '500' ===========
* net-snmp: import from oldpackages, add myself as maintainer, add license ↵Jo-Philipp Wich2014-07-02
information, update to v5.4.4, refresh patches Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>