9 lines
183 B
Text
9 lines
183 B
Text
#!/usr/bin/env cf-agent
|
|
# without --no-lock option to cf-agent
|
|
# this output will only occur once per minute
|
|
# this is by design.
|
|
bundle agent main
|
|
{
|
|
reports:
|
|
"Hello world!";
|
|
}
|