nosyman

Crates.ionosyman
lib.rsnosyman
version0.2.2
sourcesrc
created_at2024-03-06 16:50:52.922739
updated_at2024-03-30 17:13:36.241053
descriptionLISP
homepagehttps://github.com/myyrakle/nosyman/blob/master/README.md
repositoryhttps://github.com/myyrakle/nosyman
max_upload_size
id1164989
size70,632
myyrakle (myyrakle)

documentation

https://docs.rs/nosyman/latest/nosyman

README

nosyman

GitHub license

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.

Install

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

How to use

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. image

When disk usage exceeds the threshold you set, a notification is sent to Slack. image

Commit count: 31

cargo fmt