-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[New] Monitoring Salt Minions with Beacons #2070
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
Merged
Guaris
merged 5 commits into
linode:develop
from
andystevensname:monitoring-salt-minions-with-beacons
Oct 25, 2018
Merged
[New] Monitoring Salt Minions with Beacons #2070
Guaris
merged 5 commits into
linode:develop
from
andystevensname:monitoring-salt-minions-with-beacons
Oct 25, 2018
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added 'highstate' to dictionary 'modified' YAML
Guaris
approved these changes
Oct 25, 2018
Guaris
added a commit
that referenced
this pull request
Nov 2, 2018
* Added note for option to use either ssl or starttls (gsuite w/postfix) (#2042) * Added note for using ssl or starttls * Copy edit fixes * Update index.md (#2049) * Updated resizing a inode images to reflect new plans (#2059) * Salt command line reference add'l copy edits (#2061) * Initial Commit * Spelling corrections. * More spelling corrections. * edited salt CLI reference * [NEW] Migrating from Tokyo 1 to Tokyo 2 (#2046) * [NEW] Migrating from Tokyo 1 to Tokyo 2 * Fix for early migration sequence description * Copy Edits * Adding CloudFlare to list of DNS update doc links * Fixing links * Fixed description front matter * Remove sentence (#2069) * changed LetsEncrypt link (#2054) Changed the LetsEncrypt link from pointing to their homepage to pointing to Linode's guide on Let's Encrypt. * Revert "changed LetsEncrypt link (#2054)" (#2057) This reverts commit e5478aa. * Updated to include Tokyo 2 (#2067) * remove sentence Removed a bad sentence * Deprecated Django Guide (#2072) * Jinja intro research and write * Tech Edit * Fix typo (#2079) * Update Terraform for Linode provider. * Fixed issues with the wireguard guide and the fully-managed guide (#2083) * Removed a reference to legacy billing (#2084) * Added a link to the images guide promoting our image feature (#2085) * Added a link to the images guide promoting our image feature * Travis * [UPDATE] salt cloud v3 API note and size names (#2073) * [UPDATE] salt cloud v3 API note and size names [UPDATE] salt cloud v3 API note and curl test [UPDATE] salt cloud use size Nanode 1GB not Linode 1024 [UPDATE] salt cloud modified date * [UPDATE] salt cloud fixup linode.map file location * sshd service restart - error (#2068) sshd should be used instead of ssh in centos (I don't know about other distros * linux-hardened kernel support was dropped. (#2065) Alpine dropped support for grsec's hardened linux kernel. It is no longer part of the distribution. see: https://git.alpinelinux.org/cgit/aports/commit/?id=94a65a421705eb0152c2a6cdeb0bffd269c58e97 * Update dd command call in "Backup & Restore" (#2052) When following this guide, I ran into an issue where running the following command in "Backup & Restore" zeroed the entire block device: > dd if=/dev/zero of=/dev/sdX bs=128 count=1 I updated the command to: > dd conv=notrunc if=/dev/zero of=/dev/sdX bs=128 count=1 Using the updated command, only the header portion of the device is zeroed out and can be successfully restored from backup in the rest of the example. * Terminal outputs corrected and a few other edits * Guaris patch 1 (#2087) * Update index.md * Update index.md * Quick fix GitHub issues. (#2088) * Tech Edits * Copy edit complete * Remove trailing whitespace * Fixing Linode group label (minor fix) * [NEW] Automate Static Site Deployments with Salt, Git, and Webhooks (#2089) * Draft complete * Tech Edit * Blueberry fixes * Copy Edits * [New] Create a Salt Execution Module (#2064) * Initial Commit * Spelling Corrections * Added Another Resource * Tech Edit * Copy edit * [New] Monitoring Salt Minions with Beacons (#2070) * Initial Commit * Spelling corrections and YAML corrections Added 'highstate' to dictionary 'modified' YAML * Fixed opening sentence * Tech edits * Copy edit * Copy edit * Correct dirname * [Fix ] Billings and payments anchor (#2096) * Fix link in billing and payments * Add links to network quota guide * Remove unwanted carriage return * Update index.md (#2091) * Review edits * Rename guide path to match new title * [NEW] A Beginner's Guide to Salt (#2078) * Beginner guide to salt * Tech Edit * Tech Edit 2 * Copy edit finished * Blueberry fixes and some last copy edits * Accidentally deleted some of my original copy edits in last commit, reverting that * Small wording change * Bolding the definition of configuration management * Clarifying wording * Clarifying wording 2 * Fix trailing whitespace * Fix links and spelling * Small copy edits * Vale threw up a bunch of spelling errors in unrelated guides after the merge * More spelling fix * More spelling fixes 2 * Remove Magnifying Glass (#2098) * rebuild theme * Vale fix
leslitagordita
added a commit
that referenced
this pull request
Nov 7, 2018
* Added note for option to use either ssl or starttls (gsuite w/postfix) (#2042) * Added note for using ssl or starttls * Copy edit fixes * Update index.md (#2049) * Updated resizing a inode images to reflect new plans (#2059) * Salt command line reference add'l copy edits (#2061) * Initial Commit * Spelling corrections. * More spelling corrections. * edited salt CLI reference * [NEW] Migrating from Tokyo 1 to Tokyo 2 (#2046) * [NEW] Migrating from Tokyo 1 to Tokyo 2 * Fix for early migration sequence description * Copy Edits * Adding CloudFlare to list of DNS update doc links * Fixing links * Fixed description front matter * Remove sentence (#2069) * changed LetsEncrypt link (#2054) Changed the LetsEncrypt link from pointing to their homepage to pointing to Linode's guide on Let's Encrypt. * Revert "changed LetsEncrypt link (#2054)" (#2057) This reverts commit e5478aa. * Updated to include Tokyo 2 (#2067) * remove sentence Removed a bad sentence * Deprecated Django Guide (#2072) * Jinja intro research and write * Tech Edit * Fix typo (#2079) * Update Terraform for Linode provider. * Fixed issues with the wireguard guide and the fully-managed guide (#2083) * Removed a reference to legacy billing (#2084) * Added a link to the images guide promoting our image feature (#2085) * Added a link to the images guide promoting our image feature * Travis * [UPDATE] salt cloud v3 API note and size names (#2073) * [UPDATE] salt cloud v3 API note and size names [UPDATE] salt cloud v3 API note and curl test [UPDATE] salt cloud use size Nanode 1GB not Linode 1024 [UPDATE] salt cloud modified date * [UPDATE] salt cloud fixup linode.map file location * sshd service restart - error (#2068) sshd should be used instead of ssh in centos (I don't know about other distros * linux-hardened kernel support was dropped. (#2065) Alpine dropped support for grsec's hardened linux kernel. It is no longer part of the distribution. see: https://git.alpinelinux.org/cgit/aports/commit/?id=94a65a421705eb0152c2a6cdeb0bffd269c58e97 * Update dd command call in "Backup & Restore" (#2052) When following this guide, I ran into an issue where running the following command in "Backup & Restore" zeroed the entire block device: > dd if=/dev/zero of=/dev/sdX bs=128 count=1 I updated the command to: > dd conv=notrunc if=/dev/zero of=/dev/sdX bs=128 count=1 Using the updated command, only the header portion of the device is zeroed out and can be successfully restored from backup in the rest of the example. * Terminal outputs corrected and a few other edits * Guaris patch 1 (#2087) * Update index.md * Update index.md * Quick fix GitHub issues. (#2088) * Tech Edits * Copy edit complete * Remove trailing whitespace * Fixing Linode group label (minor fix) * [NEW] Automate Static Site Deployments with Salt, Git, and Webhooks (#2089) * Draft complete * Tech Edit * Blueberry fixes * Copy Edits * [New] Create a Salt Execution Module (#2064) * Initial Commit * Spelling Corrections * Added Another Resource * Tech Edit * Copy edit * [New] Monitoring Salt Minions with Beacons (#2070) * Initial Commit * Spelling corrections and YAML corrections Added 'highstate' to dictionary 'modified' YAML * Fixed opening sentence * Tech edits * Copy edit * Copy edit * Correct dirname * [Fix ] Billings and payments anchor (#2096) * Fix link in billing and payments * Add links to network quota guide * Remove unwanted carriage return * Update index.md (#2091) * Review edits * Rename guide path to match new title * [NEW] A Beginner's Guide to Salt (#2078) * Beginner guide to salt * Tech Edit * Tech Edit 2 * Copy edit finished * Blueberry fixes and some last copy edits * Accidentally deleted some of my original copy edits in last commit, reverting that * Small wording change * Bolding the definition of configuration management * Clarifying wording * Clarifying wording 2 * Fix trailing whitespace * Fix links and spelling * Small copy edits * Vale threw up a bunch of spelling errors in unrelated guides after the merge * More spelling fix * More spelling fixes 2 * Remove Magnifying Glass (#2098) * Added Note About CentOS 7 Support (#2107) Instructed reader that CentOS 7 is supported experimentally and that they should checkout the official documentation. * Fix command for package version * Add deprecated link to config wordpress guide * Removing single quotes from deprecated_link
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.