mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Improve Markdown syntax in Document (#12949)
* Use GitLab instead of Gitlab Only change text part, the Alert.Transport.Gitlab class left as is. * Fix href in document * Move section in document The agent list in this document is sorted by alphabetical order, "SDFS info" is the only exception. * Remove trailing spaces in document * Align code in document * Fix Markdown in document - Escape underline - Add syntax highlight - Add two space in the end of line to make it a newline - Add newline before list or code section * Update LibreNMS/Alert/Transport/Gitlab.php Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
This commit is contained in:
@@ -203,8 +203,8 @@ Notes:
|
||||
|
||||
CLI SNMP v3 Configuration for *authPriv*
|
||||
```
|
||||
/snmp community
|
||||
add name="<COMMUNITY>" addresses="<ALLOWED-SRC-IPs/NETMASK>"
|
||||
/snmp community
|
||||
add name="<COMMUNITY>" addresses="<ALLOWED-SRC-IPs/NETMASK>"
|
||||
set "<COMMUNITY>" authentication-password="<AUTH_PASS>" authentication-protocol=MD5
|
||||
set "<COMMUNITY>" encryption-password="<ENCRYP_PASS>" encryption-protocol=AES
|
||||
set "<COMMUNITY>" read-access=yes write-access=no security=private
|
||||
@@ -497,7 +497,7 @@ service snmpd restart
|
||||
|
||||
#### PowerShell
|
||||
The following example will install SNMP, set the Librenms IP and set a read only community string.
|
||||
Replace `$IP` and `$communitystring` with your values.
|
||||
Replace `$IP` and `$communitystring` with your values.
|
||||
|
||||
```Powershell
|
||||
Install-WindowsFeature -Name 'SNMP-Service','RSAT-SNMP'
|
||||
|
Reference in New Issue
Block a user