diff options
Diffstat (limited to 'conf/plugins/imc-os.conf')
-rw-r--r-- | conf/plugins/imc-os.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/plugins/imc-os.conf b/conf/plugins/imc-os.conf new file mode 100644 index 000000000..1d245d3f3 --- /dev/null +++ b/conf/plugins/imc-os.conf @@ -0,0 +1,11 @@ +imc-os { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # Send operating system info without being prompted. + # push_info = yes + +} + |