Skip to content
Snippets Groups Projects
Select Git revision
  • 9ed5acd0c856195effb2e7ba75860ab5a8d03d28
  • master default protected
  • simple-task/7248-eol-check-add-node-22
  • 6877_check_iml_deployment
4 results

check_systemdservices.ignore

Blame
  • 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}"
    
    ; -----------------------------------------------------------------------