It is a disk monitoring tool. It only includes a simple function to send a notification to Slack when disk usage exceeds a threshold. Currently, operation is only guaranteed on Linux.
Installation is simple. After installation, just add a symbolic link. (for use with sudo)
cargo install nodyman
sudo ln -s /home/$USER/.cargo/bin/nosyman /usr/bin/nosyman
If the installation is successful, you can perform basic settings and load the daemon using the following commands.
nosyman --init
If the init task ran normally, you can always check the process status through the systemctl status command.
When disk usage exceeds the threshold you set, a notification is sent to Slack.