Versions Compared

Key

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

Uptime Infrastructure Monitor includes user-definable parameters that can control some aspects of its behavior including the following:

  • Database Settings
  • Mail Server Settings
  • Global Scan threshold settings
  • Resource Scan threshold settings
  • Proxy settings
  • Remote reporting settings
  • RSS feed settings
  • Splunk integration settings
  • Web monitor settings

From a configuration perspective, there are two types of parameters:

  • parameters whose modification does not require a restart of the Core service (also known as the up.time Data Collector service); these parameters can be modified in Uptime Infrastructure Monitor, on the Config panel
  • parameters whose modification requires a restart of the Core service; these parameters are found in the uptime.conf file

Modifying up.time Config Panel Settings

Configuration parameters that are not directly tied to, thus do not require a restart of, the up.time Core service can be modified directly in the Uptime Infrastructure Monitor GUI:

In general, to edit these configuration settings in the Uptime Infrastructure Monitor interface, do the following:

  1. On the Uptime Infrastructure Monitor tool bar, click Config.
  2. In the left pane, click up.time Configuration.
  3. Enter the configuration variable and new value.
  4. Click Update to save your changes.
Info

Only the variables whose default values are modified appear in the up.time Configuration panel.

Column
width33%
Panel
bgColorwhite
titleBGColorwhitesmoke
titleTopics on this page
borderStyledotted
Table of Contents
maxLevel3
stylesquare
Panel
bgColorwhite
titleBGColorwhitesmoke
titleSee the following topics for more information
borderStyledotted
Children Display

Modifying uptime.conf File Settings

Configuration parameters that are directly tied to the up.time Core service are found in the uptime.conf file. uptime.conf is a text file that you can modify in any text editor, and can be found in the root Uptime Infrastructure Monitor installation directory.

In addition to the Uptime Infrastructure Monitor database, uptime.conf parameters affect a variety of Uptime Infrastructure Monitor behavior.

Info
Not all of the settings listed in this section will necessarily be found in your particular uptime.conf file.

 

Stopping and

Restarting up.time

Restarting Uptime Infrastructure Monitor Services

In addition to the Web interface, the Uptime Infrastructure Monitor Monitoring Station consists of the following services:

  • DataStore
  • Web server
  • Data Collector (also called the Core)
  • Controller

These services run in the background and start automatically after the operating system on the server hosting Uptime Infrastructure Monitor starts. However, system administrators may need to stop the Uptime Infrastructure Monitor services (for example, before making configuration changes to the uptime.conf file, performing an upgrade, or archiving the DataStore).

Stopping the Uptime Infrastructure Monitor
services
Services

To stop the Uptime Infrastructure Monitor services in Windows, do the following:

  1. Open the Services Control Panel.
  2. Find the following entries, and for each, Stop the service:
    • Uptime Infrastructure Monitor Controller
    • Uptime Infrastructure Monitor Web Server
    • Uptime Infrastructure Monitor Data Collector
    • Uptime Infrastructure Monitor Data Store

To stop the Uptime Infrastructure Monitor services on Linux, do the following:

  1. Log into the Monitoring Station as user root.
  2. Type the following command to stop the Controller:
    /etc/init.d/uptime_controller stop
  3. Type the following command to stop the Web server:
    /etc/init.d/uptime_httpd stop
  4. Type the following command to stop the Data Collector:
    /etc/init.d/uptime_core stop
  5. Type the following command to stop the DataStore:
    /etc/init.d/uptime_datastore stop
Starting the Uptime Infrastructure Monitor
services
Services

To restart the Uptime Infrastructure Monitor services in Windows, do the following:

  1. Open the Services Control Panel.
  2. Find the following entries, and for each, Start the service:
    • Uptime Infrastructure Monitor Data Store
    • Uptime Infrastructure Monitor Data Collector
    • Uptime Infrastructure Monitor Web Server
    • Uptime Infrastructure Monitor Controller

To restart the Uptime Infrastructure Monitor services on Linux, do the following:

  1. At the command line, log into the Monitoring Station as user root.
  2. Type the following command to start the DataStore:
    /etc/init.d/uptime_datastore start
  3. Type the following command to start the Data Collector:
    /etc/init.d/uptime_core start
  4. Type the following command to start the Web server:
    /etc/init.d/uptime_httpd start
    Type the following command to stop the Controller:
    /etc/init.d/uptime_controller start