<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.netmodule.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.netmodule.com/feed.php">
        <title>NetModule Router Wiki monitoring</title>
        <description></description>
        <link>http://wiki.netmodule.com/</link>
        <image rdf:resource="http://wiki.netmodule.com/lib/tpl/netmodule5G/images/favicon.ico" />
       <dc:date>2026-05-21T07:19:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.netmodule.com/monitoring/measure-availability?rev=1417016700&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.netmodule.com/monitoring/start?rev=1584523092&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.netmodule.com/monitoring/zabbix?rev=1596700080&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.netmodule.com/monitoring/zabbix3?rev=1641824191&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.netmodule.com/lib/tpl/netmodule5G/images/favicon.ico">
        <title>NetModule Router Wiki</title>
        <link>http://wiki.netmodule.com/</link>
        <url>http://wiki.netmodule.com/lib/tpl/netmodule5G/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.netmodule.com/monitoring/measure-availability?rev=1417016700&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-26T15:45:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>monitoring:measure-availability</title>
        <link>http://wiki.netmodule.com/monitoring/measure-availability?rev=1417016700&amp;do=diff</link>
        <description>How can I measure the availability of my routers?

Of course you can setup a Network Monitoring Tool (NMS) such as  Zabbix. 
An easier and faster way is to run the following Windows PowerShell script and then analyze the results with Excel.


$hosts += &quot;IP or DynDNS Name of my Routers&quot;
$fname = &quot;results.csv&quot;
while($true) {
    $date = Get-Date -format G
    $newtime = Get-Date -format t
    # if ( $newtime -gt $time ) {
    if ( $true ) {
        $time = $newtime
        if ($hosts -isnot [syste…</description>
    </item>
    <item rdf:about="http://wiki.netmodule.com/monitoring/start?rev=1584523092&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-18T09:18:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>monitoring:start</title>
        <link>http://wiki.netmodule.com/monitoring/start?rev=1584523092&amp;do=diff</link>
        <description>Device Management

For device management we recommend to use NetModules Connectivity Suite.

Monitoring

Escpecially if the installation becomes larger it makes sense to monitor the whole network 24/7. NetModule Routers have an SNMP interface, the widly used standard for network monitoring.</description>
    </item>
    <item rdf:about="http://wiki.netmodule.com/monitoring/zabbix?rev=1596700080&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-06T07:48:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>monitoring:zabbix</title>
        <link>http://wiki.netmodule.com/monitoring/zabbix?rev=1596700080&amp;do=diff</link>
        <description>Zabbix

Installation

Find an installation guide under www.zabbix.com/documentation/2.2/manual/installation.

Under Debian Wheezy the steps are:


# add zabbix repo to apt sources
wget http://repo.zabbix.com/zabbix/2.2/debian/pool/main/z/zabbix-release/zabbix-release_2.2-1+wheezy_all.deb
dpkg -i zabbix-release_2.2-1+wheezy_all.deb
apt-get update

# install MySQL server
apt-get install mysql-server

# edit /etc/mysql/my.cnf
[mysqld]
character-set-server=utf-8

# restart MySQL server
service mysql…</description>
    </item>
    <item rdf:about="http://wiki.netmodule.com/monitoring/zabbix3?rev=1641824191&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-01-10T14:16:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>monitoring:zabbix3</title>
        <link>http://wiki.netmodule.com/monitoring/zabbix3?rev=1641824191&amp;do=diff</link>
        <description>NMS with ZABBIX 3.2

Installation from Zabbix official repository for Debian 8


# Add zabbix repo to apt sources
wget https://repo.zabbix.com/zabbix/3.2/debian/pool/main/z/zabbix-release/zabbix-release_3.2-1+jessie_all.deb
dpkg –i zabbix-release_3.2-1+jessie_all.deb
apt-get update

# Install mysql server
apt-get install mysql-server

# Install zabbix server and GUI
apt-get install zabbix-server-mysql zabbix-frontend-php

# Creating database
mysql –u root –p
# Enter your root password
mysql&gt; cre…</description>
    </item>
</rdf:RDF>
