Versions Compared

Key

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

up.time includes 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 Uptime Data Collector service); these parameters can be modified in up.timeUptime 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

Uptime Config Panel Settings

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

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

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

Only the variables whose default values have been are modified appear in the up.time Uptime 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 Uptime 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 up.time root Uptime Infrastructure Monitor installation directory.

In addition to the up.time the Uptime Infrastructure Monitor database, uptime.conf parameters affect a variety of up.time 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 up.time 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 up.time hosting Uptime Infrastructure Monitor starts. However, system administrators may need to stop the up.time 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 up.time Services
the Uptime Infrastructure Monitor Services

To stop the up.time 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:
    • up.time Uptime Controllerup
    • .time Uptime Web Server
    • up.time Uptime Data Collectorup.time
    • Uptime Data Store

To stop the up.time 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 up.time Services
the Uptime Infrastructure Monitor Services

To restart the up.time 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:
    • up.time Data Uptime Data Storeup.time Data
    • Uptime Data Collector
    • up.time Web Uptime Web Serverup.time Controller
    • Uptime Controller

To restart the up.time 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
  5. Type the following command to stop the Controller:
    /etc/init.d/uptime_controller start
 

Save