Skip to content
Snippets Groups Projects
Select Git revision
  • 05af527327b7b2467316be5836125797002494c6
  • master default protected
  • 7771-harden-postgres-backup
  • pgsql-dump-with-snapshots
  • update-colors
  • update-docs-css
  • usb-repair-stick
  • desktop-notification
  • 7000-corrections
  • db-detector
10 results

couchdb2.sh

Blame
  • loadmeter.ini 630 B
    ; =======================================================================
    ;
    ; APPMONITOR CLI CLIENT
    ;
    ; for the checks see its parameters
    ; <https://os-docs.iml.unibe.ch/appmonitor/PHP_client/Plugins/Checks/index.html>
    ;
    ; =======================================================================
    
    
    ; -----------------------------------------------------------------------
    ; CHECKS
    ; -----------------------------------------------------------------------
    
    ["Load"]
    description="Loadmeter"
    function="Loadmeter"
    params='{
        "warning": 3,
        "error": 5
    }'
    
    ; -----------------------------------------------------------------------