Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Latest commit

 

History

History
55 lines (33 loc) · 1.68 KB

collectd-uptime.md

File metadata and controls

55 lines (33 loc) · 1.68 KB

collectd/uptime

Monitor Type: collectd/uptime (Source)

Accepts Endpoints: No

Multiple Instances Allowed: No

Overview

Sends a single metric of the total number of seconds the host has been up, using the collectd uptime plugin.

Configuration

To activate this monitor in the Smart Agent, add the following to your agent config:

monitors:  # All monitor config goes under this key
 - type: collectd/uptime
   ...  # Additional config

For a list of monitor options that are common to all monitors, see Common Configuration.

This monitor has no configuration options.

Metrics

These are the metrics available for this monitor. Metrics that are categorized as container/host (default) are in bold and italics in the list below.

  • uptime (gauge)
    Seconds since system boot

Non-default metrics (version 4.7.0+)

To emit metrics that are not default, you can add those metrics in the generic monitor-level extraMetrics config option. Metrics that are derived from specific configuration options that do not appear in the above list of metrics do not need to be added to extraMetrics.

To see a list of metrics that will be emitted you can run agent-status monitors after configuring this monitor in a running agent instance.