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
13
# Pingmon Configuration File (YAML format)
# Place this file in one of these locations:
# Windows:
#   - %USERPROFILE%\.pingmon\pingmon.yml
#   - %APPDATA%\.pingmon\pingmon.yml
# Linux/macOS:
#   - ~/.pingmon/pingmon.yml
#   - ~/.config/.pingmon/pingmon.yml
#   - ~/.config/pingmon.yml

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