Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-29-2014, 05:14 AM
|
#1
|
Member
Registered: Nov 2009
Posts: 50
Rep:
|
Monitoring software
hi
Am trying to find os app with good gui which can probe web,dns and other services and also monitor via ICMP and send me auto-emails or sms. do you know any. i found many can run over windows but i need one that can run over linux and be customized also without snmp and agentless
Thanks
|
|
|
05-29-2014, 05:18 AM
|
#2
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,398
|
Define "probe web,dns and other services "; what exactly do you want to measure/monitor?
ICMP just tells you if the network stack on the target is working (ie ping cmd).
It sounds like the usual suspects like Nagios would do.
Just to add that Nagios (& similar) is a monitor mgr and many of the scripts/cmds it can run do use SNMP, but its not compulsory to use those.
I'd also note that snmpd is pretty much part of the std install on systems as a rule; that's why people use those scripts/progs; no need to add anything to the target systems.
Last edited by chrism01; 05-29-2014 at 05:22 AM.
|
|
1 members found this post helpful.
|
05-29-2014, 05:31 AM
|
#3
|
Member
Registered: Nov 2009
Posts: 50
Original Poster
Rep:
|
The idea i don't need snmp or agent. probing for example making sure service is running as am open http connection with web server or digging through dns to make sure its working.
Nagios is good also zenoss but all of them use snmp
|
|
|
05-29-2014, 05:41 AM
|
#4
|
Senior Member
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7 / 8
Posts: 3,517
|
Nagios can use SNMP but doesn't have to.
For example, one of the standard plugins:
Code:
#./check_http --help
check_http v1.4.15 (nagios-plugins 1.4.15)
Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>
Copyright (c) 1999-2008 Nagios Plugin Development Team
<nagiosplug-devel@lists.sourceforge.net>
This plugin tests the HTTP service on the specified host. It can test
normal (http) and secure (https) servers, follow redirects, search for
strings and regular expressions, check connection times, and report on
certificate expiration times.
Oh, and you mention DNS
Code:
# ./check_dns --help
check_dns v1.4.15 (nagios-plugins 1.4.15)
Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>
Copyright (c) 2000-2008 Nagios Plugin Development Team
<nagiosplug-devel@lists.sourceforge.net>
This plugin uses the nslookup program to obtain the IP address for the given host/domain query.
An optional DNS server to use may be specified.
If no DNS server is specified, the default server(s) specified in /etc/resolv.conf will be used.
|
|
|
05-30-2014, 06:54 AM
|
#5
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,398
|
As I and TenTenths have said
Quote:
Nagios can use SNMP but doesn't have to.
|
which pretty much goes for all those tools AFAIK.
|
|
|
05-30-2014, 09:34 AM
|
#6
|
LQ Veteran
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Rep:
|
Quote:
Originally Posted by Dig
hi
Am trying to find os app with good gui which can probe web,dns and other services and also monitor via ICMP and send me auto-emails or sms. do you know any. i found many can run over windows but i need one that can run over linux and be customized also without snmp and agentless
Thanks
|
netcat (nc) and dig commands can "probe". No "good gui" unless you count the terminal.
zenmap, doesn't seem to have an email/sms widget.
Tons of online domain pingers/checkers that can accommodate you, such as http://www.host-tracker.com/
Zabbix is what I use and it does all this, but it is probably overkill for you.
ICMP isn't a valid method of checking anything, since a LOT of devices now drop icmp requests.
|
|
|
05-30-2014, 09:49 AM
|
#7
|
Member
Registered: Feb 2013
Location: San Jose, CA
Distribution: RHEL/CentOS/Fedora
Posts: 457
Rep:
|
I <3 Nagios.
It can be run agentless and without snmp, but that seriously cripples its abilities. It will do at the least what you are requesting without said.
|
|
|
All times are GMT -5. The time now is 12:12 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|