nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

HELP! Port Monitoring!

This is a discussion on HELP! Port Monitoring! within the Shell scripting forums, part of the Development/Scripting category; M very new to shell scripting! Does anybody know a script on how to monitor ports? Say if i up ...


Go Back   nixCraft Linux Forum > Development/Scripting > Shell scripting

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 01-23-2008, 09:00 AM
Junior Member
User
 
Join Date: Jan 2008
My distro: Debian
Posts: 1
Rep Power: 0
sunburn is on a distinguished road
Default HELP! Port Monitoring!

M very new to shell scripting! Does anybody know a script on how to monitor ports? Say if i up several ports...i need to log ports that went down on a .txt file! Thanks!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-11-2008, 02:46 PM
agn agn is offline
Member
User
 
Join Date: Feb 2008
My distro: OpenBSD/FreeBSD/Debian/Fedora/RHEL
Posts: 69
Rep Power: 1
agn is on a distinguished road
Default

You can use netcat's (man nc) -z flag to check for open ports.

Code:
nc -z hostname port && echo ':)' || echo ':('
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Monitoring Log File nageshms Shell scripting 3 05-13-2008 06:32 PM
Raid Monitoring vimalgoel Getting started tutorials 3 08-09-2007 06:08 PM
Bandwidth monitoring ssent12 Computer Networking and Internet/broadband 2 07-25-2007 07:19 PM
Network Monitoring puppen Linux software 2 05-11-2006 12:01 AM
Monitoring a NIC nathan86 Linux software 2 03-10-2005 04:41 PM


All times are GMT +5.5. The time now is 03:31 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

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