Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sol1-matt committed Nov 2, 2023
1 parent 5bedb50 commit b59c13f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ rm -r /usr/share/icingaweb2/modules/netbox

Download and extract the new release, then
move the module into the icingaweb2 modules path.
For example for version 3.1.16.9:
For example for version 3.6.1.0:

```
curl -L https://github.com/sol1/icingaweb2-module-netbox/archive/v3.1.16.9.tar.gz | tar xz
mv icingaweb2-module-netbox-3.1.16.9 /usr/share/icingaweb2/modules/netbox
curl -L https://github.com/sol1/icingaweb2-module-netbox/archive/v3.6.1.0.tar.gz | tar xz
mv icingaweb2-module-netbox-3.6.1.0 /usr/share/icingaweb2/modules/netbox
icingacli module enable netbox
```

Expand Down
2 changes: 1 addition & 1 deletion module.info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Name: Netbox
Version: 3.1.16.9
Version: 3.6.1.0
Depends: director
Description: Import devices, sites and other objects from Netbox

0 comments on commit b59c13f

Please sign in to comment.