From 15bf8b7e4ec75ec0a22921363d92e2825cd9d203 Mon Sep 17 00:00:00 2001 From: voxnil <14983067+voxnil@users.noreply.github.com> Date: Fri, 19 Oct 2018 14:58:58 -0700 Subject: [PATCH] zfs-linux CentOS 7 specifics (#9327) https://github.com/librenms/librenms-agent/issues/201 DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply `, i.e `./scripts/github-apply 5926` After you are done testing, you can remove the changes with `./scripts/github-remove`. If there are schema changes, you can ask on discord how to revert. --- doc/Extensions/Applications.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Extensions/Applications.md b/doc/Extensions/Applications.md index 5852a5c619..e1dc88eef6 100644 --- a/doc/Extensions/Applications.md +++ b/doc/Extensions/Applications.md @@ -1124,6 +1124,7 @@ The application should be auto-discovered as described at the top of the page. I ### ZFS ##### SNMP Extend +`zfs-linux` requires python3 >=python3.5. The installation steps are: