|
Overview
NetDecision Script Language is a
programming language that allows you to create robust, intelligent
agents to manage your network using protocols such as SNMP and
ICMP.
It
is also possible to parse and create HTML and XML data files using
NetDecision Script Language, send E-Mails to notify a technicians
about system failure, query database, create graphical reports
(charts), etc.
The syntax of the language is very
simple, but it allows the user to solve complex tasks. The language has all basic
features like loops, condition statements, user-defined functions,
etc.
Features
-
Basic data
types (string, integer, double, char, byte)
-
Multidimensional arrays
-
SNMP data
types
-
XML data
type
-
Conditional
execution ('if' statements)
-
Loops (while,
for, foreach)
-
Functions
(including recursive functions)
-
Local and
global variable scope
-
Operators.
-
Simple to
extend
-
SNMP
functions
-
String
processing functions (including regex)
-
XML processing
functions
-
DB functions
-
Mathematical routines
-
Graphical Reports (SVG)
-
File IO
functions
-
Utility
functions
-
Time
functions
-
Directory
management functions
-
TCP/UDP functions
-
LDAP (SQL like queries) functions
-
Windows Processes management functions
-
Windows Services management functions
-
Windows Event Log management functions
-
Windows networking (shared folders) functions
-
FTP functions
-
TFTP functions
-
Send mail
function
-
Text to speech function
-
External command execution function
-
MIB resolving functions
-
ICMP ping
function
-
WMI query functions
-
RS-232 connection functions
-
Query CSV files functions (SQL like)
-
Functions for working with Round-Robin databases
-
Functions for working with Zip files
-
Plug-ins
|