perfdata 0.4.0

Parsing and handling performance data for monitoring engines like Nagios, Icinga2, ...
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.strum]
features = ["derive"]
version = "0.23"

[package]
description = "Parsing and handling performance data for monitoring engines like Nagios, Icinga2, ..."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "perfdata"
resolver = "2"
version = "0.4.0"