[PR #48] [MERGED] Bilgi sistemleri izleme #70

Closed
opened 2026-03-02 15:46:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/48
Author: @alptugay
Created: 3/21/2019
Status: Merged
Merged: 3/27/2019
Merged by: @ciari

Base: developmentHead: bilgi-sistemleri-izleme


📝 Commits (10+)

  • 096419e yeni ossim plugin dosyalari eklendi. olagandan sapma düzeltmeleri eklendi.
  • 64c30be Firewall kural derlemesi icin yeni bir role eklendi.
  • 18f8034 İcinga tarafında yeni ozellikler eklendi. Izleme icin yeni komutlar eklendi.
  • 38deab8 Faraday-server icin cikarilan paket icin gerekli duzenlemeler yapilmistir.
  • f345555 Honeypot icin esitleme guncellemesi yapildi.
  • 626c31b Cyphon esitleme guncellemesi yapildi.
  • b951e30 Mail-quarantine esitleme guncellemesi yapildi.
  • f1acc03 Maintenance esitleme guncellemesi yapildi.
  • 2b33693 Mhn esitleme guncellemesi yapildi.
  • 157a535 Sks esitleme guncellemesi yapildi.

📊 Changes

125 files changed (+149076 additions, -445 deletions)

View changed files

ahtapotmys/playbooks/firewallruleonly.yml (+11 -0)
📝 ahtapotmys/roles/ansible/tasks/awx.yml (+8 -1)
📝 ahtapotmys/roles/ansible/tasks/git.yml (+1 -0)
📝 ahtapotmys/roles/ansible/templates/list-integrity-files.j2 (+1 -1)
📝 ahtapotmys/roles/ansible/templates/update-ahtapot.py.j2 (+2 -1)
📝 ahtapotmys/roles/ansible/vars/ansible.yml (+6 -0)
📝 ahtapotmys/roles/ansible/vars/conf_list.yml (+2 -0)
📝 ahtapotmys/roles/ansible/vars/git.yml (+3 -3)
📝 ahtapotmys/roles/ansible/vars/gkts.yml (+2 -2)
ahtapotmys/roles/base/tasks/logrotate.yml (+11 -0)
📝 ahtapotmys/roles/base/tasks/profile.yml (+1 -0)
📝 ahtapotmys/roles/base/tasks/security.yml (+30 -20)
📝 ahtapotmys/roles/base/tasks/ssh.yml (+8 -0)
📝 ahtapotmys/roles/base/templates/ahtapot_logrotate.j2 (+6 -9)
📝 ahtapotmys/roles/base/templates/ahtapot_rsyslog.j2 (+2 -2)
📝 ahtapotmys/roles/base/templates/fusioninventory.conf.j2 (+1 -1)
📝 ahtapotmys/roles/base/vars/fusioninventory.yml (+9 -9)
📝 ahtapotmys/roles/base/vars/kernelmodules_blacklist.yml (+6 -6)
📝 ahtapotmys/roles/base/vars/kernelmodules_remove.yml (+9 -16)
📝 ahtapotmys/roles/base/vars/rsyslog.yml (+6 -1)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Pardus-Ahtapot/MYS/pull/48 **Author:** [@alptugay](https://github.com/alptugay) **Created:** 3/21/2019 **Status:** ✅ Merged **Merged:** 3/27/2019 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `development` ← **Head:** `bilgi-sistemleri-izleme` --- ### 📝 Commits (10+) - [`096419e`](https://github.com/Pardus-Ahtapot/MYS/commit/096419e27105dc6f500f1ba63a039888f9518a94) yeni ossim plugin dosyalari eklendi. olagandan sapma düzeltmeleri eklendi. - [`64c30be`](https://github.com/Pardus-Ahtapot/MYS/commit/64c30be139797d9684ca52569f602df163f42be3) Firewall kural derlemesi icin yeni bir role eklendi. - [`18f8034`](https://github.com/Pardus-Ahtapot/MYS/commit/18f80342fdffd79432db0c9ef4054b52a3ad568c) İcinga tarafında yeni ozellikler eklendi. Izleme icin yeni komutlar eklendi. - [`38deab8`](https://github.com/Pardus-Ahtapot/MYS/commit/38deab85ae60992baf5026b883a9fe1e7eaf5c7d) Faraday-server icin cikarilan paket icin gerekli duzenlemeler yapilmistir. - [`f345555`](https://github.com/Pardus-Ahtapot/MYS/commit/f34555556b87ca399accd513536a8876531b2fd3) Honeypot icin esitleme guncellemesi yapildi. - [`626c31b`](https://github.com/Pardus-Ahtapot/MYS/commit/626c31b845580f9c957a094322565ca180bd634f) Cyphon esitleme guncellemesi yapildi. - [`b951e30`](https://github.com/Pardus-Ahtapot/MYS/commit/b951e30f6ee8187a02a20205cc4c8174163db93c) Mail-quarantine esitleme guncellemesi yapildi. - [`f1acc03`](https://github.com/Pardus-Ahtapot/MYS/commit/f1acc0383a67e3555216add77bcb53b1d600eb37) Maintenance esitleme guncellemesi yapildi. - [`2b33693`](https://github.com/Pardus-Ahtapot/MYS/commit/2b3369373f8a0529df4a610ced294da46f93d6dc) Mhn esitleme guncellemesi yapildi. - [`157a535`](https://github.com/Pardus-Ahtapot/MYS/commit/157a5355475828bc7a8c71ab7a21efe4e60742a9) Sks esitleme guncellemesi yapildi. ### 📊 Changes **125 files changed** (+149076 additions, -445 deletions) <details> <summary>View changed files</summary> ➕ `ahtapotmys/playbooks/firewallruleonly.yml` (+11 -0) 📝 `ahtapotmys/roles/ansible/tasks/awx.yml` (+8 -1) 📝 `ahtapotmys/roles/ansible/tasks/git.yml` (+1 -0) 📝 `ahtapotmys/roles/ansible/templates/list-integrity-files.j2` (+1 -1) 📝 `ahtapotmys/roles/ansible/templates/update-ahtapot.py.j2` (+2 -1) 📝 `ahtapotmys/roles/ansible/vars/ansible.yml` (+6 -0) 📝 `ahtapotmys/roles/ansible/vars/conf_list.yml` (+2 -0) 📝 `ahtapotmys/roles/ansible/vars/git.yml` (+3 -3) 📝 `ahtapotmys/roles/ansible/vars/gkts.yml` (+2 -2) ➕ `ahtapotmys/roles/base/tasks/logrotate.yml` (+11 -0) 📝 `ahtapotmys/roles/base/tasks/profile.yml` (+1 -0) 📝 `ahtapotmys/roles/base/tasks/security.yml` (+30 -20) 📝 `ahtapotmys/roles/base/tasks/ssh.yml` (+8 -0) 📝 `ahtapotmys/roles/base/templates/ahtapot_logrotate.j2` (+6 -9) 📝 `ahtapotmys/roles/base/templates/ahtapot_rsyslog.j2` (+2 -2) 📝 `ahtapotmys/roles/base/templates/fusioninventory.conf.j2` (+1 -1) 📝 `ahtapotmys/roles/base/vars/fusioninventory.yml` (+9 -9) 📝 `ahtapotmys/roles/base/vars/kernelmodules_blacklist.yml` (+6 -6) 📝 `ahtapotmys/roles/base/vars/kernelmodules_remove.yml` (+9 -16) 📝 `ahtapotmys/roles/base/vars/rsyslog.yml` (+6 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:46:00 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MYS#70
No description provided.