Vovsoft Logo
Vovsoft Facebook Page Vovsoft Twitter Account Vovsoft Youtube Channel
Menu
How to Configure Network Alarmer Large Image

How to Configure Network Alarmer

Home » Blog Posts » How to Configure Network Alarmer
Date Last updated 1 year ago
*****
Rated 3.0 / 5 (2 reviews)

Required software:

Network Alarmer screenshot


Ping Multiple IP Addresses

You can add various IP addresses to the "PING Hostname List" and the software will verify whether or not they are online.


Auto Check Regularly

"Check Interval" must be filled in seconds. The software will check the IP list regularly and will alarm if any device is unreachable.
 

Alarm Script

In case something goes off course, Network Alarmer can automatically open any file in your computer or call any web URL in order to send email or trigger some other functionality.

Here is a sample PHP email sender script for Network Alarmer:

  • Fill the "Alarm Script" field like this: http://192.168.1.2/network_alarmer.php
  • PHP must be installed and running in the web server
<?php
$message = var_export($_POST, true);
mail('[email protected]', 'Subject', $message, 'From: [email protected]');
echo 'OK';
?>


Dial Telephone Numbers

You need a fax/modem connected to your computer in order to dial numbers. The software will one by one dial all the phone numbers entered into the dial list.


Alarm Sound Effect

In case of a device failure, an alarm sound will be played. The default sound file can be found at C:\Program Files (x86)\VOVSOFT\Network Alarmer\alarm.wav and it can be replaced by any other desired WAV file.


Monitor Air Conditioner Temperature

You can add your cooling device's IP address into the "Air Conditioner IP List". The software will alarm, if the temperature exceeds predefined degrees.

Single Room: If you have more than one cooling device and all of them are in a single room, you can use the "Single Room" checkbox. In this way, one single good temperature data is accepted as "no problem".

Supported cooling device:

  • Emerson Liebert

 

Network Alarmer Icon Network Alarmer Windows

Fatih Ramazan Çıkan
About Author
Fatih Ramazan Çıkan LinkedIn
Software development enthusiast | Electronics engineer


Continue Reading


Comments Responses (3)


Avatar Image
Luiz Cesar Silva de Carvalho
Sep 8, 2021 at 04:44 am (PST) | Reply
Tb não consegui conexão com o script. So da falha.

Avatar Image
Dennis
Sep 7, 2021 at 09:53 am (PST) | Reply
I am very disappointed in this version 3.9, Previous version installed 3.7 worked, devices that were online had successful checks and those that were offline stated failed, this version 3.9 however ALL devices state failed.

Version 3.7 Results:
Log Count: 6
9/7/2021 10:05:54 AM> 192.168.2.1 works.
9/7/2021 10:05:54 AM> 192.168.2.10 works.
9/7/2021 10:05:54 AM> 192.168.2.11 works.
9/7/2021 10:05:56 AM> 192.168.2.12 failed!
9/7/2021 10:05:58 AM> 192.168.2.200 works.
9/7/2021 10:05:58 AM> 192.168.2.253 works.
9/7/2021 10:05:58 AM> Ping ALARM!
9/7/2021 10:05:59 AM> Script URL connection error!

Version 3.9 Results:
Log Count: 1
Log Count: 2
9/7/2021 11:17:31 AM> 192.168.2.1 failed!
9/7/2021 11:17:32 AM> 192.168.2.10 failed!
9/7/2021 11:17:33 AM> 192.168.2.11 failed!
9/7/2021 11:17:34 AM> 192.168.2.12 failed!
9/7/2021 11:17:35 AM> 192.168.2.200 failed!
9/7/2021 11:17:36 AM> 192.168.2.253 failed!
9/7/2021 11:17:37 AM> Ping ALARM!
9/7/2021 11:27:38 AM> Script URL connection error!
Avatar Image
Dennis
Sep 7, 2021 at 10:06 am (PST) | Reply
PS: "Send Feedback" freezes program when clicking "Send" and must be closed via task manager.

Leave a Comment