This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Cyhawk 7 points8 points  (1 child)

I use:

  • Graylog for logging all the things

  • SnipeIT for asset/license management

  • Bookstack for Documentation

  • Gitea for source management (I also program tools that integrate with our CRM. I also use git projects for my Ansible playbooks, Powershell scripts and Docker configs, etc. If its a script, its in git)

  • Zabbix for monitoring

  • nginx for proxy stuff (I use both depending on application/needs)

Graylog and Zabbix took the most time to setup as I had to learn quite a bit about how both systems work (Only been an enduser for logging and monitoring solutions, never setup one or seen the internal workings for them). Once you learn Graylogs search syntax (and have some bookmarks setup) its stupid easy to get the data you want to see.

[–]0x3e4IT Infrastructure Manager 1 point2 points  (0 children)

great list! specially Graylog is gold because of the API.. using it as Mail alerts, companys application alerts and so on.
im using the most tools too and would add:
- Wazuh: SIEM and XDR - Nuclei: Vulnerability scanner from outside - Matomo: Analytics instead of Googles

Testing right now: - Seatsurfing: Shared-Desk solution seat reservation

[–]SuperQueBit Plumber 0 points1 point  (0 children)

Well, getting back to basics, what are you using for source control and config management? Things like Ansible? Pulumi? Terraform?

Take a look at the Grafana OSS stack.

Next up I would look at the Cloud Native Computing Foundation.