Icinga / icinga2

The core of our monitoring platform with a powerful configuration language and REST API.
https://icinga.com/docs/icinga2/latest
GNU General Public License v2.0
1.98k stars 571 forks source link

Fix Naming of redis-check command for accessing redis-check script. #10085

Closed marvish4ppi closed 3 weeks ago

marvish4ppi commented 3 weeks ago

There is an issue with calling the redis-check-script caused by the naming. The redis check script is only named "check_redis" and not "check_redis.pl"

cla-bot[bot] commented 3 weeks ago

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: marvin.wegermann. This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails