Posted On March 29, 2019

How to globally edit PING monitor timing (to 30 seconds)

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to globally edit PING monitor timing (to 30 seconds)
  • IPMonitor uses “monitors” in order to test a machine’s status for different components.
  • The PING monitor is setup to ping every 30 seconds. If that fails it will test again in 30seconds. If that fails then the status goes into a “Down” state which fires off emails. It will continue to ping every 30 seconds for a period of 300 seconds (5 minutes).
  • In order to change the PING times for all servers:
  • Log into IPMonitor and click on Devices > All Managed Devices
  • Click on any server and then click on Edit > Mass Edit > Monitor Properties
  • Change from Group to Property and click where it says Click Here to Select a Property
  • Choose Object Type (Read Only)
  • Click on Regex Wizard button
  • Type in Ping under Step 1 and click Test button
  • Highlight and copy the expression that was built (in this case, \iping.*? )
  • Click Close
  • Paste that expression into the box that says Matches regular expression (override anything that’s there)
  • Under the Replace Using Change Rules: click where it says Click Here to Select a Property
  • Click Delays Between Tests While: Up and in the Replace with: box type 30
  • Click Add New Rule box
  • Click where it says Click Here to Select a Property
  • Delays Between Tests While: Warn and in the Replace with: box type 30
  • Click Add New Rule box
  • Click where it says Click Here to Select a Property
  • Delays Between Tests While: Down and in the Replace with: box type 30
  • Click Add New Rule box
  • Click where it says Click Here to Select a Property
  • Delays Between Tests While: Lost and in the Replace with: box type 30
  • Click Next button which shows you a preview of the changes you’re about to make
  • Click OK, make changes button

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Install PBX in a Flash

Download and install FreePBX version 13Set static IPsifconfig <= to find interface namevim /etc/sysconfig/network-scripts/ifcfg-eth0---------ADD-----------BOOTPROTO="static"IPADDR=192.168.139.139NETMASK=255.255.255.0BROADCAST=192.168.139.255NM_CONTROLLED=noONBOOT="yes"-----------------------vim /etc/sysconfig/network-scripts/ifcfg-eth1---------ADD-----------BOOTPROTO="dhcp"ONBOOT="yes"-----------------------vim…

GPO to Set NTP on Domain Joined Computers and Servers

As a precursor, please review this article to set NTP for PDC Emulator prior to…

How to Install Asterisk on Ubuntu

su[enter root password]cd /tempwget apt-get install build-essential wget libssl-dev libncurses5-dev libnewt-dev libxml2-dev linux-headers-$(uname -r) libsqlite3-dev…