diff --git a/README.md b/README.md index 809b7d5..e5c6562 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 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 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: diff --git a/solaris_exporter.py b/solaris_exporter.py index 4d1805e..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). Tests completed. + (https://github.com/n27051538/solaris_exporter/issues/7). Written by Alexander Golikov for collecting SPARC Solaris metrics for Prometheus.