Versions Compared

Key

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

...

To change the current thresholds for all elements within your up.time Uptime Infrastructure Monitor installation, complete the following steps:

    1. Connect to your up.time DataStore using an ODBC or database tool. Assuming that you have installed up.time Uptime Infrastructure Monitor in the default location, you can access the DataStore at the command line using the following commands: 

      Code Block
      languagetext
      «change to the up.timeUptime installation directory»
      cd mysql
      cd bin
      ./mysql -u uptime --password=uptime -P 3308 --protocol=TCP uptime
      
    2. After you login to the up.time DataStore, run a command to update the threshold that you want to use with all elements. The command format and an example are detailed below. Replace the «field» text in the example below with a value from the DataStore setting name column in the table above. Replace the «new value» text in the example below with your new threshold setting (decimal values are not permitted for thresholds).

      Note
      titleNote
      All mysql commands assume that you are using a MySQL DataStore. The format of the commands may differ slightly for Oracle or SQL Server databases.

       

...

To change the current thresholds for a single element within your up.time Uptime Infrastructure Monitor installation, complete the following steps:

...

Configure different default GlobalScan threshold settings for all new elements that you add to up.time Uptime Infrastructure Monitor by completing the following steps:

...

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

      The uptime.conf file is located in the base up.time Uptime Infrastructure Monitor installation folder.

    2. Locate the following lines in the file:

       

...

  1. Edit the values after the = character to reflect the default GlobalScan thresholds that you want to use for new elements added to up.timeUptime Infrastructure Monitor.
  2. Save the file and exit the text editor.
  3. Restart the up.time Uptime Infrastructure Monitor 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 up.time Uptime Infrastructure Monitor will use the GlobalScan thresholds specified in the uptime.conf file.

...