summaryrefslogtreecommitdiffstats
path: root/lib/perfdata.c
AgeCommit message (Collapse)AuthorFilesLines
37 hoursRevert check_disk performance data back to used space (#2243)Lorenz Kästle1-1/+10
* Implement simple output shortcut for ranges If ranges start with zero (e.g. 0:10), the zero and the colon can be left out. This patch implements this by default, since some systems (icinga2) do not fully implement the whole range format and this reduces errors in the common case of just an upper border. * switch check_disk perfdata back to used space
2026-02-16Make replacing of mismatching single quotes work (#2232)Dirk Mueller1-1/+1
Fixes a logic error in the string handling that led to dead code before.
2026-02-16Fix typo in enum MP_PARSING_SUCCES(S) (#2233)Dirk Mueller1-7/+7
2026-02-16Fix a few typos (#2231)Dirk Mueller1-1/+1
2025-09-08lib: code formatting, perfdata label sanity checking and so onLorenz Kästle1-14/+58
2025-05-17Lib: Add perfdata for char and unsigned charLorenz Kästle1-0/+8
2025-03-30Try to circumvent some old compiler errorsLorenz Kästle1-6/+0
2025-03-30Add more helpers to perfdata functionsLorenz Kästle1-0/+87
2025-03-30Always quote perfdata labelsLorenz Kästle1-1/+1
2025-02-19Use asprintf in lib directly instead of xasprintfLorenz Kästle1-18/+18
2025-02-18Implement new output functionalityLorenz Kästle1-0/+516