In this repo you will find a bunch of scripts written in Bash.
They are categorized for various purposes, such as modern apps, observability, monitoring, and more.
All scripts are present in my other repositories but are gathered here for easier access and organization.
It is not my intention to steal or take credit for others' work. My scripts are a product of both my own creation and a lot of borrowing and inspiration from like-minded individuals out there on forums, manuals, and the internet.
Script | Function |
---|---|
generate_manifests.sh | Used to generate Kubernetes manifests using Helm and Kubeseal. |
install_prometheus_server.sh | Install and confugure all you need to run a Prometheus server. |
install_prometheus_exporter.sh | Install and confugure all you need to run a Prometheus node-exporter. |
They are all tested in CentOS, Suse, RHEL and Photon OS
Script | Function |
---|---|
check_by_top | Will check tasks, cpu, mem or swap using command top. |
check_disk | Will check disk utilization. |
check_file_age | Will check file age in min filter by name and numbers of files. |
check_ps | Will check linux process. |
Script | Function |
---|---|
installing_all_from_scratch.sh | Used to install: helm, kind, kubectl, kubeseal, kustomize and skaffold. All in one! |