mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net-mgmt/net-snmp: post-merge cleanups
This commit is contained in:
parent
38f885bae1
commit
fdb41bfca7
8 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -36,4 +36,4 @@ class GeneralController extends ApiMutableModelControllerBase
|
|||
{
|
||||
static protected $internalModelClass = '\OPNsense\Netsnmp\General';
|
||||
static protected $internalModelName = 'general';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@
|
|||
<syscontact type="TextField">
|
||||
<default></default>
|
||||
<Required>N</Required>
|
||||
</syscontact>
|
||||
</syscontact>
|
||||
</items>
|
||||
</model>
|
||||
|
|
|
|||
0
net-mgmt/net-snmp/src/opnsense/scripts/OPNsense/Netsnmp/setup.sh
Normal file → Executable file
0
net-mgmt/net-snmp/src/opnsense/scripts/OPNsense/Netsnmp/setup.sh
Normal file → Executable file
|
|
@ -21,4 +21,3 @@ command:/usr/local/etc/rc.d/snmpd status;exit 0
|
|||
parameters:
|
||||
type:script_output
|
||||
message:request Net-SNMP status
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ createUser {{ user_list.username }} SHA "{{ user_list.password }}" AES {{ user_l
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue