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 ...
Real User Monitor (RUM) - Troubleshooting
If the monitor has not polled data for a long time, follow the steps below 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 the help ...
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) ...
Script Monitor FAQs
Common queries, errors and troubleshooting: 1. To execute scripts other than .bat /.vbs in Windows and .sh / .bash in Linux: It is better to execute the script in the form of a command. Eg. To execute python script, you can use command py ...
DNS Monitor - Troubleshooting
Common DNS Monitor Errors and Troubleshooting Guide 1. Host Not Found Description: The DNS server was unable to locate the requested lookup address. Possible Causes: This may happen if the hostname is incorrect, the domain does not exist, or there is ...