Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sentry | 33,721 | 13 hours ago | 7 | November 04, 2016 | 944 | other | Python | |||
Developer-first error tracking and performance monitoring | ||||||||||
Uptime Kuma | 31,428 | 2 days ago | 1 | October 14, 2021 | 879 | mit | JavaScript | |||
A fancy self-hosted monitoring tool | ||||||||||
Systeminformer | 8,639 | 6 days ago | 89 | mit | C | |||||
A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com | ||||||||||
Eul | 8,013 | 6 months ago | 59 | mit | Swift | |||||
🖥️ macOS status monitoring app written in SwiftUI. | ||||||||||
Opserver | 4,226 | a month ago | 71 | mit | C# | |||||
Stack Exchange's Monitoring System | ||||||||||
Monitoror | 3,977 | 2 months ago | 7 | January 13, 2021 | 67 | mit | Go | |||
Unified monitoring wallboard — Light, ergonomic and reliable monitoring for anything. | ||||||||||
Auto Cpufreq | 3,569 | a month ago | 26 | lgpl-3.0 | Python | |||||
Automatic CPU speed & power optimizer for Linux | ||||||||||
Gatus | 3,541 | a day ago | 56 | April 26, 2022 | 66 | apache-2.0 | Go | |||
⛑ Automated developer-oriented status page | ||||||||||
Uptime | 3,538 | 3 | 2 | 4 years ago | 7 | December 07, 2012 | 145 | mit | JavaScript | |
A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap. | ||||||||||
Express Status Monitor | 3,413 | 765 | 64 | 4 months ago | 42 | February 26, 2022 | 43 | mit | JavaScript | |
🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com, sponsored by https://dynobase.dev |
A set of zabbix UserParameter scripts and production ready monitoring templates for linux systems.
This package provides the following capabilities:
Almost all measures are integrated in graphs which are displayed on the various host screens.
The project inlcudes various zabbix templates for relase 5.2.
Note: There are also 2.2 and 3.0 templates, but they are outdated because we do not support them anymore. Probably these outdated templates might be a good starting point for your own environment.
A quick is provided by the following files:
For development, debugging and contribution, please have a look for the development document.
rpm -Uvh zabbix-agent-extensions-<release number>.noarch.rpm
dpkg -i zabbix-agent-extensions-<release number>.noarch.rpm
This adds a include statement for /usr/share/zabbix-agent-extensions/include.d and restart the zabbix agent automatically.This procedure deploy zabbix agents on all worker nodes of your kubernetes cluster and provides autodiscovery for all nodes
ZBX_ACTIVESERVER
ZBX_PASSIVESERVERS
kubectl apply -f zabbix-agent-daemonset-kubernetes.yaml
kubectl describe -n infra-zabbix-agent daemonsets.apps zabbix-agent
kubectl logs -n infra-zabbix-agent zabbix-agent-8n4ss -f
/usr/bin/zabbix_discovery_devices --help
/usr/bin/zabbix_discovery_filesystems --help
zabbix_agentd -t "vfs.dev.discovery"
/usr/bin/zabbix_discovery_devices --config /etc/zabbix/item_zabbix_discovery_devices.json --debug
zabbix_agentd -t "vfs.fs.discovery"
/usr/bin/zabbix_discovery_filesystems --config /etc/zabbix/item_zabbix_discovery_filesystems.json --debug
{
"{#FOOOO}":"fooservice",
"{#BAR}":"footype"
},
zabbix_agentd -t "generic.discovery[appname]"
Additional authors are very welcome - just submit your patches as pull requests.
This software is licensed by GPLv2 - review file "LICENSE"