Skip to content

ovc/iostat_alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Iostat Latency Alert for OS Solaris

Installation

  1. Download and install
    curl -ks https://raw.githubusercontent.com/ovc/iostat_alert/main/(uname -o)/install | sh
  2. Source your .profile
    source ~/.profile

Usage

  • Check once
    iostat_alert check
  • Test mail
    iostat_alert testmail
  • Monitoring as a service with email notifications (by default once in 20 min)
    iostat_alert setup
    This will add a string to your cron daemon
    # 10 0 * * * /root/bin/iostat_alert stop >/dev/null 2>&1; /root/bin/iostat_alert start >/dev/null 2>&1

Configuration

You can change default configuration by editing iostat_alert itself with your favorite VIM editor.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/ovc/iostat_alert

See also

sendEmail: https://github.com/mogaal/sendemail

About

Simple IOstat latency alert for OS Solaris

Topics

Resources

License

Stars

Watchers

Forks

Languages