Has anyone used logdog to monitor their Linux system? I am running RHEL 6 and the scripts are written in Perl. I have installed it on a test system and configured it per the install directions. I have checked to make sure all permissions correct, all files exist and the entry of:

*.info            |${FIFO}

is set in the syslog.conf and restarted syslogd. It is old code and I have reached out to the developer with no success. http://caspian.dotconf.net/menu/Software/LogDog/

The error I get is: Mar 18 09:09:41 unknown logdog.pl9300: ERROR => Timeout while opening FIFO /var/log/fifo.logdog. Possible solution: configure syslogd to log to this FIFO and restart syslogd.

As I stated it is set in syslog.conf and I even opened all files up too 777 for testing. Any ideas from anyone that has used it?


In reply to LOGDOG FIFO Issue by vhaphisasset

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.