12 lines
397 B
YAML
12 lines
397 B
YAML
|
---
|
||
|
# defaults file for munin_async_server
|
||
|
|
||
|
# Name of the munin-async service and munin-async package (depends on your OS, can be munin-async, munin-asyncd...)
|
||
|
munin_async_service_name: munin-async
|
||
|
munin_async_package: munin-async
|
||
|
|
||
|
# Private/Public SSH keys of Munin async server to access all Munin async client account
|
||
|
private_key_munin_async_user_host: ""
|
||
|
public_key_munin_async_user_host: ""
|
||
|
|