mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net-mgmt/net-snmp: post-merge cleanups
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Regular → Executable
@@ -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
|
||||
|
||||
+1
-1
@@ -8,4 +8,4 @@ createUser {{ user_list.username }} SHA "{{ user_list.password }}" AES {{ user_l
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user