How to configure Output Settings for Script Monitor?
Below are the details on how to configure Script Monitor Output Settings and expected output format,
Output
Configuration:

Expected Output
File Format: In the output file,
- Scalar data should be separated by scalar delimiter, here name, cpu, javaHeap are scalar attributes and = is delimiter
- Tabular data is expected to be between table starts and ends tag, column names and row values should be separated by table delimiter. Here | is the table delimiter.
<--table TABLENAME starts-->
COLUMN NAMES separated by Table Delimiter
ROW VALUES separated by Table Delimiter
<--table TABLENAME ends-->
Content of the output file D:\testOut.txt:
name=APPMANAGER
cpu=78
javaHeap=66
<--table
DISK
starts-->
DISKID|NAME|USEDPER
1|APM|23
2|SDP|21
3|OPM|45
<--table
DISK ends-->
<--table NETINF
starts-->
NETID|NETNAME|NETUSED
1|APM|23
2|SDP|21
3|OPM|45
<--table
NETINF ends-->
SAMPLE MONITOR
DETAILS PAGE:

New to ADSelfService Plus?
Related Articles
Script/Custom Monitors - Alarms configured for Table rows were missing
In the Applications manager , users have the ability to manage the table rows of a script or custom monitor type according to their specific requirements. This can be done by enabling the "Enable Script Row Deletion" option. For example, let's ...
IIS Server monitor - Troubleshooting steps
Unable to add IIS Server monitor Follow the below given below to add an IIS server monitor in Applications Manager: First, check whether all the prerequisites are done. Check the IIS Server URL is accessible from Applications Manager server. If your ...
IIS Server monitor - Issues encountered while adding an IIS server monitor
Unable to add an IIS server monitor Prerequisites: Make sure you have performed all the prerequisites for the IIS server monitor. Follow the steps mentioned below to add an IIS server monitor: IIS Server URL accessibility: Check whether the IIS ...
Self monitor Applications Manager using Real User Monitoring
We can monitor the Applications Manager using Real User Monitoring with a Java Script injection and this can be used to measure the Applications Manager's performance continuously. All you need is to install and setup the Real User Monitoring (RUM) ...
Real User Monitor (RUM) - Troubleshooting
If the monitor has not polled data for a long time, follow the below steps for troubleshooting. Step 1: Check the RUM Agent configuration Real User Monitor requires the RUM Agent to be installed and mapped to the Applications Manager. Refer this help ...