Next Topic

Previous Topic

Book Contents

Lua

Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. Lua is free software. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from byte codes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

Network Monitor and Lua

Network Monitor includes support for the Lua scripting language (www.lua.org).

  • Customers can create custom made monitors to test systems and equipment not supported by any current monitoring solution.
  • New monitors, actions and events can be created and tested in the development environment provided by Kaseya, before they are exported and used in Network Monitor.
  • A comprehensive library of pre-made classes, such as FTP clients, HTTP clients and file management, are available to developers. See the KNM API documentation for more information about the different pre-made classes.

The develop environment includes debugger, keyword highlighting, integrated help and other features available in state-of-the-art development tools.

Intellipool Lua IDE v3

The development environment can be downloaded from the local download option on the About page.

Lua modules included in KNM

  • Base
  • Math
  • String
  • Table