From a7eff85a5eb724dac2ce050acc72875531b66631 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 20:47:32 +0000 Subject: [PATCH 1/3] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index d0c8a6e..5f856e2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # check_synology [![Release](https://img.shields.io/github/release/wernerfred/check_synology.svg)](https://github.com/wernerfred/check_synology/releases) + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + This plugin uses ```snmpv3``` with ```MD5``` + ```AES``` to check a lot of different values on your Synology DiskStation. @@ -89,3 +92,23 @@ If you want to add a missing check or another value to be added than you can use This plugin was tested successfully with DS215j and DS718+ Note: As of version 0.2 and higher only python3 is supported. Version 0.1 was the last python2 compatible release. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

KreativeKrise

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From a341e451e1218f3af796fa778341666b0f15e514 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 20:47:33 +0000 Subject: [PATCH 2/3] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..c3dd78f --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "KreativeKrise", + "name": "KreativeKrise", + "avatar_url": "https://avatars.githubusercontent.com/u/6876675?v=4", + "profile": "https://github.com/KreativeKrise", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "check_synology", + "projectOwner": "wernerfred", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} From 1228f2ca80aafb73e22f3d2d6d37b7f753f2994c Mon Sep 17 00:00:00 2001 From: Frederic Werner <20406381+wernerfred@users.noreply.github.com> Date: Thu, 8 Jul 2021 22:49:03 +0200 Subject: [PATCH 3/3] chore: remove all-contributors badge --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f856e2..8fc98a7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ # check_synology [![Release](https://img.shields.io/github/release/wernerfred/check_synology.svg)](https://github.com/wernerfred/check_synology/releases) - -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) - This plugin uses ```snmpv3``` with ```MD5``` + ```AES``` to check a lot of different values on your Synology DiskStation. @@ -111,4 +108,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!