In terms of scaling, using a consumer/producer worker queue model is always a consideration. I like redis, personally and it can be used either with your own worker daemons distributed however or via one of the async frameworks you mentioned.

Your mentioning of SNMP made me look to see if observium had some sort of API and Perl client, but instead I found App::Netdisco - the author may have solved some or all of the problem you're addressing. I found it because it does have an observium plugin, App::NetdiscoX::Web::Plugin::Observium. Looking at the author profile on metacpan, I also saw: YATG (Fast SNMP data poller daemon, with storage and graphing) and YATG::Tutorial.


In reply to Re: Simple Perl NMS Polling Engine by perlfan
in thread Simple Perl NMS Polling Engine by mmoorreett

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.