[PR #29] [MERGED] icinga ve antispam #51

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

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/29
Author: @alptugay
Created: 9/13/2018
Status: Merged
Merged: 9/13/2018
Merged by: @volkandod

Base: developmentHead: bilgi-sistemleri-izleme


📝 Commits (5)

  • 8b71508 karantina icin modoboa paketleri eklendi
  • 7b39f3e modoboanin disari yaptigi bir baglanti tespit edildi ve bu baglantinin yapilmasi engellendi
  • a7945a0 Kurumda istenen gelistirmeler ve hata duzeltmeleri yapildi. Bunlar su sekildedir: playbooktan check_commands kaldırıldı ve vars altına eklendi. İşletim sistemi bazlı grup oluşturulması sağlandı. Icınga apache üzerine taşındı ve ssl desteği sağlandı. Ldap entegrasyonunda karşılaşılan yetkilendirme sorunları giderildi. Lİnux sistemlerde servis durumlarının da kontrol edilebilmesi sağlandı.
  • 737e3fc antispam sistemi karantina arabirimi (modoboa) ile entegrasyonu yapıldı. Bİrden fazla relay domain tanımlanmasına olanak sağlandı
  • 2e71e3b vars duzeltildi

📊 Changes

34 files changed (+1059 additions, -21 deletions)

View changed files

📝 ahtapotmys/hosts (+1 -0)
📝 ahtapotmys/playbooks/icinga.yml (+3 -17)
ahtapotmys/playbooks/mail-quarantine.yml (+26 -0)
📝 ahtapotmys/roles/icinga2-ansible-classic-ui/tasks/icinga2_classic_ui_Debian_install.yml (+54 -0)
ahtapotmys/roles/icinga2-ansible-classic-ui/templates/000-default.conf (+33 -0)
ahtapotmys/roles/icinga2-ansible-classic-ui/templates/cgi.cfg.j2 (+75 -0)
ahtapotmys/roles/icinga2-ansible-classic-ui/templates/default-ssl.conf (+135 -0)
📝 ahtapotmys/roles/icinga2-ansible-classic-ui/vars/main.yml (+16 -0)
📝 ahtapotmys/roles/icinga2-ansible-no-ui/tasks/icinga2_configure.yml (+11 -0)
ahtapotmys/roles/icinga2-ansible-no-ui/templates/groups.conf.j2 (+46 -0)
📝 ahtapotmys/roles/icinga2-ansible-no-ui/templates/hosts.j2 (+1 -0)
ahtapotmys/roles/icinga2-ansible-no-ui/vars/check_commands.yml (+10 -0)
ahtapotmys/roles/icinga2-ansible-no-ui/vars/group.yml (+13 -0)
📝 ahtapotmys/roles/icinga2-ansible-no-ui/vars/hosts.yml (+5 -0)
📝 ahtapotmys/roles/icinga2-ansible-no-ui/vars/main.yml (+7 -0)
📝 ahtapotmys/roles/icinga2-clients/tasks/main.yml (+9 -0)
ahtapotmys/roles/icinga2-clients/templates/check_service.j2 (+340 -0)
📝 ahtapotmys/roles/icinga2-clients/templates/nrpe.cfg.j2 (+1 -1)
📝 ahtapotmys/roles/icinga2-clients/vars/main.yml (+1 -1)
ahtapotmys/roles/mail-quarantine/handlers/main.yml (+15 -0)

...and 14 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/29 **Author:** [@alptugay](https://github.com/alptugay) **Created:** 9/13/2018 **Status:** ✅ Merged **Merged:** 9/13/2018 **Merged by:** [@volkandod](https://github.com/volkandod) **Base:** `development` ← **Head:** `bilgi-sistemleri-izleme` --- ### 📝 Commits (5) - [`8b71508`](https://github.com/Pardus-Ahtapot/MYS/commit/8b715083f44aaf1157e1bccda629716086693929) karantina icin modoboa paketleri eklendi - [`7b39f3e`](https://github.com/Pardus-Ahtapot/MYS/commit/7b39f3e82525dce851be081e88a2084b86b48c63) modoboanin disari yaptigi bir baglanti tespit edildi ve bu baglantinin yapilmasi engellendi - [`a7945a0`](https://github.com/Pardus-Ahtapot/MYS/commit/a7945a0375bbeaf78fb983a8ae997a789a0652e3) Kurumda istenen gelistirmeler ve hata duzeltmeleri yapildi. Bunlar su sekildedir: playbooktan check_commands kaldırıldı ve vars altına eklendi. İşletim sistemi bazlı grup oluşturulması sağlandı. Icınga apache üzerine taşındı ve ssl desteği sağlandı. Ldap entegrasyonunda karşılaşılan yetkilendirme sorunları giderildi. Lİnux sistemlerde servis durumlarının da kontrol edilebilmesi sağlandı. - [`737e3fc`](https://github.com/Pardus-Ahtapot/MYS/commit/737e3fc67406594fa60453d1551911fcf6f88db9) antispam sistemi karantina arabirimi (modoboa) ile entegrasyonu yapıldı. Bİrden fazla relay domain tanımlanmasına olanak sağlandı - [`2e71e3b`](https://github.com/Pardus-Ahtapot/MYS/commit/2e71e3b5de486b07ccd34c8135d3e12d7cdfddeb) vars duzeltildi ### 📊 Changes **34 files changed** (+1059 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `ahtapotmys/hosts` (+1 -0) 📝 `ahtapotmys/playbooks/icinga.yml` (+3 -17) ➕ `ahtapotmys/playbooks/mail-quarantine.yml` (+26 -0) 📝 `ahtapotmys/roles/icinga2-ansible-classic-ui/tasks/icinga2_classic_ui_Debian_install.yml` (+54 -0) ➕ `ahtapotmys/roles/icinga2-ansible-classic-ui/templates/000-default.conf` (+33 -0) ➕ `ahtapotmys/roles/icinga2-ansible-classic-ui/templates/cgi.cfg.j2` (+75 -0) ➕ `ahtapotmys/roles/icinga2-ansible-classic-ui/templates/default-ssl.conf` (+135 -0) 📝 `ahtapotmys/roles/icinga2-ansible-classic-ui/vars/main.yml` (+16 -0) 📝 `ahtapotmys/roles/icinga2-ansible-no-ui/tasks/icinga2_configure.yml` (+11 -0) ➕ `ahtapotmys/roles/icinga2-ansible-no-ui/templates/groups.conf.j2` (+46 -0) 📝 `ahtapotmys/roles/icinga2-ansible-no-ui/templates/hosts.j2` (+1 -0) ➕ `ahtapotmys/roles/icinga2-ansible-no-ui/vars/check_commands.yml` (+10 -0) ➕ `ahtapotmys/roles/icinga2-ansible-no-ui/vars/group.yml` (+13 -0) 📝 `ahtapotmys/roles/icinga2-ansible-no-ui/vars/hosts.yml` (+5 -0) 📝 `ahtapotmys/roles/icinga2-ansible-no-ui/vars/main.yml` (+7 -0) 📝 `ahtapotmys/roles/icinga2-clients/tasks/main.yml` (+9 -0) ➕ `ahtapotmys/roles/icinga2-clients/templates/check_service.j2` (+340 -0) 📝 `ahtapotmys/roles/icinga2-clients/templates/nrpe.cfg.j2` (+1 -1) 📝 `ahtapotmys/roles/icinga2-clients/vars/main.yml` (+1 -1) ➕ `ahtapotmys/roles/mail-quarantine/handlers/main.yml` (+15 -0) _...and 14 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:45:53 +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#51
No description provided.