Questions tagged [monitoring]

Applications or appliances that observe machines, systems and networks to find problems and notify administrators.

Monitoring systems Observe...

  • Network Infrastucture (1),(2)
  • Machines, (servers, desktops, IoT)
  • Services (1),(2),(3), (4), (5), (6), (7)
  • Applications (1),(2)
  • Database
    • (Can be used to notify business users of events in the business based on the value of an SQL query)
  • Filesystems (1),(2)
  • Antivirus

...through either an agent installed on the target machine, or through a scan.

These agents or scans can reveal problems with the things they observe.

When such a problem is found, an administrator can be notified, enabling administrators to intervene and solve these problems quickly.

Examples of Monitoring Software Include:

  • Scanning
    • Spiceworks
  • Agent Based
    • Kasya
  • Alerts
    • Naginos
    • ABRA Alerts
2449 questions
582
votes
3 answers

What exactly do the colors in htop status bars mean?

By default, htop shows colored status bars for processors, memory, and swap. From left to right, the bars are colored green, blue, yellow, and red depending on some thresholds. What does it mean when the Memory bar has a small level of green and…
tobym
  • 6,271
  • 3
  • 17
  • 9
187
votes
73 answers

What tool do you use to monitor your servers?

For a more comprehensive list of monitoring tools and their features, check out this Wikipedia page. As the question states, what are the most commonly used tools used for this task and what are their strengths and weaknesses?
Aron Rotteveel
  • 8,449
  • 17
  • 53
  • 64
60
votes
13 answers

How to monitor a windows log file in real time?

On windows how can I easily monitor a log file and see updates to the file in real time? Basically, same functionality like tail -f log_file on Unix systems Platform: Windows XP/2003/2008 server [Update] this is quite handy for a quick…
dance2die
  • 2,011
  • 7
  • 32
  • 41
52
votes
3 answers

ipmitool - can't find /dev/ipmi0 or /dev/ipmidev/0

Based on a previous question, I installed ipmitool (yum install ipmitool). Even after a reboot, though, i get the following error when trying to run ipmitool power status: Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such…
warren
  • 18,369
  • 23
  • 84
  • 135
45
votes
7 answers

View content of memcached

Are there any tools to explore what is currently cached inside a memcached pool? Not some much graphs, but the actual key/values currently stored.
Tom
  • 766
  • 3
  • 9
  • 24
44
votes
11 answers

How to monitor and log the memory/cpu usage of processes over time?

I am looking for a way to diagnose issues, such as swap death, where a balooning memory process fills up swap and kills the whole machine (such as apache). I'm already using cacti and I can set up nagios (though would rather not) or munin but as far…
Artem Russakovskii
  • 1,003
  • 3
  • 12
  • 25
43
votes
5 answers

monit: check process without pidfile

I'm looking for a way to kill all processes with a given name that have been running for more than X amount of time. I spawn many instances of this particular executable, and sometimes it goes into a bad state and runs forever, taking up a lot of…
Parand
  • 738
  • 1
  • 8
  • 15
42
votes
8 answers

Get a history of CPU/memory usage

Is there someway to record Task Managers info about CPU and memory usage to examine later? Or an equivalent tool?
samoz
  • 2,033
  • 6
  • 19
  • 20
42
votes
19 answers

Can anyone recommend a website monitoring service?

What are people using for website monitoring services? I am referring to a service that I can configure specific hits to my site to monitor if the site is up, and how fast it is responding to the requests. I am looking for an external service, that…
qxotk
  • 1,434
  • 2
  • 15
  • 26
40
votes
34 answers

Best smartphone for sysadmins?

I need a cell phone that will help me keep an eye on my servers and services when I am away from my computer/desk/workplace. Which smart phone would you recommend for sysadmins? An SSH client is a must. I haven't used an iPhone, but I guess having…
Fh.
  • 345
  • 4
  • 9
39
votes
8 answers

Colorize Monitoring of Logs

I sometimes monitor apache and php error logs using tail under FreeBSD. Is there any way to get colorized output, either using tail or some other command line app? Alternatively, what is your favorite way to monitor the various web-related logs in…
Ian
  • 1,498
  • 4
  • 26
  • 32
38
votes
2 answers

Get notification from supervisord when a job exits

Is there any way supervisord can automatically restart a failed/exited/terminated job and send me a notification email with a dump of the last x lines of log file?
Sebastian Hoitz
  • 3,169
  • 3
  • 24
  • 19
38
votes
10 answers

Testing a website from Linux command line

I am looking for a tool to test a website from a Linux command line. From the output, I need to know the http response (status codes) but also benchmark the time it takes to download the different elements of the site. Thank you in advance.
Embreau
  • 1,287
  • 1
  • 9
  • 10
37
votes
6 answers

How to see incoming IPs in Linux?

I am wondering what is the command/utility to have a real-time view of incoming IPs to my server, ideally along with the port and connected.
alfish
  • 3,127
  • 15
  • 47
  • 71
33
votes
4 answers

How i configure monit to start a process with a specific user?

Monit runs with root, but i don't want to start my processes as root.. like mysql, mongrel, apache..
Guilherme
  • 751
  • 2
  • 7
  • 8
1
2 3
99 100