Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find module to add CPU & Memory and asset inventory in the collection. #36

Open
bhupendersb opened this issue Sep 13, 2024 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@bhupendersb
Copy link

Unable to find module to add CPU & Memory and asset inventory in the collection.
image

image

@Andyjb8
Copy link

Andyjb8 commented Sep 13, 2024

I am able to add CPU and Memory with the following:

- name: Add CPU and Memory Poller
  solarwinds.orion.orion_node_poller:
    hostname: "{{ hostname }}"
    username: "{{ username }}"
    password: "{{ password }}"
    name: "{{ inventory_hostname }}"
    state: present
    poller: "{{ item.name }}"
    enabled: "{{ item.enabled }}"
  loop:
    - name: N.Memory.SNMP.NetSnmpReal
      enabled: true
    - name: N.CPU.SNMP.NetSnmpReal
      enabled: true
  delegate_to: localhost

@jeisenbath
Copy link
Owner

It looks like Asset Inventory will need its own functions and module. SWIS API documentation for that is here and should be pretty straightforward.

@jeisenbath jeisenbath added enhancement New feature or request question Further information is requested labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants