mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #291] [MERGED] scripts, doc, nrpe probes #379
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#379
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ovh/the-bastion/pull/291
Author: @speed47
Created: 2/2/2022
Status: ✅ Merged
Merged: 2/9/2022
Merged by: @speed47
Base:
master← Head:dev/slesimpl/scripts📝 Commits (10+)
b4a1538remove compress-old-logs script, as osh-encrypt-rsync will do the job instead4104340feat: osh-encrypt-rsync: handle sqlite and user logs along with ttyrec filesbae2183enh: cron scripts: factorize common code and standardize loggingfe56d0fchore: fix typos266a1edenh: osh-encrypt-rsync: catch warnings emitted by GetOptions1bc3037fix: piv-grace-reaper: don't use hash values (had no impact)20b2085fix: get_group_list() returned invalid members list (was not used anywhere)6c3bd24enh: osh-piv-grace-reaper: run only on master, standardize config reading1b09246enh: osh-lingering-sessions-reaper: make it configurable9089ee5feat: add osh-cleanup-guest-key-access.pl script📊 Changes
81 files changed (+2241 additions, -687 deletions)
View changed files
📝
bin/admin/fixrights.sh(+2 -0)📝
bin/admin/install(+5 -0)📝
bin/admin/osh-sync-watcher.sh(+18 -6)📝
bin/cron/osh-backup-acl-keys.sh(+4 -35)➕
bin/cron/osh-cleanup-guest-key-access.pl(+163 -0)➖
bin/cron/osh-compress-old-logs.sh(+0 -39)📝
bin/cron/osh-encrypt-rsync.pl(+229 -123)📝
bin/cron/osh-lingering-sessions-reaper.sh(+7 -6)📝
bin/cron/osh-orphaned-homedir.sh(+10 -11)📝
bin/cron/osh-piv-grace-reaper.pl(+30 -15)📝
bin/cron/osh-remove-empty-folders.sh(+4 -38)📝
bin/cron/osh-rotate-ttyrec.sh(+6 -4)📝
bin/proxy/osh-http-proxy-daemon(+2 -3)➕
contrib/nrpe/README.md(+15 -0)➕
contrib/nrpe/etc/nagios/nrpe.d/check_bastion_healthcheck.cfg(+1 -0)➕
contrib/nrpe/etc/nagios/nrpe.d/check_bastion_http_proxy.cfg(+1 -0)➕
contrib/nrpe/etc/nagios/nrpe.d/check_bastion_locked.cfg(+1 -0)➕
contrib/nrpe/etc/nagios/nrpe.d/check_bastion_root_connected_too_long.cfg(+1 -0)➕
contrib/nrpe/etc/nagios/nrpe.d/check_bastion_sync_daemon.cfg(+1 -0)➕
contrib/nrpe/etc/nagios/nrpe.d/check_bastion_version.cfg(+1 -0)...and 61 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.