LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-08-2020, 08:28 PM   #1
Finsfree
Member
 
Registered: Aug 2018
Location: 3rd rock from the sun
Distribution: Ubuntu, Mint & Kali
Posts: 72

Rep: Reputation: Disabled
Free Server monitoring software?


I'm looking for a free server monitoring software. Basically, I want to know if a server has lost power or is in a down state. I guess what i'm asking for is something that will sent a "PING" every once in a while to check if it's still up and running.

This is in a Windows Domain environment, but I can run the app on Windows or Linux. It really doesn't matter to me.

Maybe, something with a web interface or an app that runs on a single server that I can login to would be fine.

Thanks,
 
Old 08-08-2020, 08:36 PM   #2
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
Webmin has a monitoring module. Seems to work very well. Sends an email when a daemon goes down. Overhead seems low,
 
1 members found this post helpful.
Old 08-09-2020, 09:02 AM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Finsfree View Post
I'm looking for a free server monitoring software. Basically, I want to know if a server has lost power or is in a down state. I guess what i'm asking for is something that will sent a "PING" every once in a while to check if it's still up and running.

This is in a Windows Domain environment, but I can run the app on Windows or Linux. It really doesn't matter to me. Maybe, something with a web interface or an app that runs on a single server that I can login to would be fine.
Loads of things you can use, but if you're wanting to monitor this ONE THING now, chances are good you've set foot on a slippery slope that will wind up being, "Y'know, since we're monitoring THIS, can we monitor XXX and YYY...as well??"

For your use-case now, a simple bash script that sleeps for X minutes and sends a ping is all you'd need. But I'd suggest something like Nagios or Zabbix, so you can monitor the network hardware as well. Getting an alert that a server is down at dark-O-thirty in the morning isn't good, but getting it because the network switch went down (which may be someone elses problem) is even worse. Being able to do SNMP monitoring pretty easily, poking switches/disk space/memory is a good thing. And it gives you a central web-accessible interface.
 
Old 08-09-2020, 12:06 PM   #4
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,599

Rep: Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546

I've used Prometheus for this (and a lot more), with a Grafana front-end.

There are other options listed in their comparison to alternatives documentation.

 
Old 08-09-2020, 02:53 PM   #5
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
munin does what I need.
 
Old 08-11-2020, 10:05 AM   #6
ychaouche
Member
 
Registered: Mar 2017
Distribution: Mint, Debian, Q4OS, Mageia, KDE Neon
Posts: 367
Blog Entries: 1

Rep: Reputation: 48
I used monit to montior web applications and restart them if they're not responding. It works quite well.
 
Old 09-02-2020, 11:24 PM   #7
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,800

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by TB0ne View Post
Loads of things you can use, but if you're wanting to monitor this ONE THING now, chances are good you've set foot on a slippery slope that will wind up being, "Y'know, since we're monitoring THIS, can we monitor XXX and YYY...as well??"

For your use-case now, a simple bash script that sleeps for X minutes and sends a ping is all you'd need. But I'd suggest something like Nagios or Zabbix, so you can monitor the network hardware as well. Getting an alert that a server is down at dark-O-thirty in the morning isn't good, but getting it because the network switch went down (which may be someone elses problem) is even worse. Being able to do SNMP monitoring pretty easily, poking switches/disk space/memory is a good thing. And it gives you a central web-accessible interface.
When one of my previous employers was started using Nagios for their large network, getting 27 pages about servers in a remote data center were common. Then I added the network gear to the monitoring. (Our network team wasn't happy about our monitoring their gear -- gotta love office politics -- and I had to have the server admins give the server's IP address as well as their default route when setting up their monitoring.) If a router went down, the Nagios alert rules made sure the network team got the alert, not the server admins whose systems were behind the downed network box.

I found it pretty nice to be able to have Nagios checking for "XXX" and "YYY". It was a pity when the company outsourced everything to a 3rd party data center provider and Nagios was replaced with something that was only set up to ping.
 
Old 09-03-2020, 05:03 AM   #8
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,475

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Centreon - https://www.centreon.com/en/open-source/

Fork of Nagios, binary compatible, has a very nice GUI for configuration.

Currently monitoring 431 hosts and 4600+ services with it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Real Time Linux server monitoring with GLANCES monitoring tool LXer Syndicated Linux News 0 12-06-2017 05:51 AM
LXer: Free Knowledge requires Free Software and Free File Formats LXer Syndicated Linux News 0 06-26-2011 07:22 AM
Monitoring free memory with enterprise monitoring application Steelb Linux - Enterprise 2 02-13-2008 10:10 AM
LXer: Free Me: a DVD about free culture and free software LXer Syndicated Linux News 0 03-12-2007 12:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration