net-mgmt/net-snmp: post-merge cleanups

This commit is contained in:
Franco Fichtner 2018-05-28 05:06:36 +00:00
parent 38f885bae1
commit fdb41bfca7
8 changed files with 6 additions and 6 deletions

View file

@ -42,6 +42,7 @@ misc/theme-rebellion -- A suitably dark theme
misc/theme-tukan -- The tukan theme - blue/white
net-mgmt/collectd -- Collect system and application performance metrics periodically
net-mgmt/lldpd -- LLDP allows you to know exactly on which port is a server
net-mgmt/net-snmp -- Net-SNMP is a daemon for the SNMP protocol
net-mgmt/snmp -- SNMP Server via bsnmpd
net-mgmt/telegraf -- Agent for collecting metrics and data
net-mgmt/zabbix-agent -- Enterprise-class open source distributed monitoring agent

View file

@ -5,4 +5,4 @@ like UPSs.
Net-SNMP is a suite of applications used to implement
SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
WWW: http://www.net-snmp.org
WWW: http://www.net-snmp.org

View file

@ -36,4 +36,4 @@ class GeneralController extends ApiMutableModelControllerBase
{
static protected $internalModelClass = '\OPNsense\Netsnmp\General';
static protected $internalModelName = 'general';
}
}

View file

@ -18,6 +18,6 @@
<syscontact type="TextField">
<default></default>
<Required>N</Required>
</syscontact>
</syscontact>
</items>
</model>

View file

View file

@ -21,4 +21,3 @@ command:/usr/local/etc/rc.d/snmpd status;exit 0
parameters:
type:script_output
message:request Net-SNMP status

View file

@ -1,3 +1,3 @@
snmpd:/etc/rc.conf.d/snmpd
snmpd_usercredentials.conf:/var/net-snmp/snmpd.conf
snmpd.conf:/usr/local/share/snmp/snmpd.conf
snmpd.conf:/usr/local/share/snmp/snmpd.conf

View file

@ -8,4 +8,4 @@ createUser {{ user_list.username }} SHA "{{ user_list.password }}" AES {{ user_l
{% endfor %}
{% endif %}
{% endif %}
{% endif %}