Needed: System Monitor App

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Needed: System Monitor App

    What are some recommended (Linux/Unix) operating system monitoring
    applications? Any useful resources (websites)?

    I would prefer open-source, but inexpensive commercial apps are
    considerable.

    The basic requirements are typical: monitor certain production
    processes, monitor file system usage, monitor other servers, provide
    logging and notification (!).

    Footnote: I'm beginning to use InfoWatcher, which is two Perl programs
    that use the messages file interface, but I'm now having to debug and
    patch the app for my needs. I'm familiar with Swatch.

    Jeff Sheffel Guest

  2. Similar Questions and Discussions

    1. Monitor System Resources
      Is there any way for a coldfusion template to display what the current system resources (CPU usage, memory, etc.) are?
    2. Setting the threshold of the system monitor?
      I am running Server 2003 and I am trying to set the threshold monitor for an alert on the system monitor. What numbers do I use? Is it a...
    3. system 6 needed
      Hi, I'm interested in buying a system 6 on 4 DD bootable disks to turn my old Mac Classic alive. Thank you very much Mark
    4. Irq_l help needed system crash
      CAN someone please make sense of this for me I'm new to all this, I keep getting an error message Irql_not_less_or_equal . I think its a hard...
    5. Sql Query for new users in the system.....Help Needed
      SELECT today.LogDate, (today.TotalUsers - yesterday.TotalUsers) AS new_users FROM RegisteredUsers today INNER JOIN RegisteredUsers yesterday ON...
  3. #2

    Default Re: Needed: System Monitor App

    On Wed, 11 Aug 2004 16:22:18 GMT, Jeff Sheffel <bogus@bogus.com> wrote:
    > What are some recommended (Linux/Unix) operating system monitoring
    > applications? Any useful resources (websites)?
    Check out [url]http://bb4.org/[/url] which sounds like what you're looking for.
    Free for most users.
    > The basic requirements are typical: monitor certain production
    > processes, monitor file system usage, monitor other servers, provide
    > logging and notification (!).
    Yes, yes, yes, yes, and yes, in that order.
    > Footnote: I'm beginning to use InfoWatcher, which is two Perl programs
    > that use the messages file interface, but I'm now having to debug and
    > patch the app for my needs. I'm familiar with Swatch.
    With BigBrother, you can add external scripts for pretty much anything
    you want, the interface into bb is very straightfoward. [url]www.deadcat.net[/url]
    is full of stuff people have already written for it.

    Take a look, play with the demo. If you have a reasonbly intact
    environment, you can be up and running with a basic setup in half a day.

    Dave Hinz

    Dave Hinz Guest

  4. #3

    Default Re: Needed: System Monitor App

    Try snmp. Easy to configure and install. Then you can cron polling to the
    system, script it, and email you anywhere.
    Works great.

    "Dave Hinz" <DaveHinz@spamcop.net> wrote in message
    news:2nv0p7F52abfU1@uni-berlin.de...
    > On Wed, 11 Aug 2004 16:22:18 GMT, Jeff Sheffel <bogus@bogus.com> wrote:
    > > What are some recommended (Linux/Unix) operating system monitoring
    > > applications? Any useful resources (websites)?
    >
    > Check out [url]http://bb4.org/[/url] which sounds like what you're looking for.
    > Free for most users.
    >
    > > The basic requirements are typical: monitor certain production
    > > processes, monitor file system usage, monitor other servers, provide
    > > logging and notification (!).
    >
    > Yes, yes, yes, yes, and yes, in that order.
    >
    > > Footnote: I'm beginning to use InfoWatcher, which is two Perl programs
    > > that use the messages file interface, but I'm now having to debug and
    > > patch the app for my needs. I'm familiar with Swatch.
    >
    > With BigBrother, you can add external scripts for pretty much anything
    > you want, the interface into bb is very straightfoward. [url]www.deadcat.net[/url]
    > is full of stuff people have already written for it.
    >
    > Take a look, play with the demo. If you have a reasonbly intact
    > environment, you can be up and running with a basic setup in half a day.
    >
    > Dave Hinz
    >

    Denis Lahaie Guest

  5. #4

    Default Re: Needed: System Monitor App

    "Jeff Sheffel" <bogus@bogus.com> writes:
    > What are some recommended (Linux/Unix) operating system monitoring
    > applications? Any useful resources (websites)?
    >
    > I would prefer open-source, but inexpensive commercial apps are
    > considerable.
    >
    > The basic requirements are typical: monitor certain production
    > processes, monitor file system usage, monitor other servers, provide
    > logging and notification (!).
    >
    > Footnote: I'm beginning to use InfoWatcher, which is two Perl programs
    > that use the messages file interface, but I'm now having to debug and
    > patch the app for my needs. I'm familiar with Swatch.
    >
    [url]http://www.nagios.org/[/url]

    -jc
    --
    (apply 'concat (reverse (list "com"
    (char-to-string 46) "yahoo"
    (char-to-string 64) "joechung")))
    Joe Chung Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139