Category : Streaming Data

Resources Streaming Data Policy Day 1: s3.us-east-2.amazonaws.com/s3.thomasandsofia.com/zenoss/training/streaming-data/20210303-Streaming_Data_to_Zenoss_Cloud-D1.mp4 Day 2: s3.us-east-2.amazonaws.com/s3.thomasandsofia.com/zenoss/training/streaming-data/20210304-Streaming_Data_to_Zenoss_Cloud-D2.mp4 Day 1 Why Stream Data Short lived applications or services (docker containers) Container based services Microservices Serverless functions Need to Push data from application or service vs. having them Pulled Data that is not exactly “Metrics” but want displayed on a dashboard Business or Costs ..

Read more

Introduction to Streaming Data Policy Is a work in progress. Currently only available via API, but UI coming soon. Day 1 https://drive.google.com/file/d/1QNU4eOYDvl5WL-EI0hEDD1q_zBK2M-jp/view Day 2 https://drive.google.com/file/d/1QNtKAeYaoXDoxp6hye_0HzVbAlwS2IqN/view Resources https://s3.us-east-2.amazonaws.com/s3.thomasandsofia.com/zenoss/training/streaming-data/zenoss-training-sources.tgz What is Streaming Data Policy used for? The purpose of streaming data policy is to configure the way incoming metric and model data is processed. It allows for ..

Read more

Admin > Metric Dictionary Review: Entities are anything that can provide or generate metrics. Models are how you define/describe those entities Models only need to be sent once, unless something changes. If you change the dimensions, you have now created a new entity. Always a good idea to include a name field in the metadataFields ..

Read more

detailedResponse Field If an error occurs in parsing a metric or model, such as a required field is missing, an error is returned in the JSON response body. If there are only a few metrics or models, these may be easy to identify, but can prove difficult if there are many at one time. Specific ..

Read more

Python v3 changes vs v2 Print statements are now functions v2: print ‘The moon is made of green cheese.’ v3: print(‘The moon is made of green cheese.’) Formatted string literals v2: print ‘Hello, {0}.’.format(name)’ v3: print(f’Hello, {name}.’)   Setup a Python Virtual Environment Install python3-venv sudo apt install python3-venv Create the environment Command: python3 -m ..

Read more

Introduction Dashboards display selected metrics of one or more entitie4s over a specific period of time Dashboards are the primary mechanizm for visualizing data sent to Zenoss Cloud through its data ingest API Collection Zones have their own dashboard feature, but do not have access to data received from the Zenoss Cloud API. There are ..

Read more

API URL (endpoint) All data sent to http(s)://api.zenoss.io Definitions   API-Key Must first be generated from the Cloud UI > API Clients > Generate Key You must save this key once it is displayed.  Zenoss does not store it. Key will be included with API requests and is used to: Authenticate the request Assign the ..

Read more