Skip to content
Snippets Groups Projects
Select Git revision
  • 150f7e4a9826c2ebcdaa57dce513b56c9b2919cf
  • master default protected
2 results

iml_onehost.ini

Blame
  • iml_onehost.ini 1.10 KiB
    ; ======================================================================
    ;
    ; ONE hosts
    ;
    ; Opennebula hosts
    ;
    ; ----------------------------------------------------------------------
    ; 2023-06-12  <axel.hahn@unibe.ch>  initial version
    ; ======================================================================
    
    
    ; ----------------------------------------------------------------------
    ; graph
    ; ----------------------------------------------------------------------
    
    [onehost.graph]
    check_command = "ONE-hosts"
    
    [onehost.urlparams]
    areaAlpha   = "0.2"
    ; areaMode    = "first"
    areaMode    = "stacked"
    colorList   = "66cc88,888888,ddddee"
    ;              ^      ^      ^
    ;              on     other  total
    
    lineWidth   = "2"
    min         = "0"
    ;max         = "100"
    yUnitSystem = "binary"
    
    [onehost.metrics_filters]
    valon      = "$service_name_template$.perfdata.on.value"
    valother   = "$service_name_template$.perfdata.other.value"
    valtotal   = "$service_name_template$.perfdata.total.value"
    
    [onehost.functions]
    valon     = "alias($metric$, 'ON')"
    valother  = "alias($metric$, 'other state')"
    valtotal  = "alias($metric$, ':hidden:')"