Compilers warn that "%llu" doesn't match the uint_fast64_t type for all
machines.
These are just being sscanf()'ed to be sprintf()'ed a few lines later,
there's no need for performance. These can just be vanilla "unsigned
long long"'s to match the existing format specifiers.
Closes: https://github.com/munin-monitoring/contrib/pull/1415