Skip to content

add description property to virtualServers properties to be polled#278

Open
swapmat-f5 wants to merge 1 commit intoF5Networks:masterfrom
swapmat-f5:vsdesc
Open

add description property to virtualServers properties to be polled#278
swapmat-f5 wants to merge 1 commit intoF5Networks:masterfrom
swapmat-f5:vsdesc

Conversation

@swapmat-f5
Copy link
Copy Markdown

@<reviewer_id>

What issues does this address?

  • Fixes #
  • WIP #

What does this change do?

Where should the reviewer start?

Any background context?

@swapmat-f5
Copy link
Copy Markdown
Author

What issues does this address?
Fixes # Adds description to the Telemetry streaming output of virtual-server
WIP #
What does this change do?
Where should the reviewer start?

@swapmat-f5
Copy link
Copy Markdown
Author

@zednickf5 I am an F5 employee and want to include this fix. I tried to use the includedata filter but the description property of the virtual-server was not being included without this fix. (same issue not see with pool description). See my TS declaration below -

{
    "class": "Telemetry",
    "F5_Poller": {
        "class": "Telemetry_System_Poller",
        "interval": 0,
        "actions": [
            {
                "includeData": {},
                "locations": {
                    "system": true,
                    "virtualServers": {
                        ".*": {
                            "description": true,
                            "name": true
                        }
                    },
                    "pools": {
                        ".*": {
                            "activeMemberCnt": true,
                            "serverside.bits.*": true,
                            "serverside.curConns": true,
                            "availabilityState": true,
                            "enabledState": true,
                            "name": true,
                            "members": true
                        }
                    }
                }
            }
        ]
    },
    "F5_Pull_Consumer": {
        "class": "Telemetry_Pull_Consumer",
        "type": "default",
        "systemPoller": ["F5_Poller"]
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant