<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; Network Monitoring Software</title> <atom:link href="http://www.ghacks.net/tag/network-monitoring-software/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Nagios: Enable external commands</title><link>http://www.ghacks.net/2010/04/05/nagios-enable-external-commands/</link> <comments>http://www.ghacks.net/2010/04/05/nagios-enable-external-commands/#comments</comments> <pubDate>Mon, 05 Apr 2010 00:19:15 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[chmod]]></category> <category><![CDATA[Network Monitoring]]></category> <category><![CDATA[Network Monitoring Software]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24171</guid> <description><![CDATA[Here we are again, back witho ur old friend Nagios. If you&#8217;ve been following you know I have covered quite a bit of ground with this outstanding network monitoring tool (check all Ghacks Nagios articles). There is a reason for this, Nagios is an incredible tool. But for many of you, you might have come [...]]]></description> <content:encoded><![CDATA[<p>Here we are again, back witho ur old friend Nagios. If you&#8217;ve been following you know I have covered quite a bit of ground with this outstanding network monitoring tool (check all <a
title="Nagios on Ghacks" href="http://www.ghacks.net/index.php?s=nagios" target="_blank">Ghacks Nagios articles</a>). There is a reason for this, Nagios is an incredible tool. But for many of you, you might have come across an error when attempting to run a few of the more powerful features. This error  happens when you attempt to use any of Nagios&#8217; external commands. But what are these external commands? Nagios is capable of running commands from external applications. This allows Nagios to expand farther than it could otherwise.</p><p>But when you see this error you know that your Nagios installation isn&#8217;t able to use any external commands. Fear not, this error is simple to over come, and in this article I am going to walk you through the fix.</p><p><span
id="more-24171"></span><strong>Assumptions</strong></p><div
id="attachment_24172" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/nagios_service_commands.png"><img
class="size-medium wp-image-24172 " src="http://www.ghacks.net/wp-content/uploads/2010/04/nagios_service_commands-500x336.png" alt="" width="300" height="202" /></a><p
class="wp-caption-text">Figure 1</p></div><p>This how to will assume that you have a working Nagios installation as well as root or sudo access to your server. This article also assumes you have tried to use features that require external commands. If not, let&#8217;s take a look at how.</p><p>If you point your browser to your Nagios server, click on the Service Detail link and then click on one of the services (such as HTTP or SSH). On this page you will see the Service Commands box. If you click on one of those links and you get the error &#8211; you need the fix!</p><p><strong>The fix</strong></p><p>Saved by zero right? Sort of. The first thing to check is in the <strong>/etc/nagios3/nagios.cfg file</strong>. Look for a line like:</p><p><em>check_external_commands=1</em></p><p>If that line is either commented out or set to &#8220;0&#8243;, change it to look like the entry above. Once you have done that, save and close the file. Now restart Nagios with the command <em>sudo /etc/init.d/nagios3 restart</em>. You&#8217;re not done yet.</p><p>The next step is to open up the <strong>/etc/nagios3/cgi.cfg </strong>file. You will most likely find these two lines:</p><p>﻿<em>authorized_for_all_services=nagiosadmin</em></p><p><em>authorized_for_all_hosts=nagiosadmin</em></p><p>After these two lines, you need to add the following:</p><p><em>authorized_for_all_host_commands=nagiosadmin</em></p><p><em>authorized_for_all_service_commands=nagiosadmin</em></p><p>Save and close this file. Now restart Apache with the command <em>sudo /etc/init.d/apache2 restart</em>.</p><p>Still not done. Now you have to make a slight change to <strong>/etc/groups</strong>. Open up this file, with your favorite text editor, and look for a line that looks like:</p><p><em>nagios:x:127:</em></p><p>Change this line to look like:</p><p><em>nagios:x:127:www-data</em></p><p>Now save and close this file. Almost done. But the next step is a bit more challenging the previous.</p><p>In the directory <strong>/var/lib/nagios3/rw</strong> is a file <strong>nagios.cmd</strong>. This file most likely doesn&#8217;t have the correct permissions set. By default only the user nagios has access to these files. Since we can&#8217;t change this to the www-data user (it would break other features of Nagios), we need to just add the executable group bit to the file like so:</p><p><em>sudo chmod g+x /var/lib/nagios/rw</em></p><p>That&#8217;s it. Now go back to that Service Commands section and click on one of the links. You should no longer get that error.</p><p><strong>Final thoughts</strong></p><p>You may have thought your Nagios installation was pretty useful. Now that you can execute external commands, you will find your Nagios install to be far more useful.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/05/nagios-enable-external-commands/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Monitor your network with iptraf</title><link>http://www.ghacks.net/2010/03/23/monitor-your-network-with-iptraf/</link> <comments>http://www.ghacks.net/2010/03/23/monitor-your-network-with-iptraf/#comments</comments> <pubDate>Mon, 22 Mar 2010 23:31:01 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[iptraf]]></category> <category><![CDATA[Network Monitoring Software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23899</guid> <description><![CDATA[I am always looking for a good network monitor, and there are plenty out there. But in all my years of searching I have yet to come across a monitor as good as the tried and true iptraf. The iptraf network monitor is an ncurses-based IP LAN monitor (so it&#8217;s text-based) that is interactive and [...]]]></description> <content:encoded><![CDATA[<p>I am always looking for a good network monitor, and there are plenty out there. But in all my years of searching I have yet to come across a monitor as good as the tried and true <a
title="iptraf" href="http://iptraf.seul.org/" target="_blank">iptraf</a>. The iptraf network monitor is an ncurses-based IP LAN monitor (so it&#8217;s text-based) that is interactive and generates network statistics such as: TCP info, UDP counts, ICMP and OSPF information, Ethernet load info, node stats, IP checksum errors, and more.</p><p>Now, the only issue with iptraf is that it is old. It hasn&#8217;t been updated since 2005 (as far as I can see). But being old doesn&#8217;t mean it isn&#8217;t useful. The iptraf tool still installs, still runs, and is just as useful as it was when it was still in active development.  And because iptraf is still a useful tool, I thought I would show how it is installed and used on a modern Linux distribution.</p><p><span
id="more-23899"></span><strong>Installation</strong></p><p>Installation is simple. The iptraf tool should be found in your distribution&#8217;s repositories. So open up Synaptic (or gnome-packagekit, or whatever tool you prefer to install with) and follow these steps:</p><ol><li>Search for &#8220;iptraf&#8221; (no quotes).</li><li>Mark iptraf for installation.</li><li>Click Apply to install.</li></ol><p>That&#8217;s it. Now you are ready to run the tool.</p><p><strong>Usage</strong></p><div
id="attachment_23901" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/03/iptraf_first.png"><img
class="size-medium wp-image-23901 " src="http://www.ghacks.net/wp-content/uploads/2010/03/iptraf_first-500x350.png" alt="" width="300" height="210" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Using iptraf requires root (or sudo) privileges. It also requires a terminal window. So open up your favorite terminal window and issue the command <em>sudo iptraf. </em>When you run iptraf you will see information about the license and copyright. All you need to do is press a key to get beyond this screen.</p><p>The next screen you will see is the options window. From here you can just start up a traffic capture or you can set some options and/or filters you can gather general or detailed interface statistics, or you can gather statics on a LAN station.</p><p>Let&#8217;s take a look at creating a filter for monitoring. Let&#8217;s say you want to watch web traffic on a web server. To do this scroll down to the Filters entry and hit Enter. In the next screen you can choose from IP, ARP, RARP, and Non-IP. Select IP and then, from the resulting screen, select Define new filter.</p><div
id="attachment_23902" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/03/iptraf_filter.png"><img
class="size-medium wp-image-23902 " src="http://www.ghacks.net/wp-content/uploads/2010/03/iptraf_filter-500x350.png" alt="" width="300" height="210" /></a><p
class="wp-caption-text">Figure 2</p></div><p>The first step to defining the new filter is to give the filter a description. Enter something like &#8220;Web Traffic&#8221; (no quotes) and hit Enter.  It will now seem like all you have done is create a filter with no rules (just a name). Hit the i key to Insert rules into your new filter. This new screen (see Figure 2) allows you to enter rules for both source and destination. You have to tab around to get to the fields you want. For the IP address(es) just enter the address, for the ports enter the start and ending numbers, and for the protocols you tab to the protocol you want to include and then hit the &#8220;y&#8221; key (no quotes).</p><p>Once you have saved the filter you will find yourself in the Filter list. Follow these steps to start monitoring with your new filter:</p><ol><li>Hit &lt;Ctrl&gt;x to get out of this screen.</li><li>Scroll up to Apply filter.</li><li>Select the new filter and hit Enter.</li><li>Exit all of the menus until you are back at the main window.</li><li>Select IP traffic monitor and hit Enter.</li><li>Select the interface you want to monitor and hit Enter.</li></ol><div
id="attachment_23904" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/03/iptraf_web_monitor.png"><img
class="size-medium wp-image-23904 " src="http://www.ghacks.net/wp-content/uploads/2010/03/iptraf_web_monitor-500x350.png" alt="" width="300" height="210" /></a><p
class="wp-caption-text">Figure 3</p></div><p>Watch the action (see Figure 3) occur in real time. The nice thing about iptraf is that its small size allows for perfect real-time, constant monitoring on a network from a single machine.</p><p><strong>Final thoughts</strong></p><p>I realize that iptraf is WAY out of date. But the fact that the tool still works as well as it did when it was in active development say a lot about how well this tool was made. And although many might balk at using a tool that is no longer being worked on, in the case of iptraf it&#8217;s not so much an issue. It still works and it still works well.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/03/23/monitor-your-network-with-iptraf/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Network Monitoring Software Networx 5 Released</title><link>http://www.ghacks.net/2009/08/04/network-monitoring-software-networx-5-released/</link> <comments>http://www.ghacks.net/2009/08/04/network-monitoring-software-networx-5-released/#comments</comments> <pubDate>Tue, 04 Aug 2009 07:43:25 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bandwidth]]></category> <category><![CDATA[bandwidth monitoring]]></category> <category><![CDATA[monitor network]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network adapter]]></category> <category><![CDATA[Network Monitoring]]></category> <category><![CDATA[Network Monitoring Software]]></category> <category><![CDATA[networx]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15020</guid> <description><![CDATA[Our review of Networx 4 dates back to October of last year (see Network Monitoring Software NetWorx). The developer of the network monitoring software was busy between then and now and released regular updates to the monitoring software. Yesterday version 5 of Networx was released and the version bump gave us the excuse to take [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />Our review of Networx 4 dates back to October of last year (see <a
href="http://www.ghacks.net/2008/10/04/network-monitoring-software-networx/">Network Monitoring Software NetWorx</a>). The developer of the network monitoring software was busy between then and now and released regular updates to the monitoring software. Yesterday version 5 of Networx was released and the version bump gave us the excuse to take another look at the software program.</p><p>Networx offers several network and bandwidth related tools in its interface. It will place an icon in the Windows system tray after download that will open a bandwidth monitor on left-click and the context menu with all the available modules on a right-click.</p><p><span
id="more-15020"></span>The bandwidth monitor will display useful information about the bandwidth consumption of the computer system including daily, weekly and monthly reports, an overview of today&#8217;s bandwidth consumption, custom bandwidth reports, dial up sessions and hourly rates. Data can be exported and backed up among other things. This module gives the system administrator a quick overview of the bandwidth consumption of the computer system.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/bandwidth_monitor-500x382.jpg" alt="bandwidth monitor" title="bandwidth monitor" width="500" height="382" class="alignnone size-medium wp-image-15021" /></p><p>Networx offers additional modules that aid in the network monitoring process. This includes a speedmeter which can measure the network&#8217;s (or network devices) throughput. The tool is basically a speed test that will monitor the current network traffic and display the current, average and maximum transfer rates.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/speed_meter.jpg" alt="speed meter" title="speed meter" width="416" height="257" class="alignnone size-full wp-image-15022" /></p><p>It is furthermore possible to setup a bandwidth quota and trigger alerts if 80% of that quota has been used. It is also possible to configure the quota to only cover upload or download bandwidth and set it to be a daily, weekly or monthly quota.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/bandwidth_quota-500x287.jpg" alt="bandwidth quota" title="bandwidth quota" width="500" height="287" class="alignnone size-medium wp-image-15023" /></p><p>Ping, traceroute and netstat commands are available from the context menu of the network monitoring software as well. The options are quite extensive and allow the user to select an individual networking adapter to be monitored, configure notifications or define on and off peak hours.</p><p><a
href="http://www.softperfect.com/products/networx/">Networx</a> might not be the most sophisticated network monitoring software but it proves to be a nice solution for single computer systems.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/04/network-monitoring-software-networx-5-released/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Network Monitor Experts Extension For Microsoft Network Monitor</title><link>http://www.ghacks.net/2009/07/02/network-monitor-experts-extension-for-microsoft-network-monitor/</link> <comments>http://www.ghacks.net/2009/07/02/network-monitor-experts-extension-for-microsoft-network-monitor/#comments</comments> <pubDate>Thu, 02 Jul 2009 12:13:27 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[microsoft network monitor]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network an]]></category> <category><![CDATA[network analyzer]]></category> <category><![CDATA[network capturing]]></category> <category><![CDATA[network monitor]]></category> <category><![CDATA[network monitor experts]]></category> <category><![CDATA[Network Monitoring Software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14068</guid> <description><![CDATA[Version 3.3 of the Microsoft Network Monitor has been released a few months ago. The Network Monitor application has been designed for capturing and analysing of network traffic. The new version of Network Monitor added a few exciting features to the network monitoring software including the ability to add so called Experts &#8211; standalone applications [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/07/microsoft_network_monitor.jpg" alt="microsoft network monitor" title="microsoft network monitor" width="128" height="109" class="alignleft size-full wp-image-14069" />Version 3.3 of the Microsoft Network Monitor has been released a few months ago. The Network Monitor application has been designed for capturing and analysing of network traffic. The new version of Network Monitor added a few exciting features to the network monitoring software including the ability to add so called Experts &#8211; standalone applications &#8211; to the software which analyze data captured by Network Monitor.</p><p>Three Network Monitor Experts have been released so far, the last less than two weeks ago. <a
href="http://nmexperts.codeplex.com/">Available</a> are the Simple Search, Top Users and TCP Analyzer Experts. Here is a short summary of what these Experts do:</p><p><span
id="more-14068"></span><ul><li><a
href="http://archive.msdn.microsoft.com/NmSimpleSearch">Simple Search</a> Lets you search frames and comments for raw ASCII text case-insensitively or with regular expressions.</li><li><a
href="http://nmtopusers.codeplex.com/">Top Users</a> Lets you determine the heaviest users of network bandwidth.</li><li><a
href="http://research.microsoft.com/en-us/projects/tcpanalyzer/">TCP Analyzer</a> This tool analyzes network traces of Transmission Control Protocol (TCP) connections.</li></ul><p>The Experts can be downloaded separately and need to be installed before they can be used. It is recommended to close the Network Monitor before installing the add-ons. The Experts become then available in the Experts menu on top of the program.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/07/network_monitor_experts.jpg" alt="network monitor experts" title="network monitor experts" width="492" height="199" class="alignnone size-full wp-image-14070" /></p><p>Microsoft Network Monitor is offered as a free <a
href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=983b941d-06cb-4658-b7f6-3088333d062f">download</a> for 32-bit and 64-bit editions of the Windows operating system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/02/network-monitor-experts-extension-for-microsoft-network-monitor/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Remote Server Monitoring Software DreamSys Server Monitor</title><link>http://www.ghacks.net/2009/06/06/remote-server-monitoring-software-dreamsys-server-monitor/</link> <comments>http://www.ghacks.net/2009/06/06/remote-server-monitoring-software-dreamsys-server-monitor/#comments</comments> <pubDate>Sat, 06 Jun 2009 12:29:38 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[dreamsys server monitor]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[network]]></category> <category><![CDATA[Network Monitoring Software]]></category> <category><![CDATA[remote server monitoring software]]></category> <category><![CDATA[server]]></category> <category><![CDATA[server monitor]]></category> <category><![CDATA[Server Monitoring Software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/06/06/remote-server-monitoring-software-dreamsys-server-monitor/</guid> <description><![CDATA[DreamSys Server Monitor, once a commercial remote server monitoring software, is now available as a free download from the developer&#8217;s homepage. The user still needs to enter registration information after installation. They are however available on the homepage without the need for registration or any other kind of data grabbing. The Server Monitor application can [...]]]></description> <content:encoded><![CDATA[<p>DreamSys Server Monitor, once a commercial remote server monitoring software, is now available as a free download from the developer&#8217;s homepage. The user still needs to enter registration information after installation. They are however available on the homepage without the need for registration or any other kind of data grabbing. The Server Monitor application can be used to monitor servers over a network or the Internet.</p><p>The system administrator starts by adding new servers that should be monitored to the application. Required information are a unique name, the server address and the monitoring type. Available monitoring types are TCP / IP, Ping or Services. Additional information might be required depending on the type selected. A TCP / IP monitoring for example requires a port that can be added in the same interface.</p><p><span
id="more-13342"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/remote_server_monitoring_software-500x360.jpg" alt="remote server monitoring software" title="remote server monitoring software" width="500" height="360" class="alignnone size-medium wp-image-13339" /></p><p>The events and notifications that can be configured are quite extensive. Events can be configured for positive and negative results. Positive results &#8211; meaning the remote server is up and running &#8211; are limited to playing a sound or running a command while negative results (server down) include the additional options to reboot the computer or start a service.</p><p>Three notification types are available. The administrator can be informed by email, message box or net message.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/server_monitoring_software.jpg" alt="server monitoring software" title="server monitoring software" width="382" height="451" class="alignnone size-full wp-image-13340" /></p><p>Specific parameters for every server can be configured in the Configuration View tab. It allows the user to change the monitoring interval, configure the connection timeout, set the mail server and enable the logging of events.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/server_monitoring-500x360.jpg" alt="server monitoring" title="server monitoring" width="500" height="360" class="alignnone size-medium wp-image-13341" /></p><p><a
href="http://www.dreamsyssoft.com/servmon.php">DreamSys</a> Server Monitor can be used as a Internet or network monitoring software. It lacks some of the features of advanced monitoring applications that offer website or database monitoring but could be enough for administrators who do not need that functionality.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/06/06/remote-server-monitoring-software-dreamsys-server-monitor/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Network Monitoring Software Open Monitor</title><link>http://www.ghacks.net/2009/05/28/network-monitoring-software/</link> <comments>http://www.ghacks.net/2009/05/28/network-monitoring-software/#comments</comments> <pubDate>Thu, 28 May 2009 14:14:01 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[monitoring software]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network monitor]]></category> <category><![CDATA[Network Monitoring Software]]></category> <category><![CDATA[network software]]></category> <category><![CDATA[open monitor]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[server monitor]]></category> <category><![CDATA[server monitoring]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13128</guid> <description><![CDATA[Open Monitor is an Open Source network monitoring software for the Windows operating system. It comes with the option to monitor multiple local and remote servers and notify the system administrator if services or programs are not accessible. The main interface of the monitoring software is divided into a quick server check option at the [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />Open Monitor is an Open Source network monitoring software for the Windows operating system. It comes with the option to monitor multiple local and remote servers and notify the system administrator if services or programs are not accessible.</p><p>The main interface of the monitoring software is divided into a quick server check option at the bottom which can be used to check if services such as HTTP, FTP or POP are running on a IP or domain. The networking monitoring software will automatically display the results in the same interface. Probably more interesting than the quick check function is the option to add servers permanently to the monitoring tool.</p><p><span
id="more-13128"></span>The user needs to enter a server name which is used for identification and a server address which is usually an IP address. A list of services are preselected and will be checked unless unchecked by the user. Alerts can be enabled or disabled in the same interface as well. These do have to be configured separately and can inform the user by email, screen message, executing a program or playing a sound.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/network_monitoring_software-499x394.jpg" alt="network monitoring software" title="network monitoring software" width="499" height="394" class="alignnone size-medium wp-image-13126" /></p><p>There is also the possibility to add http url checks next to the default services that can be monitored by Open Monitor. This allows a user to specify an url, port, alerts and words that the page should include or exclude. This can be used for example to verify that a page is up by checking for a word on that page that is always appearing. Can also be used to run scripts that output a simple message in the end, e.g. a database check that is displaying ok if the database is up and running.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/monitoring_software1-500x361.jpg" alt="monitoring software" title="monitoring software" width="500" height="361" class="alignnone size-medium wp-image-13127" /></p><p><a
href="http://openmonitor.sourceforge.net/">Open Monitor</a> is a straightforward, easy to use, network monitoring software that can monitor popular services. Alternative programs are the <a
href="http://www.ghacks.net/2009/05/21/server-monitoring-software-it-service-view/">server monitoring software IT Service View</a>, <a
href="http://www.ghacks.net/2009/03/01/network-monitoring-software-newt/">Newt</a>,  the <a
href="http://www.ghacks.net/2009/04/17/website-monitoring-software/">website monitoring software SiteMonitor</a> or the <a
href="http://www.ghacks.net/2008/09/19/microsoft-network-monitor/">Microsoft Network Monitor</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/05/28/network-monitoring-software/feed/</wfw:commentRss> <slash:comments>38</slash:comments> </item> <item><title>Network Monitoring Software Newt</title><link>http://www.ghacks.net/2009/03/01/network-monitoring-software-newt/</link> <comments>http://www.ghacks.net/2009/03/01/network-monitoring-software-newt/#comments</comments> <pubDate>Sun, 01 Mar 2009 18:02:01 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[monitor network]]></category> <category><![CDATA[network]]></category> <category><![CDATA[Network Monitoring]]></category> <category><![CDATA[Network Monitoring Software]]></category> <category><![CDATA[remote computer]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10843</guid> <description><![CDATA[Newt is a network monitoring software similar to the previously mentioned network monitoring software Networx or Look@Lan. The network monitor uses a multithreaded scanning engine to scan all remote computers and domains to retrieve information about them. The information itself is shown in a spreadsheet like table-format that can be exported into various formats including [...]]]></description> <content:encoded><![CDATA[<p>Newt is a network monitoring software similar to the previously mentioned <a
href="http://www.ghacks.net/2008/10/04/network-monitoring-software-networx/">network monitoring software Networx</a> or <a
href="http://www.ghacks.net/2008/08/11/network-monitoring-software-looklan/">Look@Lan</a>. The network monitor uses a multithreaded scanning engine to scan all remote computers and domains to retrieve information about them. The information itself is shown in a spreadsheet like table-format that can be exported into various formats including html, text or csv.</p><p>The information that are displayed after the network scan are &#8211; among others &#8211; computer names, IP addresses, operating systems, uptime, MAC address, domain name and user name. The collected data can be sorted in numerous ways. The free version of NEWT has a few limitations like only being able to scan and monitor 25 computers, no SNMP device detection or multithreaded IP Range discovery.</p><p>Next to the computer analysis it is possible to send a few commands to remote computers in the network. It is possible to send messages, ping computers or to turn them on or off remotely.</p><p><span
id="more-10843"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/03/network_monitoring_software-500x375.jpg" alt="network monitoring software" title="network monitoring software" width="500" height="375" class="alignnone size-medium wp-image-10847" /></p><p>The network monitoring software is compatible with most Microsoft operating systems including Windows XP, Windows Vista and even the soon to be released Windows 7.</p><p><strong>Update:</strong> The network monitoring software Newt has been discontinued by its developers. The project page simply states that NEWT Freeware is no longer available, and that its developers are dedicating all resources to the professional version of the applications.</p><p>If you are looking for a network monitoring software you may want to check out the following alternative which we have reviewed in the past:</p><p><a
href="http://www.ghacks.net/2012/01/19/monitor-network-traffic-with-york/">York</a> &#8211; A network monitor for the Windows operating system that automatically filters traffic into groups such as passwords, files or pictures. The program supports logging into files and saving of the raw network traffic into a file for further analysis.</p><p>The program is compatible with all 32-bit and 64-bit editions of the Microsoft Windows operating system. Just follow the link above to find out more about it.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/01/network-monitoring-software-newt/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Network Monitoring Software NetWorx</title><link>http://www.ghacks.net/2008/10/04/network-monitoring-software-networx/</link> <comments>http://www.ghacks.net/2008/10/04/network-monitoring-software-networx/#comments</comments> <pubDate>Sat, 04 Oct 2008 10:58:30 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bandwidth]]></category> <category><![CDATA[netstat]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network bandwidth]]></category> <category><![CDATA[Network Monitoring]]></category> <category><![CDATA[Network Monitoring Software]]></category> <category><![CDATA[networx]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7397</guid> <description><![CDATA[Networx is the second network monitoring software on review at Ghacks in the last months. It was recently released in version 4 which is compatible to all Windows operating systems since Windows 98 including 32-bit and 64-bit editions of Windows XP, Vista and Windows Server 2008. The network monitoring software can be used to monitor [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.softperfect.com/products/networx/">Networx</a> is the second <a
href="http://www.ghacks.net/2008/08/11/network-monitoring-software-looklan/">network monitoring software</a> on review at Ghacks in the last months. It was recently released in version 4 which is compatible to all Windows operating systems since Windows 98 including 32-bit and 64-bit editions of Windows XP, Vista and Windows Server 2008.</p><p>The network monitoring software can be used to monitor incoming and outgoing traffic of selected network adapters and connections. Traffic is shown in graphs and logged in files for further processing. Reports are extensive and provide access to daily, weekly, monthly and custom reports. Even better, reports can be exported which can be useful for book keeping among other things.</p><p>A realtime network traffic graph visualizes the incoming and outgoing traffic. Notifications can be used to perform actions under certain conditions. They can be configured to run so called actions when network traffic drops or rises above a certain level. Possible actions include running a software, displaying visual and sound alerts or to drop the connection.</p><p><span
id="more-7397"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/10/network_monitoring_software-500x365.gif" alt="network monitoring software" title="network monitoring software" width="500" height="365" class="alignnone size-medium wp-image-7398" /></p><p>Networx includes network information and testing tools like netstat that display all applications currently using the network connection. The application uses roughly 10 Megabytes of computer memory in minimized state.</p><p><strong>Update:</strong> The program sits quietly in the system tray of the operating system for most of the time it is running. A right-click brings up the program menu where you can display or hide the traffic graph on the desktop and access other tools and settings.</p><p>The application is offered as a setup and portable version, ideal for users who carry an USB or troubleshooting DVD with them around when they to tech support. The latest program version is compatible with all recent versions of the Microsoft Windows operating system, including 32-bit and 64-bit editions of Windows Vista and Windows 7, as well as Windows server variants.</p><p>NetWorx 5 has been released in 2009, check out our review of the new <a
href="http://www.ghacks.net/2009/08/04/network-monitoring-software-networx-5-released/">version here</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/10/04/network-monitoring-software-networx/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Network Monitoring Software Look@Lan</title><link>http://www.ghacks.net/2008/08/11/network-monitoring-software-looklan/</link> <comments>http://www.ghacks.net/2008/08/11/network-monitoring-software-looklan/#comments</comments> <pubDate>Mon, 11 Aug 2008 12:42:16 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network management]]></category> <category><![CDATA[Network Monitoring]]></category> <category><![CDATA[Network Monitoring Software]]></category> <category><![CDATA[network services]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6034</guid> <description><![CDATA[Look@Lan is a highly acclaimed network monitoring software for Microsoft Windows operating systems except Windows Vista. It provides network management and network monitoring features in an easy to use interface. One of the main features of the network monitoring software is the ability to automatically scan a network based on a network adapter, device or [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.lookatlan.com/">Look@Lan</a> is a highly acclaimed network monitoring software for Microsoft Windows operating systems except Windows Vista. It provides network management and network monitoring features in an easy to use interface.</p><p>One of the main features of the network monitoring software is the ability to automatically scan a network based on a network adapter, device or selected IP range. The software will scan the selected range and display all connected computers and devices after the fast scan.</p><p>A click on a network device opens the Proof Scan window that provides access to information such as Ping, Traceroute, Netbios, running network services and SNMP System plus additional links to advanced traceroutes and a graphical ping view.</p><p><span
id="more-6034"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/08/network-monitoring-software-500x314.gif" alt="network monitoring software" title="network monitoring software" width="500" height="314" class="alignnone size-medium wp-image-6037" /></p><p>Other features of the network monitoring software include a hierarchical view of the network, a search, graphs and network trapping. Trapping will alert the user of network status changes, for example when a network device goes online of offline.</p><p>One network management feature is the generation of network status reports which are saved in html format. They display a detailed view of IP addresses including graphs.</p><p>Update: The Look@Lan project has been discontinued by its developers. The program is no longer updated and likely not compatible anymore with more recent versions of the Windows operating system.</p><p>The developers have released a new program called Fing, which in its current development stage, is a command line utility for network and service discovery. Unlike Look@Lan which has only been available for windows, Fing is also available for other platforms including various Linux distributions, Mac OS X and the Android operating system.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2008/08/fing.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2008/08/fing.jpg" alt="fing" title="fing" width="262" height="484" class="alignnone size-full wp-image-55982" /></a></p><p>Fing&#8217;s developers have promised that they will release a version with a graphical user interface in the future. The latest version of Fing can be downloaded <a
href="http://www.over-look.com/site/index.php/download">from the</a> project homepage. I suggest you check out the documentation posted there to get started.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/08/11/network-monitoring-software-looklan/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
