temelio_monitoring.resource.json package

Submodules

temelio_monitoring.resource.json.get_value_by_json_path module

This module manage the GetValueByStringPath class

Get a value from a JSON document using a string JSON path

class temelio_monitoring.resource.json.get_value_by_json_path.GetValueByJsonPath(**kwargs)[source]

Bases: nagiosplugin.resource.Resource

This ressource manage value check from JSON string path

probe()[source]

Get JSON data using JSON path and return Metric objects

Returns:a generator with data
Return type:generator

Module contents

Manage Json module classes import