From: Jeremy L. <jla...@re...> - 2017-03-09 07:37:38
|
John Your perl probably cannot see BER.pm. In my devmon I added these extra "use lib" lines near the top after "use FindBin" and replacing another line containing $FindBin that didn't find the bins like it was supposed to: use FindBin; use lib "/usr/lib/devmon/modules"; use lib "/usr/share/devmon/modules"; use dm_config; I have my BER.pm installed into /usr/lib/devmon/modules/ and this tells devmon where to look. If you've installed it elsewhere, you should adjust accordingly. J On 17 December 2016 at 00:27, <joh...@ac...> wrote: > Does anyone have devmon working on Ubuntu (16.04.1 LTS)? > > I have tried 3 different servers and I keep ending up with the following > error: > > [16-12-16@07:20:40] Querying new hosts /w custom cids using snmp v2 > Undefined subroutine &dm_snmp::encode_oid called at > /home/xymon/devmon/modules/dm_snmp.pm line 480, <__ANONIO__> line 9. > > I have found a couple of suggestions that either BER.pm or SNMP_Session.pm > are not installed but both are installed. Links within the installation > doc for SNMP Session are no longer valid. > > What else can I try? > What am I doing wrong? > > Thanks, > John > _____________________________________________________________________ > John Rothlisberger > IT Strategy, Infrastructure & Security - Technology Growth Platform > TGP for Business Process Outsourcing > Accenture > 312.693.3136 office > _____________________________________________________________________ > > > ________________________________ > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise confidential information. If you have > received it in error, please notify the sender immediately and delete the > original. Any other use of the e-mail by you is prohibited. Where allowed > by local law, electronic communications with Accenture and its affiliates, > including e-mail and instant messaging (including content), may be scanned > by our systems for the purposes of information security and assessment of > internal compliance with Accenture policy. > ____________________________________________________________ > __________________________ > > www.accenture.com > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |