-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update documentation #10696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation #10696
Conversation
Added to the description explaining the mode of operation and the protocol being used. This would add to the user experience and saves time for the user.
cc @tbielawa @tgoetheyn |
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
Co-authored-by: Felix Fontein <felix@fontein.de>
…ths in plugins/modules/nagios.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
Backport to stable-10: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply db7757e on top of patchback/backports/stable-10/db7757ed4b9a232776f5afd0e38c9d0cc73970e9/pr-10696 Backporting merged PR #10696 into main
🤖 @patchback |
Backport to stable-11: 💚 backport PR created✅ Backport PR branch: Backported as #10714 🤖 @patchback |
@bofo540 thanks for your contribution! |
* Update documentation Added to the description explaining the mode of operation and the protocol being used. This would add to the user experience and saves time for the user. * use single quotes around colon contained list element to satisfy linter * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * documentation of nagios module - included all nagios configuration paths in plugins/modules/nagios.py * used italic code I(...) for paths * added trailing comma to nagios.cfg path listing Co-authored-by: Felix Fontein <felix@fontein.de> * added trailing period after icinga path listing. Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: bjt-user <bjoern.foersterling@web.de> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit db7757e)
Update documentation (#10696) * Update documentation Added to the description explaining the mode of operation and the protocol being used. This would add to the user experience and saves time for the user. * use single quotes around colon contained list element to satisfy linter * Apply suggestions from code review * documentation of nagios module - included all nagios configuration paths in plugins/modules/nagios.py * used italic code I(...) for paths * added trailing comma to nagios.cfg path listing * added trailing period after icinga path listing. --------- (cherry picked from commit db7757e) Co-authored-by: bofo540 <bjoern.foersterling@cpb-software.com> Co-authored-by: bjt-user <bjoern.foersterling@web.de> Co-authored-by: Felix Fontein <felix@fontein.de>
Added to the description explaining the mode of operation and the protocol being used.
This would add to the user experience and saves time for the user.