Section | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Modifying uptime.conf File Settings
Configuration parameters that are directly tied to the 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 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 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
To stop the Uptime Infrastructure Monitor services in Windows, do the following:
- Open the Services Control Panel.
- Find the following entries, and for each, Stop the service:
- Uptime Controller
- Uptime Web Server
- Uptime Data Collector
- Uptime Data Store
To stop the Uptime Infrastructure Monitor services on Linux, do the following:
- Log into the Monitoring Station as user
root
. - Type the following command to stop the Controller:
/etc/init.d/uptime_controller stop
- Type the following command to stop the Web server:
/etc/init.d/uptime_httpd stop
- Type the following command to stop the Data Collector:
/etc/init.d/uptime_core stop
- Type the following command to stop the DataStore:
/etc/init.d/uptime_datastore stop
Starting the Uptime Infrastructure Monitor Services
To restart the Uptime Infrastructure Monitor services in Windows, do the following:
- Open the Services Control Panel.
- Find the following entries, and for each, Start the service:
- Uptime Data Store
- Uptime Data Collector
- Uptime Web Server
- Uptime Controller
To restart the Uptime Infrastructure Monitor services on Linux, do the following:
- At the command line, log into the Monitoring Station as user root.
- Type the following command to start the DataStore:
/etc/init.d/uptime_datastore start
- Type the following command to start the Data Collector:
/etc/init.d/uptime_core start
- 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