Skip to content

InfraCharm/InfraBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfraBuddy

InfraBuddy Resource Monitor does exactly that - monitors your system's hardware usage and reports it back to you.

Please read the license associated to this repository. You are required to post any edits or changes.

Hardware Monitoring

image

SSH Login Alerts

image

Installation:

  1. Create the Directory: sudo mkdir /etc/infrabuddy
  2. Move infrabuddy executable and config.toml into directory.
  3. Give Execute Permissions:sudo chmod +x /etc/infrabuddy/infrabuddy
  4. Create the Service File: sudo nano /etc/systemd/system/infrabuddy.service
  5. Paste into Service File:
[Unit]
Description=InfraBuddy Resource Monitor
After=network.target
Wants=network-online.target

[Service]
Restart=no
Type=simple
ExecStart=/etc/infrabuddy/infrabuddy
WorkingDirectory=/etc/infrabuddy

[Install]
WantedBy=multi-user.target
  1. Enable the Service: sudo systemctl enable --now infrabuddy
  2. Start the Service: sudo systemctl start infrabuddy

About

Hardware Resource Monitor

Resources

License

Stars

Watchers

Forks

Languages