How to configure Output Settings for Script Monitor?

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:


Loading...

Expected Output File Format:
In the output file,
  1. Scalar data should be separated by scalar delimiter, here name, cpu, javaHeap are scalar attributes and = is delimiter
  2. 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

                      • 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 ...
                      • 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 ...
                      • How to configure Apache to APM using AppManager Otel-Collector

                        Configuring AppManager OTel Collector for Apache Traces Overview This article covers setting up the AppManager OTel Collector to receive traces from Apache, authenticate them with your API key, and forward them to the ManageEngine APM backend. ...
                      • 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) ...