Select Git revision
check_systemdservices.ignore
dynamic_values.ini 853 B
; =======================================================================
;
; APPMONITOR CLI CLIENT
;
; to understand the entries of metadata see JSON in
; <https://os-docs.iml.unibe.ch/appmonitor/Client/Description_of_response.html>
;
; for the checks see its parameters
; <https://os-docs.iml.unibe.ch/appmonitor/PHP_client/Plugins/Checks/index.html>
;
; =======================================================================
; -----------------------------------------------------------------------
; CHECKS
; -----------------------------------------------------------------------
["hello plugin"]
description='I test a dynamic value USER = ${USER}'
function="hello"
; to have dynamic values in params do not use JSON but array syntax
params[message]="Here is ${USER}"
; -----------------------------------------------------------------------