pingmon 0.1.8

Real-time ping monitor with beautiful ASCII charts, TTL display, and statistics
1
2
3
4
5
6
7
8
9
10
11
12
# Pingmon Configuration File
# Place this file in one of these locations:
# Windows:
#   - %USERPROFILE%\.pingmon\.env
#   - %APPDATA%\.pingmon\.env
# Linux/macOS:
#   - ~/.pingmon/.env
#   - ~/.config/.pingmon/.env

# Timeout threshold in seconds before sending Growl notification
# Default: 60 (1 minute)
PINGMON_TIMEOUT=60