Вы находитесь на странице: 1из 25

Best Of

All
Our Story
Search

80 Linux Monitoring Tools

Quick Roundup: Linux Monitoring Tools

Last Modified: 26th Jul 2016

It’s hard work monitoring and debugging Linux performance problems, but it’s easier with the right tools
at the right time. Here’s the most comprehensive list of Linux Monitoring Tools on the Internet:

Command Line Tools
Top

Linux Monitoring Categories:

Command Line Tools
Desktop Monitoring
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring

This is a small tool which is pre­installed on many unix systems. When you want an overview of all the
processes or threads running in the system: top is a good tool. Order processes on different criteria – the
default of which is CPU.
htop

Htop is essentially an enhanced version of top. It’s easier to sort by processes. It’s visually easier to
understand and has built in commands for common things you would like to do. Plus it’s fully interactive.

atop

Atop monitors all processes much like top and htop, unlike top and htop however it has daily logging of
the processes for long­term analysis. It also shows resource consumption by all processes. It will also
highlight resources that have reached a critical load.

apachetop

Apachetop monitors the overall performance of your apache webserver. It’s largely based on mytop. It
displays current number of reads, writes and the overall number of requests processed.

ftptop

ftptop gives you basic information of all the current ftp connections to your server such as the total
amount of sessions, how many are uploading and downloading and who the client is.

mytop

Linux Monitoring Categories:

Command Line Tools
Desktop Monitoring
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring

mytop is a neat tool for monitoring threads and performance of mysql. It gives you a live look into the
database and what queries it’s processing in real time.

powertop
powertop helps you diagnose issues that has to do with power consumption and power management. It
can also help you experiment with power management settings to achieve the most efficient settings for
your server. You switch tabs with the tab key.

iotop

iotop checks the I/O usage information and gives you a top­like interface to that. It displays columns on
read and write and each row represents a process. It also displays the percentage of time the process spent
while swapping in and while waiting on I/O.
Linux Monitoring Categories:

Desktop Monitoring
Command Line Tools
Desktop Monitoring
ntopng
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring
ntopng is the next generation of ntop and the tool provides a graphical user interface via the browser for
network monitoring. It can do stuff such as: geolocate hosts, get network traffic and show ip traffic
distribution and analyze it.

iftop

iftop is similar to top, but instead of mainly checking for cpu usage it listens to network traffic on
selected network interfaces and displays a table of current usage. It can be handy for answering questions
such as “Why on earth is my internet connection so slow?!”.
Linux Monitoring Categories:
jnettop
Command Line Tools
Desktop Monitoring
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring
jnettop visualises network traffic in much the same way as iftop does. It also supports customizable text
output and a machine­friendly mode to support further analysis.

bandwidthd

BandwidthD tracks usage of TCP/IP network subnets and visualises that in the browser by building a
html page with graphs in png. There is a database driven system that supports searching, filtering,
multiple sensors and custom reports.
Linux Monitoring Categories:
EtherApe
Command Line Tools
EtherApe displays network traffic graphically, the more talkative the bigger the node. It either captures
Desktop Monitoring
live traffic or can read it from a tcpdump. The displayed can also be refined using a network filter with
Infrastructure Monitoring
pcap syntax.
Log Monitoring Tools
Network Monitoring
ethtool
ethtool is used for displaying and modifying some parameters of the network interface controllers. It can
also be used to diagnose Ethernet devices and get more statistics from the devices.

NetHogs

NetHogs breaks down network traffic per protocol or per subnet. It then groups by process. So if there’s a
surge in network traffic you can fire up NetHogs and see which process is causing it.

iptraf
Linux Monitoring Categories:

Command Line Tools
Desktop Monitoring
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring

iptraf gathers a variety of metrics such as TCP connection packet and byte count, interface statistics and
activity indicators, TCP/UDP traffic breakdowns and station packet and byte counts.

ngrep

ngrep is grep but for the network layer. It’s pcap aware and will allow to specify extended regular or
hexadecimal expressions to match against packets of .

MRTG

Linux Monitoring Categories:
MRTG was orginally developed to monitor router traffic, but now it’s able to monitor other network
related things as well. It typically collects every five minutes and then generates a html page. It also has
Command Line Tools
the capability of sending warning emails.
Desktop Monitoring
Infrastructure Monitoring
bmonLog Monitoring Tools
Network Monitoring
Bmon monitors and helps you debug networks. It captures network related statistics and presents it in
human friendly way. You can also interact with bmon through curses or through scripting.

traceroute

Traceroute is a built­in tool for displaying the route and measuring the delay of packets across a network.

IPTState
Linux Monitoring Categories:
IPTState allows you to watch where traffic that crosses your iptables is going and then sort that by
different criteria as you please. The tool also allows you to delete states from the table.
Command Line Tools
Desktop Monitoring
darkstat
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring
Darkstat captures network traffic and calculates statistics about usage. The reports are served over a
simple HTTP server and gives you a nice graphical user interface of the graphs.

vnStat

vnStat is a network traffic monitor that uses statistics provided by the kernel which ensures light use of
system resources. The gathered statistics persists through system reboots. It has color options for the
artistic sysadmins.
Linux Monitoring Categories:
netstat
Command Line Tools
Desktop Monitoring
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring
Netstat is a built­in tool that displays TCP network connections, routing tables and a number of network
interfaces. It’s used to find problems in the network.

ss
Instead of using netstat, it’s however preferable to use ss. The ss command is capable of showing more
information than netstat and is actually faster. If you want a summary statistics you can use the command
ss -s.

nmap

Linux Monitoring Categories:

Command Line Tools
Nmap allows you to scan your server for open ports or detect which OS is being used. But you could also
Desktop Monitoring
use this for SQL injection vulnerabilities, network discovery and other means related to penetration
testing.Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring
MTR
MTR combines the functionality of traceroute and the ping tool into a single network diagnostic tool.
When using the tool it will limit the number hops individual packets has to travel while also listening to
their expiry. It then repeats this every second.

tcpdump

tcpdump will output a description of the contents of the packet it just captured which matches the
expression that you provided in the command. You can also save the this data for further analysis.
Linux Monitoring Categories:
Justniffer
Command Line Tools
Desktop Monitoring
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring
Justniffer is a tcp packet sniffer. You can choose whether you would like to collect low­level data or high­
level data with this sniffer. It also allows you to generate logs in customizable way. You could for
instance mimic the access log that apache has.

80+ #Linux Monitoring Tools. An epic #SysAdmin
resource

Infrastructure Monitoring
Server Density

Linux Monitoring Categories:

Command Line Tools
Desktop Monitoring
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring

Our server monitoring tool! It has a web interface that allows you to set alerts and view graphs for all
system and network metrics. You can also set up monitoring of websites whether they are up or down.
Server Density allows you to set permissions for users and you can extend your monitoring with our
plugin infrastructure or api. The service already supports Nagios plugins.

OpenNMS
OpenNMS has four main functional areas: event management and notifications; discovery and
provisioning; service monitoring and data collection. It’s designed to be customizable to work in a variety
of network environments.

SysUsage

SysUsage monitors your system continuously via Sar and other system commands. It also allows
notifications to alarm you once a threshold is reached. SysUsage itself can be run from a centralized place
where all the collected statistics are also being stored. It has a web interface where you can view all the
Linux Monitoring Categories:
stats.

Command Line Tools
brainypdm
Desktop Monitoring
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring
brainypdm is a data management and monitoring tool that has the capability to gather data from nagios or
another generic source to make graphs. It’s cross­platform, has custom graphs and is web based.

PCP

PCP has the capability of collating metrics from multiple hosts and does so efficiently. It also has a
plugin framework so you can make it collect specific metrics that is important to you. You can access
graph data through either a web interface or a GUI. Good for monitoring large systems.
Linux Monitoring Categories:
KDE system guard
Command Line Tools
Desktop Monitoring
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring
This tool is both a system monitor and task manager. You can view server metrics from several machines
through the worksheet and if a process needs to be killed or if you need to start a process it can be done
within KDE system guard.

Munin

Munin is both a network and a system monitoring tool which offers alerts for when metrics go beyond a
given threshold. It uses RRDtool to create the graphs and it has web interface to display these graphs. Its
emphasis is on plug and play capabilities with a number of plugins available.
Linux Monitoring Categories:
Nagios
Command Line Tools
Desktop Monitoring
Infrastructure Monitoring
Nagios is system and network monitoring tool that helps you monitor monitor your many servers. It has
Log Monitoring Tools
support for alerting for when things go wrong. It also has many plugins written for the platform.
Network Monitoring

Zenoss

Zenoss provides a web interface that allows you to monitor all system and network metrics. Moreover it
discovers network resources and changes in network configurations. It has alerts for you to take action on
and it supports the Nagios plugins.

Cacti
(And one for luck!) Cacti is network graphing solution that uses the RRDtool data storage. It allows a
user to poll services at predetermined intervals and graph the result. Cacti can be extended to monitor a
source of your choice through shell scripts.

Zabbix

Zabbix Monitoring
Zabbix is an open source infrastructure monitoring solution. It can use most databases out there to store
the monitoring statistics. The Core is written in C and has a frontend in PHP. If you don’t like installing
an agent, Zabbix might be an option for you.

nmon

nmon either outputs the data on screen or saves it in a comma separated file. You can display CPU,
memory, network, filesystems, top processes. The data can also be added to a RRD database for further
analysis.

conky

Conky monitors a plethora of different OS stats. It has support for IMAP and POP3 and even support for
many popular music players! For the handy person you could extend it with your own scripts or programs
using Lua.

Glances

Glances monitors your system and aims to present a maximum amount of information in a minimum
amount of space. It has the capability to function in a client/server mode as well as monitoring remotely.
It also has a web interface.

saidar

Saidar is a very small tool that gives you basic information about your system resources. It displays a full
screen of the standard system resources. The emphasis for saidar is being as simple as possible.
Linux Monitoring Categories:
RRDtool
Command Line Tools
Desktop Monitoring
RRDtool is a tool developed to handle round­robin databases or RRD. RRD aims to handle time­series
Infrastructure Monitoring
data like CPU load, temperatures etc. This tool provides a way to extract RRD data in a graphical format.
Log Monitoring Tools
Network Monitoring
monit

Monit has the capability of sending you alerts as well as restarting services if they run into trouble. It’s
possible to perform any type of check you could write a script for with monit and it has a web user
interface to ease your eyes.

Linux process explorer

linux­process­monitor
Linux process explorer is akin to the activity monitor for OSX or the windows equivalent. It aims to be
more usable than top or ps. You can view each process and see how much memory usage or CPU it uses.

df

df is an abbreviation for disk free and is pre­installed program in all unix systems used to display the
amount of available disk space for filesystems which the user have access to.

discus

Discus is similar to df however it aims to improve df by making it prettier using fancy features as colors,
graphs and smart formatting of numbers.

xosview

xosview is a classic system monitoring tool and it gives you a simple overview of all the different parts of
the including IRQ.

Dstat

Dstat aims to be a replacement for vmstat, iostat, netstat and ifstat. It allows you to view all of your
system resources in real­time. The data can then be exported into csv. Most importantly dstat allows for
plugins and could thus be extended into areas not yet known to mankind.

Net­SNMP

SNMP is the protocol ‘simple network management protocol’ and the Net­SNMP tool suite helps you
collect accurate information about your servers using this protocol.

incron

Incron allows you to monitor a directory tree and then take action on those changes. If you wanted to
copy files to directory ‘b’ once new files appeared in directory ‘a’ that’s exactly what incron does.

monitorix
Linux Monitoring Categories:
Monitorix is lightweight system monitoring tool. It helps you monitor a single machine and gives you a
wealth of metrics. It also has a built­in HTTP server to view graphs and a reporting mechanism of all
metrics.
Command Line Tools
Desktop Monitoring
vmstatInfrastructure Monitoring
Log Monitoring Tools
Network Monitoring
vmstat or virtual memory statistics is a small built­in tool that monitors and displays a summary about the
memory in the machine.

uptime

This small command that quickly gives you information about how long the machine has been running,
how many users currently are logged on and the system load average for the past 1, 5 and 15 minutes.

mpstat
mpstat is a built­in tool that monitors cpu usage. The most common command is using mpstat -P ALL
which gives you the usage of all the cores. You can also get an interval update of the CPU usage.

pmap

pmap is a built­in tool that reports the memory map of a process. You can use this command to find out
causes of memory bottlenecks.

ps

The ps command will give you an overview of all the current processes. You can easily select all
processes using the command ps -A

sar

sar is a part of the sysstat package and helps you to collect, report and save different system metrics. With
different commands it will give you CPU, memory and I/O usage among other things.

collectl

Similar to sar collectl collects performance metrics for your machine. By default it shows cpu, network
and disk stats but it collects a lot more. The difference to sar is collectl is able to deal with times below 1
second, it can be fed into a plotting tool directly and collectl monitors processes more extensively.

iostat

iostat is also part of the sysstat package. This command is used for monitoring system input/output. The
reports themselves can be used to change system configurations to better balance input/output load
between hard drives in your machine.

free

Linux Monitoring Categories:
This is a built­in command that displays the total amount of free and used physical memory on your
machine. It also displays the buffers used by the kernel at that given moment.
Command Line Tools
Desktop Monitoring
/Proc file system
Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring
The proc file system gives you a peek into kernel statistics. From these statistics you can get detailed
information about the different hardware devices on your machine. Take a look at the full list of the proc
file statistics

GKrellM

GKrellm is a gui application that monitor the status of your hardware such CPU, main memory, hard
disks, network interfaces and many other things. It can also monitor and launch a mail reader of your
choice.

Gnome system monitor
Gnome system monitor is a basic system monitoring tool that has features looking at process
dependencies from a tree view, kill or renice processes and graphs of all server metrics.

Log Monitoring Tools
GoAccess

GoAccess is a real­time web log analyzer which analyzes the access log from either apache, nginx or
amazon cloudfront. It’s also possible to output the data into HTML, JSON or CSV. It will give you
general statistics, top visitors, 404s, geolocation and many other things.

Logwatch

Logwatch is a log analysis system. It parses through your system’s logs and creates a report analyzing the
areas that you specify. It can give you daily reports with short digests of the activities taking place on
your machine.

Swatch

Much like Logwatch Swatch also monitors your logs, but instead of giving reports it watches for regular
expression and notifies you via mail or the console when there is a match. It could be used for intruder
detection for example.

MultiTail

MultiTail helps you monitor logfiles in multiple windows. You can merge two or more of these logfiles
into one. It will also use colors to display the logfiles for easier reading with the help of regular
expressions.

Network Monitoring
acct or psacct
acct or psacct (depending on if you use apt­get or yum) allows you to monitor all the commands a users
executes inside the system including CPU and memory time. Once installed you get that summary with
Linux Monitoring Categories:
the command ‘sa’.
Command Line Tools
whowatch
Desktop Monitoring
Infrastructure Monitoring
Similar to acct this tool monitors users on your system and allows you to see in real time what commands
Log Monitoring Tools
and processes they are using. It gives you a tree structure of all the processes and so you can see exactly
Network Monitoring
what’s happening.

strace

strace is used to diagnose, debug and monitor interactions between processes. The most common thing to
do is making strace print a list of system calls made by the program which is useful if the program does
not behave as expected.

DTrace
DTrace is the big brother of strace. It dynamically patches live running instructions with instrumentation
code. This allows you to do in­depth performance analysis and troubleshooting. However, it’s not for the
weak of heart as there is a 1200 book written on the topic.

webmin

Webmin is a web­based system administration tool. It removes the need to manually edit unix
configuration files and lets you manage the system remotely if need be. It has a couple of monitoring
modules that you can attach to it.

stat

Stat is a built­in tool for displaying status information of files and file systems. It will give you
information such as when the file was modified, accessed or changed.

ifconfig

ifconfig is a built­in tool used to configure the network interfaces. Behind the scenes network monitor
tools use ifconfig to set it into promiscuous mode to capture all packets. You can do it yourself with
ifconfig eth0 promisc and return to normal mode with `ifconfig eth0 -promisc`.

ulimit

ulimit is a built­in tool that monitors system resources and keeps a limit so any of the monitored
resources don’t go overboard. For instance making a fork bomb where a properly configured ulimit is in
place would be totally fine.

cpulimit

CPUlimit is a small tool that monitors and then limits the CPU usage of a process. It’s particularly useful
to make batch jobs not eat up too many CPU cycles.

lshw
Linux Monitoring Categories:
lshw is a small built­in tool extract detailed information about the hardware configuration of the machine.
Command Line Tools
It can output everything from CPU version and speed to mainboard configuration.
Desktop Monitoring
w Infrastructure Monitoring
Log Monitoring Tools
Network Monitoring
W is a built­in command that displays information about the users currently using the machine and their
processes.

lsof

lsof is a built­in tool that gives you a list of all open files and network connections. From there you can
narrow it down to files opened by processes, based on the process name, by a specific user or perhaps kill
all processes that belongs to a specific user.

Thanks for your suggestions. It’s an oversight on our part that we’ll have to go back trough and renumber
all the headings. In light of that, here’s a short section at the end for some of the Linux monitoring tools
recommended by you:

collectd
Collectd is a Unix daemon that collects all your monitoring statistics. It uses a modular design and
plugins to fill in any niche monitoring. This way collectd stays as lightweight and customizable as
possible.

Observium

Observium is an auto­discovering network monitoring platform supporting a wide range of hardware
platforms and operating systems. Observium focuses on providing a beautiful and powerful yet simple
and intuitive interface to the health and status of your network.

Nload
It’s a command line tool that monitors network throughput. It’s neat because it visualizes the in and and
outgoing traffic using two graphs and some additional useful data like total amount of transferred data.
You can install it with
yum install nload

or
sudo apt-get install nload

SmokePing

SmokePing keeps track of the network latencies of your network and it visualises them too. There are a
wide range of latency measurement plugins developed for SmokePing. If a GUI is important to you it’s
there is an ongoing development to make that happen.

MobaXterm

If you’re working in windows environment day in and day out. You may feel limited by the terminal
Windows provides. MobaXterm comes to the rescue and allows you to use many of the terminal
commands commonly found in Linux. Which will help you tremendously in your monitoring needs!

Shinken monitoring

Shinken is a monitoring framework which is a total rewrite of Nagios in python. It aims to enhance
flexibility and managing a large environment. While still keeping all your nagios configuration and
Linux Monitoring Categories:
plugins.
Command Line Tools
Desktop Monitoring
32 Comments Server Density Blog 
1  Login
Infrastructure Monitoring
Log Monitoring Tools Sort by Best
  Recommend  9 ⤤ Share
Network Monitoring

Join the discussion…

Carmen Caelestis • 2 years ago
You can also add missing Zabbix and Graphite/Graphana: then there's App­level and DB
monitoring tools that reach up from system into the app too. :) MONITOR. ALL. THE.
THINGS! #monitorlove
4 △   ▽ • Reply • Share ›

Jonathan Sundqvist > Carmen Caelestis • a year ago
Zabbix has been added!
1 △   ▽ • Reply • Share ›

JOBBO > Carmen Caelestis • 2 years ago
We use Zabbix and Graphite too! You may need to check for Sensu, it's cool!
1 △   ▽ • Reply • Share ›

Patrick Lee • 2 years ago
This is an excellent list! I've learned about some new tools already. I would add Zabbix to the
infrastructure monitoring section. You could just make it #82 for additional luck. :)
3 △   ▽ • Reply • Share ›

Jonathan Sundqvist > Patrick Lee • a year ago
I just added Zabbix to the list, thanks for the suggestion.
△   ▽ • Reply • Share ›

Surrogard • 2 years ago
"bwm­ng" simple, easy to use bandwidth monitor
1 △   ▽ • Reply • Share ›

Samarth • 2 years ago
This was a very informative post. Came across some new tools here that I could use for my
work. I would, however, like to add SeaLion(https://sealion.com/) as #82 under Infrastructure
Monitoring Tools. I currently use this tool to keep an eye on my servers. It is also cloud
based, but is easy to install and the metrics are displayed very neatly. It's not very popular
but it's worth a mention.
1 △   ▽ • Reply • Share ›

Hemanth Hemi • 2 months ago
I need a simple light weight tool....Purpose:When server gets down email sld be triggered to
the team ...Thanks in advance
△   ▽ • Reply • Share ›

Jonathan Sundqvist > Hemanth Hemi • 2 months ago
Try out Server Density then. It'll get that job done for you
Linux Monitoring Categories:
△   ▽ • Reply • Share ›
Command Line Tools
Desktop Monitoring
Thomas Leavitt • 6 months ago
Infrastructure Monitoring
Xymon is a nice, low overhead, easy to get started with, highly customizable and
Log Monitoring Tools
configurable system monitoring tool that is being actively supported and developed. I've
Network Monitoring
implemented it many times (dating back to when it was called Hobbit), and always been
happy with the results. There are quite a few plugins and enhancements available as well.
Search Google for Xymon and you'll find a ton of info.
△   ▽ • Reply • Share ›

Nick Kremer • 7 months ago
Awesome list, you should also add ncdu, my favorite du alternative. (NCurses Disk Usage)
△   ▽ • Reply • Share ›

Santiago Hierro • 8 months ago
I was in search of a new monitoring app that will be similar to Zabbix but more lightweight.
Stumbling upon your great article surely gives me more options, but I decided to use Munin.
I found an installation tutorial from the Rosehosting blog and will now install it on my Centos
server.
Thanks for this great article btw.
△   ▽ • Reply • Share ›

Hemanth Hemi > Santiago Hierro • 2 months ago
What are the events Munin facilitates...I
△   ▽ • Reply • Share ›

Uwe Franz Lutze • 8 months ago
thanks its a good list. when it´s ok i will make a copy for other Admins
△   ▽ • Reply • Share ›

mohammad • 8 months ago
ashmon is another With nice gui .

https://github.com/ashtum/ashm...
△   ▽ • Reply • Share ›

rway • 9 months ago
Nice list!
△   ▽ • Reply • Share ›

Reid • a year ago
Don't forget lspci, lsusb, and lsblk
△   ▽ • Reply • Share ›

Melissa • a year ago
This is an excellent list! I agree with some other posters and believe that Zabbix should
definitely be added to the list.
△   ▽ • Reply • Share ›

Jonathan Sundqvist > Melissa • a year ago
I added Zabbix to the list :)
Linux Monitoring Categories:
△   ▽ • Reply • Share ›
Command Line Tools
Melissa > Jonathan Sundqvist • a year ago
Desktop Monitoring
Awesome!
Infrastructure Monitoring
Log Monitoring Tools
△   ▽ • Reply • Share ›
Network Monitoring
Didier • 2 years ago
I have recently found a very useful free sysadmin tool called "MobaXterm" (
http://mobaxterm.mobatek.net ). It is a terminal bash console for windows which allows ssh,
public keys, X11­forwarding, multi­tabs, mosh and many Linux commands in Windows
environment.
It has replaced PuTTY, Exceed, ReflectionX, mRemoteNG, Mstsc and WinSCP in my
everyday work!
△   ▽ • Reply • Share ›

Jonathan Sundqvist > Didier • a year ago
Thanks, I added it to the list.
△   ▽ • Reply • Share ›

Android File Host • 2 years ago
Observium should be on the list in my opinion. Other then that a great list.
△   ▽ • Reply • Share ›

Jonathan Sundqvist > Android File Host • a year ago
I added it to the list :)
△   ▽ • Reply • Share ›

Guest • 2 years ago
http://www.sysdig.org/
△   ▽ • Reply • Share ›

dominix • 2 years ago
you must add nload to be complete !
△   ▽ • Reply • Share ›

Jonathan Sundqvist > dominix • a year ago
Added it to the list :)
△   ▽ • Reply • Share ›

Steffen26 • 2 years ago
Great List, but I guess you can add to it even more, if you got time for it. If you are adding
Zabbix on the list, do not forget shinken (www.shinken­monitoring.org) ... and you are
missing Munin, which is way older than a bunch of guys on your list and integrated in many
systems already.
△   ▽ • Reply • Share ›

Lupul_rau • 2 years ago
pretty big list but collectd, smokeping should not be missing from it.
△   ▽ • Reply • Share ›

Jonathan Sundqvist > Lupul_rau • a year ago
Linux Monitoring Categories:
I added both of these to the list!
△   ▽ • Reply • Share ›
Command Line Tools
Desktop Monitoring
Infrastructure Monitoring
Ivan G • 2 years ago
Log Monitoring Tools
Yep, I also expected to see Zabbix in this list.
Network Monitoring
△   ▽ • Reply • Share ›

zelehaist • 2 years ago
I would add here Zabbix. It is a good Cacti/Nagios alternative.
△   ▽ • Reply • Share ›

✉ Subscribe d Add Disqus to your site Add Disqus Add ὑ Privacy


Articles you care about. Delivered.

First name   Last name
Your best email address   Particularly interested in articles about…   Send me custom content!
Maybe another time

Publishing great content for DevOps is our hobby. Creating tools for monitoring your infrastructure is our
job.

See how we do:

Server monitoring
Website monitoring
60+ Integrations

+ the best customer support!

Blog

Best of
All
Our Story

Subscribe for great articles Send me custom content...

Linux Monitoring Categories:
Cloud Status for iOS

Command Line Tools
Monitor the status of top Cloud providers like AWS + Azure. Get alerted of issues in real time. All for
free! Desktop Monitoring
Infrastructure Monitoring
Read more
Log Monitoring Tools
Network Monitoring
© 2016 Server Density.  Follow @serverdensity 11.1K followers

Вам также может понравиться