Archives : March-2021

https://www.youtube.com/watch?v=996OiexHze0 OAuth 2.0 Definitions Resource owner The user / person logging in The owner of the data that the application needs to access Client The application the Resource owner is using Authorization server Service that grants the requested access to the Client Client: I would like access to Resource owner’s contacts Auth server: Resource owner, ..

Read more

Related Links IT Hardware and Terminologies Training Videos meSE: https://wiki.thomasandsofia.com/mese-sales-engineering/ Demo Notes /zse-family-wizard-demo Who Am I Design valuable customer solutions that generate value and solve business issues.  These will generate revenue Identify opportunities Validate solutions Determine supportability and feasibility Brainstorm Understand what buckets our clients fit into Competition Who are they Advantages Disadvantages SE-Demo10 Links ..

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