From 9a59e8c448b86dadb66a9445324b7b47ac45f564 Mon Sep 17 00:00:00 2001 From: Ryan Armstrong Date: Sun, 30 Oct 2016 20:43:50 +0800 Subject: [PATCH] Added prereqs for RHEL family servers - Thanks Volker --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 39bb07e..9886db2 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ Install from GitHub: # install prerequisites on Ubuntu: apt-get install perl libxml-simple-perl libsnmp-perl + # install prerequisites on RHEL family: + yum install "perl(SNMP)" "perl(XML::Simple)" + # assumes ~/bin exists and is in $PATH, so adjust accordingly! curl -sL -o ~/bin/mib2zabbix https://raw.githubusercontent.com/cavaliercoder/mib2zabbix/master/mib2zabbix.pl chmod +x ~/bin/mib2zabbix