Skip to content

Commit

Permalink
Update plugin to 2020.11.20 on the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kubedzero committed Nov 20, 2020
1 parent 2e29c33 commit 7c20840
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The main objectives of this repository are:

## Installation sequence

* An Unraid user gets the link to the raw `snmp.plg` file hosted on Github, such as https://raw.githubusercontent.com/kubedzero/unraid-snmp/master/snmp.plg
* An Unraid user gets the link to the raw `snmp.plg` file hosted on Github, such as https://raw.githubusercontent.com/kubedzero/unraid-snmp/main/snmp.plg
* They paste the URL into the text input of the "Install Plugin" tab of the Plugins Unraid UI and push "Install"
* Unraid makes a local copy of the `snmp.plg` file in `/boot/config/plugins/snmp.plg` which exists persistently on the Unraid USB drive
* Unraid automatically downloads the `.txz` packages declared in the `snmp.plg` file. In this case, it is Perl, libnl, net-snmp, and our custom-built file, unraid-snmp. They are downloaded into `/boot/config/plugins/snmp/` so they needn't be re-downloaded on reboots
Expand Down
9 changes: 7 additions & 2 deletions snmp.plg
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "snmp">
<!ENTITY author "kubedzero">
<!ENTITY gitbranch "master">
<!ENTITY gitbranch "main">

<!ENTITY pluginver "2020.10.04">
<!ENTITY pluginver "2020.11.20">
<!ENTITY minosver "6.7.0">

<!ENTITY githuburl "https://raw.githubusercontent.com/&author;/unraid-snmp/&gitbranch;">
Expand Down Expand Up @@ -40,6 +40,11 @@
<CHANGES>
##SNMP

###2020.11.20
- Repository branch references changed from "master" to "main"
- https://github.com/github/renaming
- Code and functionally identical to version 2020.10.04

###2020.10.04
- Added `mem_info.sh` to print memory values in bytes
- Exposed in SNMP as `meminfo`
Expand Down

0 comments on commit 7c20840

Please sign in to comment.