Hi

I have some stuff running on a little openwrt device that will be moving between networks and I cannot always connect to it.

But nevertheless I would like to monitor it, and so I came up with the idea of using irc for that, ie. my script would simply send every 30 mins or so a status-message to a private channel.

I've just tried it out and technically it would be extremely simple (which is important as I don't have access to the whole of CPAN on Openwrt but I have IO::Socket and IO::Select and that's enough for irc) but as I never really used irc a lot I wonder if maybe there are issues I don't see at the moment (like server-operators maybe identifying and banning such bots).

So my question is: Would this be a good idea and if so what server would be best (I am currently using foonetic)?


In reply to monitoring a script via irc by morgon

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.