changeset 28 | b0b56e0f8c7f |
27:a2342f26c9de | 28:b0b56e0f8c7f |
---|---|
1 # Docs |
|
2 README.md |
|
3 |
|
4 # Add the ability for datacat_fragment to load data from files on agent |
|
5 |
|
6 # No reason why the datacat_fragment can't load it's data_from a |
|
7 # file on the agents disk |
|
8 datacat_fragment { "hostgroups from yaml file": |
|
9 target => '/etc/nagios/objects/hostgroups.cfg', |
|
10 data_from => '/etc/nagios/build/hostgroups.yaml', |
|
11 } |