X-Git-Url: https://iankelling.org/git/?p=log-quiet;a=blobdiff_plain;f=sysd-prom-fail;h=d8a2c0a0d9f97c5976b6583d5c6cd04ba753f2f4;hp=0781ff4cb6d99eff36351d8968ff5c06c54ff4a1;hb=HEAD;hpb=f63a62a9ae726155d06b2ca2fc2b576a1dd11289 diff --git a/sysd-prom-fail b/sysd-prom-fail index 0781ff4..d8a2c0a 100755 --- a/sysd-prom-fail +++ b/sysd-prom-fail @@ -1,5 +1,12 @@ #!/bin/bash -# Copyright (C) 2022 Ian Kelling +# I, Ian Kelling, follow the GNU license recommendations at +# https://www.gnu.org/licenses/license-recommendations.en.html. They +# recommend that small programs, < 300 lines, be licensed under the +# Apache License 2.0. This file contains or is part of one or more small +# programs. If a small program grows beyond 300 lines, I plan to switch +# its license to GPL. + +# Copyright 2024 Ian Kelling # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,6 +21,7 @@ # limitations under the License. + # requires 1.4.0 to run with multiple units due to bug before that: # https://github.com/prometheus/node_exporter/pull/2475