Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before you change Global Scan thresholds, refer to the table below for a description of each field that you can control and the associated setting name that is used later in this article.

Performance FieldDescriptionDataStore Setting Nameuptime.conf Setting Name
TOTThe overall CPU % busy.

gs_cpu_warn

gs_cpu_crit

globalscan.cpu.warn

globalscan.cpu.crit

% UsedThe capacity of the file system that is most full on the element.

gs_diskfull_warn

gs_diskfull_crit

globalscan.diskfull.warn

globalscan.diskfull.crit

% BusyThe work time of the busiest spindle on the element.

gs_diskbusy_warn

gs_diskbusy_crit

globalscan.diskbusy.warn

globalscan.diskbusy.crit

Swap UsedTotal swap space used.

gs_swap_warn

gs_swap_crit

globalscan.swap.warn

globalscan.swap.crit

Each field has two setting names: one to control the warning (yellow) threshold and another to set the critical (red) threshold. You can modify one or both settings. The setting to update for warning thresholds includes the word "warn" in the setting and the critical threshold setting includes the word "crit" in the setting name.

...

Changing the default values for new elements

Configure To configure different default GlobalScan Global Scan threshold settings for all new elements that you add to Uptime Infrastructure Monitor by completing the following stepsUIM

  1. On your monitoring station system, open the uptime.conf file in a text editor.

...

  1. The uptime.conf file is located in the base

...

  1. UIM installation folder.
  2. Locate the following lines in the file:
    Code Block
    languagesql
    globalscan.cpu.warn=70 
    globalscan.cpu.crit=90 
    globalscan.diskbusy.warn=70 
    globalscan.diskbusy.crit=90 
    globalscan.diskfull.warn=70 
    globalscan.diskfull.crit=90 
    globalscan.swap.warn=70 
    globalscan.swap.crit=90
  3. Edit the values after the = character to reflect the default

...

  1. Global Scan thresholds that you want to use for new elements added to

...

  1. UIM.
  2. Save the file, and then exit the text editor.
  3. Restart the

...

  1. UIM core service.
    On Solaris and Linux monitoring stations, restart the uptime_core service. On Windows monitoring stations, restart the up.time Data Collector service.
    All elements that you add to

...

  1. UIM use the

...

  1. Global Scan thresholds specified in the uptime.conf file.