Contact Info

Crumbtrail

ActiveXperts.com » Network Monitor » Checks (Scripts)

ActiveXperts Network Monitor Scripts checks

Introduction

ActiveXperts Network Monitor contains a comprehensive set of built-in monitoring checks. These checks are configured using the ActiveXperts Network Monitor Manager and cannot be customized.

Most Administrators want more than that! They want to customize their checks, combine them, put more functionality in it. In ActiveXperts Network Monitor, Administrators can use three different scripting languages: Powershell, VBScript and SSH.

Powershell scripts

The following PowerShell scripts are included in ActiveXperts Network Monitor. The scripts can be modified to meet your requirements.

VBScript scripts

The following VBScript scripts are included in ActiveXperts Network Monitor. The scripts can be modified to meet your requirements.

  • Cpu.vbs - Checks CPU usage on a host.
  • Database.vbs - Checks a database by executing an SQL query.
  • Dhcp.vbs - Checks for maximum number of IP addresses in use.
  • DirectoryService.vbs - Check whether a user account is disabled or locked out.
  • DiskDrives.vbs - Checks all disks on a host.
  • DiskSpace.vbs - Checks whether a disk has sufficient space.
  • Dns.vbs - Query a DNS server, and check the response.
  • Email.vbs - Checks mail server by logging on and checking the status.
  • EventLog.vbs - Checks whether certain events exist in a Event Log.
  • File.vbs - Checks file existence, file content, last line of a file for a pattern, file size, file change.
  • Folder.vbs - Checks folder size, count the number of files in a directory and all subdirectories, check the directory for a change.
  • Ftp.vbs - Checks whether a file existens on an FTP server.
  • Handles.vbs - Checks the number of handles used by a process.
  • Http.vbs - Read data from a web page and search for a pattern.
  • Ica.vbs - Establish a telnet session to an MS ICA Server and validate its response.
  • Memory.vbs - Checks free memory (MB) on a defined host.
  • Miscellaneous.vbs - Miscellaneous routines.
  • MountPoint.vbs - Checks whether Windows Mount Point has sufficient space.
  • MsActiveDirectory.vbs - Checks whether MS Active Directory is running; it checks services, processes and performance counters.
  • MsBizTalkServer.vbs - Checks whether MS BizTalk is running; it checks services, processes and performance counters.
  • MsDynamics.vbs - Checks whether MS Dynamics is running; it checks services, processes and performance counters.
  • MsExchangeServer.vbs - Checks whether MS Exchange Server is running; it checks services, processes and performance counters.
  • MsHyperVServer.vbs - Checks whether MS Hyper-V Server is running; it checks services, processes and performance counters.
  • MsIisServer.vbs - Checks whether MS IIS Server is running; it checks services, processes and performance counters.
  • MsIndexServer.vbs - Checks whether MS Index Server is running; it checks services, processes and performance counters.
  • MsIsaServer.vbs - Checks if MS ISA Server is running; it checks services, processes and performance counters.
  • MsQueue.vbs - Checks MS Queue length on a host computer.
  • MsSharePointServer.vbs - Checks if MS SharePoint Server is running; it checks the services, processes and performance counters.
  • MsSqlServer.vbs - Checks whether MS SQL Server is running; it checks services, processes and performance counters.
  • MsTerminalServer.vbs - Checks Terminal Server sessions on a host.
  • Nntp.vbs - Establish telnet session to an NNTP news server and validate its response.
  • Ntp.vbs - Queries a time server.
  • PerformanceCounter.vbs - Checks a Windows Performance Counter.
  • Ping.vbs - Pings a remote host.
  • Printer.vbs - Checks whether a printer is up and running.
  • Process.vbs - Checks whether a process is running. Checks CPU and memory resources as well.
  • Radius.vbs - Checks a RADIUS server for accessibility.
  • Registry.vbs - Checks value of a registry key on the local or remote system.
  • Rsh.vbs - Runs a command on a UNIX/LINUX host.
  • Serial.vbs - Queries a serial device.
  • Service.vbs - Checks whether a specified service is running.
  • Share.vbs - Checks the existence of a share on a host.
  • Snmp.vbs - Connects to the SNMP agent, reads the OID value and performs a match.
  • Telnet.vbs - Establishes a telnet session to a host and validates its response.
  • Tftp.vbs - Checks for file existence on a TFTP host.
  • TraceRoute.vbs - Tracks the route of packets from one IP to another.
  • VirusScan.vbs - Checks if the defined Virus Scanner is running.
  • VMware.vbs - Checks a counter on a VMware host or a VMware Virtual Machine.
  • Xen.vbs - Checks a counter on a Xen server or a Virtual Maching running on a Xen server.
  • Xml.vbs - Performs a query on an XML source.

SSH (Linux/Unix) scripts

The following SSH scripts are included in ActiveXperts Network Monitor. The scripts can be modified to meet your requirements.