guide to implement
jashankochar opened this issue · 4 comments
jashankochar commented
someone please guide steps to implement it
jashankochar commented
-bash: mib2zabbix.pl: command not found
cavaliercoder commented
You need to put the script into one of your $PATH
directories or invoke it using a full path.
E.g. $ ./mib2zabbix.pl
. This is fairly standard practice in unix/linux.
I am working on a more detailed guide blog entry, but this won't be available for some time.
jashankochar commented
where that template will be saved after running
cavaliercoder commented
It prints to stdout. You need to pipe it to a file.