Thresholds CSV File

The thresholds comma separated values file is used to bulk import thresholds for all devices within a container and its sub containers that are monitored by the same probe.

TIP: To facilitate the process of configuring the CSV file, export the existing thresholds to a CSV file first then save a copy of this file and edit the threshold values before importing it, See "Export Thresholds".

 

The CSV file must be configured with the following information and format for each device type and threshold:

devicetype character varying(64) NOT NULL,

thresholdtype character varying(256) NOT NULL,

matcher character varying(64) NOT NULL,

lowerworse boolean NOT NULL,

warningenabled boolean NOT NULL,

warningonvalue real NOT NULL,

warningoffvalue real NOT NULL,

warningontime integer NOT NULL,

warningofftime integer NOT NULL,

minorenabled boolean NOT NULL,

minoronvalue real NOT NULL,

minoroffvalue real NOT NULL,

minorontime integer NOT NULL,

minorofftime integer NOT NULL,

majorenabled boolean NOT NULL,

majoronvalue real NOT NULL,

majoroffvalue real NOT NULL,

majorontime integer NOT NULL,

majorofftime integer NOT NULL,

criticalenabled boolean NOT NULL,

criticalonvalue real NOT NULL,

criticaloffvalue real NOT NULL,

criticalontime integer NOT NULL,

criticalofftime integer NOT NULL