ansible-collections / logicmonitor

Repo to house LogicMonitor Collection
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

Enable Network Flow Analysis #21

Open xibriz opened 4 months ago

xibriz commented 4 months ago
SUMMARY

Enable Network Flow Analysis on a given device

ISSUE TYPE
COMPONENT NAME

logicmonitor.integration.lm_device

ADDITIONAL INFORMATION

There should be attributes in the task to enable netflow on a given device then adding or updateing.

- name: Update a device with netflow
    delegate_to: localhost
    logicmonitor.integration.lm_device:
      action: update
      enable_netflow: true
      netflow_collector_group_id: 1
      netflow_collector_id: 1