Comment on page
Dynamic Test
This is a test plugin that will capture the local hours, minutes and seconds, and send it to the cloud. These variables collected are:
hours (integer:h)
mins (integer:m)
secs (integer:s)
Usage:
dynamic_test log|discover stop_for_hours 1,2,4-5
- Command argument can be
log
ordiscover
- A
log
verb will collect data and send it to the cloud. - A
discover
verb will show the data that is to be collected. - The optional argument
--stop_for_hours
accepts a comma or list type entry (eg;2,15-20
). If the current hour IS IN this list, it will NOT send data to the cloud.
Last modified 1yr ago