Skip to content

Commit

Permalink
Add values to rrd-status docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahacek authored Jun 30, 2023
1 parent c37b7ab commit e89accf
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,23 @@ To do so, add a service parameter to the appropriate services in `poller-configu
</service>
----

The value stored is an enum value based on the status of the polled service.
If the poller service is not able to run, such as due to an error in the monitor config, the stored value will be `NaN`.

[options="autowidth"]
|===
| Monitor Response | Stored Value

| Available
| 1

| Unavailable
| 0

| Unresponsive
| -1
|===

== Overlapping services

Because you can specify multiple polling packages, you can use the same service (like ICMP) multiple times.
Expand Down

0 comments on commit e89accf

Please sign in to comment.