#PulseMonitor

1 messages ยท Page 1 of 1 (latest)

vivid kindle
#

Made a simple pulse / heartbeat monitor in Rust. It support monitoring Redis, MySQL, MariaDB and PostgreSQL databases.

Basically it is a middle man that will send a pulse / heartbeat to existing uptime monitor providers like BetterStack, UptimeRobot, HealthChecks..., as long as monitored services (Redis, MySQL, MariaDB, PostgreSQL) respond to simple SELECT 1 query and for Redis PING command.

https://github.com/Rabbit-Company/PulseMonitor

GitHub

Simple monitoring tool for MySQL, PostgreSQL and Redis databases - Rabbit-Company/PulseMonitor

drowsy verge
#

Set file permissions

sudo chmod 777 pulsemonitor

vivid kindle
drowsy verge
vivid kindle
#

It is just hard / impossible to predict if user that is the owner of the file will also run it under the same user

drowsy verge
#

people that don't know any better will just run those commands thinking it needs that permission to work correctly

drowsy verge
#

anybody can execute, but nobody can read it (if it has any secrets) or modify it to include a backdoor whenever the binary is ran