ansible-collections / logicmonitor

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

Allow all collector sizes #25

Open ncustis-bw opened 4 months ago

ncustis-bw commented 4 months ago
SUMMARY

Currently the lm_collector module only supports sizes small through large. It should include all available sizes, including nano, extra_large, double_extra_large, and custom.

ISSUE TYPE
COMPONENT NAME

lm_collector.py

ADDITIONAL INFORMATION

Existing functionality in the LM API already allows for this, the Ansible Galaxy module just needs to be updated.

ncustis-bw commented 4 months ago

Addendum: nano already exists. Just need extra_large and double_extra_large. Need to do some more research on what custom means.