Shumoku Docs

Search documentation

Server · next

Loading search…

日本語

This documentation describes the Server currently in development.

prometheus · 0.2.28

Prometheus

Source

Capabilities

metrics · hosts · alerts

Connection configuration

FieldTypeDescriptionDefault
url
required
string Prometheus URL
preset
required
string Metric preset
snmp — SNMP Exporter, node_exporter — Node Exporter, custom — Custom metrics
snmp
customMetrics
object Custom metrics
customMetrics.inOctets
required
string Inbound octets metric
customMetrics.outOctets
required
string Outbound octets metric
customMetrics.interfaceLabel
required
string Interface label
customMetrics.upMetric
string Up metric
hostLabel
string Host label
Label identifying hosts.
instance
jobFilter
required
string Job filter
Required job label scope. Use one exact job or switch to regex for a related job family.
jobFilterMode
string Job filter mode
Regex matches are fully anchored by Prometheus; use snmp-.* for a prefix. exact — Exact match, regex — Regular expression (RE2)
exact
alertmanagerUrl
string Alertmanager URL
Defaults to the Prometheus URL.
basicAuth
object Basic auth (optional)
basicAuth.username
string Username
basicAuth.password
· secret
string Password

Topology options

None