Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

Community Suggestions

Reply

NIOS Statistics

Member
Posts: 2
6978     0

Hey guys! I'm new here, so I want to know how to get some statistics from NIOS like cpu usage, mem available, etc. I heard that is possible with snmp, there is another method? I mean is it possible with the WAPI?

Thanks and sorry for my bad english.

Re: NIOS Statistics

Adviser
Posts: 30
6979     0

Currently leveraging SNMP, dashboard metrics, and Infoblox Reporting are the methods to obtain these types of statistics.

Steve S.

Re: NIOS Statistics

Member
Posts: 2
6979     0

This is what want to do, I need the host list in the grid to be able to get information from each host througth snmp. How can it be possible.

 

Thank a lot already.

Re: NIOS Statistics

Adviser
Posts: 30
6979     0

You are able to query a list of the Grid members (host list) via the WAPI referencing the following object:

 

https://x.x.x.x/wapi/v1.2.1/member 

 

curl example:

 

curl -k -u admin:infoblox -X GET https://192.168.1.1/wapi/v1.2.1/member

[

    {

        "_ref": "member/b25lLnZpcnR1YWxfbm9kZSQw:gm.lab.local", 

        "host_name": "gm.lab.local"

    }, 

    {

        "_ref": "member/b25lLnZpcnR1YWxfbm9kZSQx:ni.lab.local", 

        "host_name": "ni.lab.local"

    }, 

    {

        "_ref": "member/b25lLnZpcnR1YWxfbm9kZSQy:rpt.lab.local", 

        "host_name": "rpt.lab.local"

    }, 

    {

        "_ref": "member/b25lLnZpcnR1YWxfbm9kZSQz:cp.lab.local", 

        "host_name": "cp.lab.local"

    }, 

    {

        "_ref": "member/b25lLnZpcnR1YWxfbm9kZSQ0:gmc.lab.local", 

        "host_name": "gmc.lab.local"

    }

 

 

This may help you if you are looking for a programatic method to obtain a listing of Grid members to query via SNMP.

Steve S.
Showing results for 
Search instead for 
Did you mean: 

Recommended for You