plugin_athena.conf 580 B

1234567891011121314151617181920212223242526272829
  1. // Athena Plugins Configuration file
  2. // Should we auto search for plugin files and load them?
  3. // If set to 'yes' you will not need to set 'plugin:' commands
  4. // in this conf file to load them
  5. auto_search: no
  6. //------Plugins List -----------
  7. // Just a sample plugin
  8. //plugin: sample
  9. // GUI core plugin
  10. //plugin: gui
  11. // Crash and Uptime reporting for CygWin/Linux
  12. //plugin: sig
  13. // Crash reporting for Windows
  14. //plugin: exchndl
  15. // Alternative, improved crash reporting for Windows
  16. //plugin: dbghelpplug
  17. // Process id logging
  18. //plugin: pid
  19. // Console parser
  20. //plugin: console