Pulumi provider for the Checkly Delightful Active Monitoring

🚨 This project is still in very early stages and is not stable, use at your own risk! 🚨 🟪 Pulumi provider for the Checkly Delightful Active Monitoring 🪛 Installing This package is available for several languages/platforms: Node.js (JavaScript/TypeScript) To use from JavaScript or TypeScript in Node.js, install using either npm: npm install @pulumi/checkly or yarn: Python To use from Python, install using pip: pip install pulumi_checkly Go To use from Go, use go get to grab the latest version […]

Read more

Scout: an open-source version of the monitoring tool

Scout is an open-source version of the monitoring tool used by Badger Finance to watch simple ops metrics on our Ethereum smart contracts. Over time, community dashboards will be added. Scout inspects each block on the chain, creates Badger-relevant events, and uses Grafana with Prometheus as the data source to store/display/work on them. Included is a base set of UI-unchangeable dashboards configured by JSON that are used for alerting, and uses configuration as code wherever possible. Additional dashboards can be […]

Read more

Monitoring plugin for MikroTik devices for Icinga/Nagios/

This is a monitoring plugin for Icinga, Nagios and other compatible monitoring solutions to check MikroTik devices running RouterOS.It uses the API to fetch the required information. Requirements Installation PIP If you want to use pip we recommend to use as virtualenv to install the dependencies. pip install -r requirements.txt Copy the script check_routeros.py into your plugin directory. Debian/Ubuntu Install the required packages sudo apt-get install python3 python3-click python3-librouteros python3-nagiosplugin Copy the script check_routeros.py into your plugin directory. Usage To […]

Read more

Linux Security and Monitoring Scripts

These are a collection of security and monitoring scripts you can use to monitor your Linux installation for security-related events or for an investigation. Each script works on its own and is independent from other scripts. The scripts can be set up to either print out their results, send them to you via mail, or using [AlertR] as notification channel. Repository Structure The scripts are located in the directory scripts/. Each script contains a short summary in the header of […]

Read more

Cross-platform lib for process and system monitoring in Python

Summary psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by classic UNIX command line tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others. psutil currently supports the following platforms: Linux Windows macOS FreeBSD, OpenBSD, NetBSD Sun Solaris AIX […]

Read more

ServerStatus with node management and monitor

项目基于cppla版本ServerStatus, 增加如下功能: 更方便的节点管理, 支持增删改查 上下线通知(telegram) Agent机器安装脚本改为systemd, 支持开机自启 由于未改动cppla版的任何代码,所以,我愿意把这个项目称为ServerStatus的小插件, 理论上它可以为任何版本的ServerStatus服务 在服务端复制以下命令,一键到底。请记得替换成你自己的YOUR_TG_CHAT_ID和YOUR_TG_BOT_TOKEN。 其中,Bot token可以通过@BotFather创建机器人获取, Chat id可以通过@getuserID获取。 mkdir sss && cd sss && wget –no-check-certificate https://raw.githubusercontent.com/lidalao/ServerStatus/master/sss.sh && chmod +x ./sss.sh && sudo ./sss.sh YOUR_TG_CHAT_ID YOUR_TG_BOT_TOKEN 安装成功后,web服务地址:http://ip:8081 更多信息请移步 https://lidalao.com/archives/87 +1ip 挺好用的?送作者一杯可乐?-> GitHub View Github    

Read more

Monitoring tool based on radon

Xenon is a monitoring tool based on Radon. It monitors your code’s complexity. Ideally, Xenon is run every time you commit code. Through command line options, you can set various thresholds for the complexity of your code. It will fail (i.e. it will exit with a non-zero exit code) when any of these requirements is not met. Installation With Pip: Or download the source and run the setup file (requires setuptools): $ python setup.py install Xenon is tested with all […]

Read more

Monitor the stability of a pandas or spark dataframe in python

Population Shift Monitoring popmon is a package that allows one to check the stability of a dataset. popmon works with both pandas and spark datasets. popmon creates histograms of features binned in time-slices, and compares the stability of the profiles and distributions of those histograms using statistical tests, both over time and with respect to a reference. It works with numerical, ordinal, categorical features, and the histograms can be higher-dimensional, e.g. it can also track correlations between any two features. […]

Read more

Performance monitoring and testing of OpenStack

Browbeat Browbeat is a performance tuning and analysis tool for OpenStack. Browbeat is free, Open Source software. Analyze and tune your Cloud for optimal performance. Create Rally workloads for performance and scale testing. Automate deployment of common data analysis tools. Documentation Browbeat documentation is available at https://browbeat.readthedocs.io/ GitHub https://github.com/cloud-bulldozer/browbeat    

Read more
1 2