Why Choose PingerPro?
How to Use
CLI Version (Command-Line)
After installation, you can run PingerPro directly from your terminal. This is ideal for servers and automation.
# Basic usage (pings every 30 seconds by default)
pingerpro-cli https://your-website-to-monitor.com
# Ping every 10 seconds
pingerpro-cli https://your-website-to-monitor.com -i 10
# Silent mode (only shows status changes and errors)
pingerpro-cli https://your-website-to-monitor.com -s
GUI Version (Desktop App)
For a graphical experience, simply run the GUI command. A window will open, allowing you to enter the URL and interval easily.
# Just run this command to launch the app
pingerpro-gui