Skip to content

Commit

Permalink
Added prereqs for RHEL family servers - Thanks Volker
Browse files Browse the repository at this point in the history
  • Loading branch information
cavaliercoder committed Oct 30, 2016
1 parent f34d9ca commit 9a59e8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 9a59e8c

Please sign in to comment.