LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
version.txt
config/settings.yml.sample
src/komon/__init__.py
src/komon/analyzer.py
src/komon/cli.py
src/komon/contextual_advisor.py
src/komon/disk_predictor.py
src/komon/duplicate_detector.py
src/komon/history.py
src/komon/log_analyzer.py
src/komon/log_tail_extractor.py
src/komon/log_trends.py
src/komon/log_watcher.py
src/komon/long_running_detector.py
src/komon/monitor.py
src/komon/notification.py
src/komon/notification_history.py
src/komon/os_detection.py
src/komon/progressive_message.py
src/komon/report_formatter.py
src/komon/settings_validator.py
src/komon/weekly_data.py
src/komon.egg-info/PKG-INFO
src/komon.egg-info/SOURCES.txt
src/komon.egg-info/dependency_links.txt
src/komon.egg-info/entry_points.txt
src/komon.egg-info/requires.txt
src/komon.egg-info/top_level.txt
src/komon/net/__init__.py
src/komon/net/http_check.py
src/komon/net/ping_check.py
src/komon/net/state_manager.py
tests/test_advise_command.py
tests/test_advise_os_integration.py
tests/test_advise_output.py
tests/test_analyzer.py
tests/test_analyzer_with_levels.py
tests/test_check_status_consistency.py
tests/test_cli.py
tests/test_contextual_advisor_integration.py
tests/test_contextual_advisor_properties.py
tests/test_contextual_advisor_unit.py
tests/test_disk_predictor_integration.py
tests/test_disk_predictor_properties.py
tests/test_disk_predictor_unit.py
tests/test_duplicate_detector_integration.py
tests/test_duplicate_detector_properties.py
tests/test_duplicate_detector_unit.py
tests/test_generate_release_notes.py
tests/test_history.py
tests/test_http_check.py
tests/test_integration_threshold.py
tests/test_log_analyzer.py
tests/test_log_analyzer_integration.py
tests/test_log_tail_extractor_integration.py
tests/test_log_tail_extractor_properties.py
tests/test_log_tail_extractor_unit.py
tests/test_log_trends.py
tests/test_log_watcher.py
tests/test_long_running_detector_integration.py
tests/test_long_running_detector_properties.py
tests/test_long_running_detector_unit.py
tests/test_main_integration_process_notification.py
tests/test_main_process_notification.py
tests/test_monitor.py
tests/test_network_check_integration.py
tests/test_notification.py
tests/test_notification_history_edge_cases.py
tests/test_notification_history_properties.py
tests/test_notification_integration.py
tests/test_notification_throttle.py
tests/test_notification_throttle_integration.py
tests/test_notification_throttle_properties.py
tests/test_os_detection_integration.py
tests/test_os_detection_properties.py
tests/test_os_detection_unit.py
tests/test_ping_check.py
tests/test_progressive_message.py
tests/test_progressive_message_properties.py
tests/test_progressive_notification_integration.py
tests/test_report_formatter.py
tests/test_scripts_import.py
tests/test_settings_validator.py
tests/test_state_manager.py
tests/test_weekly_data.py
tests/test_weekly_data_properties.py
tests/test_weekly_report_integration.py