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

add description property to virtualServers properties to be polled #278

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

swapmat-f5
Copy link

@<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
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
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