Versions Compared

Key

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

...

Process Count Check

The Process Count Check monitor measures the number of identical processes that are running on a system. If there is more than one instance of a process running, the check returns an OK status. If the process is not running, the check returns a Critical status.

Info

If your monitor includes a space in the Process Name field, you may experience an error in monitor operation. The Process Count Check monitor uses regular expressions, which means that you must use the proper notation for a space. To match a space, use an escape with the space notation, i.e. \s. For example:

/usr/local/uptime/apache/bin/httpd -k start

should be

/usr/local/uptime/apache/bin/httpd\s-k\sstart

  the check returns an OK status. If the process is not running, the check returns a Critical status.

Configuring Process Count Check Monitors

To configure Process Count Check monitors, do the following:
  1. In the Process Count Check monitor template, complete the monitor information fields.
    To learn how to configure monitor information fields, see Monitor Identification.
  2. Complete the following fields:
    • Process Name (Mandatory)
      The exact name of the process that you want to monitor.
      The name is the absolute name of the process, without its path, file extension, or any parameters.
      For example, on UNIX systems, the process " /usr/bin/vmstat -p " is checked as " vmstat ", and on Windows systems, " process.exe " should be entered as " process ".
    • Process Occurrences
      Enter the number of process occurrences for which you want to set Warning and Critical thresholds. For more information, see Configuring Warning and Critical Thresholds.
    • Response Time
      Enter the Warning and Critical Response Time thresholds. For more information, see Configuring Warning and Critical Thresholds.
  3. To save the data from the thresholds for graphing or reporting, click the Save for Graphing checkbox beside each of the metrics that you selected in step 3.
  4. Complete the following settings:
  5. Click Finish.

...