From f14a8b5228fd876d4512d91c2556026e1ba108c2 Mon Sep 17 00:00:00 2001 From: Golikov Alexander Date: Tue, 8 Feb 2022 18:10:34 +0300 Subject: [PATCH] update of comments --- README.md | 4 ++-- solaris_exporter.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61bc716..e5c6562 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Also work on x86 platform, community-tested with Openindiana (x86) (OI-hipster-m - 2021 Jan 05. Added TextFileCollector, SVCSCollector now enabled for all zones (Thanks to Marcel Peter) - 2021 Mar 01. [Fixed](https://github.com/n27051538/solaris_exporter/issues/4) psutil version to 5.7.0 (something changed in the newer versions, have to time to look at) - 2022 Jan 24. Added support for Python 3. In testing. - - 2022 Feb 04. Documentation update for support of Solaris 11.4.41. In testing. - - 2022 Feb 05. [Fixed](https://github.com/n27051538/solaris_exporter/issues/7) support of Python 2.7 for Solaris 11.4.41. In testing. + - 2022 Feb 04. Documentation update for support of Solaris 11.4.41. + - 2022 Feb 05. [Fixed](https://github.com/n27051538/solaris_exporter/issues/7) support of Python 2.7 for Solaris 11.4.41. ## Provides info about: - Solaris Zones CPU Usage with processor sets info (PerZoneCpuCollector); diff --git a/solaris_exporter.py b/solaris_exporter.py index 4d473a0..321d217 100644 --- a/solaris_exporter.py +++ b/solaris_exporter.py @@ -11,7 +11,7 @@ 2022 Jan 24. Added support for Python 3.7. In testing. 2022 Feb 04. Documentation update for support of Solaris 11.4.41. In testing. 2022 Feb 05. Fixed support of Python 2.7 for Solaris 11.4.41 - (https://github.com/n27051538/solaris_exporter/issues/7). In testing. + (https://github.com/n27051538/solaris_exporter/issues/7). Written by Alexander Golikov for collecting SPARC Solaris metrics for Prometheus.