#!/bin/sh #------------------------------------------------------------------------------ # OPT_RRDTOOL /srv/www/lang/rrdtool_system.en __FLI4LVER__ # Creation: 2008-02-09 Joe # Last Update: $Id$ # Translator: Joe # Used by: /etc/rrdtool/system.params #------------------------------------------------------------------------------ RRDTOOL_LNG_LOADED_system="en" # 1st level tab label for source name RRDTOOL_LNG_TAB_LABEL_system="System" # 2nd level tab label for option name of soruce RRDTOOL_LNG_TAB_LABEL_system_processes="Processes" RRDTOOL_LNG_TAB_LABEL_system_load="Load" RRDTOOL_LNG_TAB_LABEL_system_cpu="Cpu" RRDTOOL_LNG_TAB_LABEL_system_memory="Memory" RRDTOOL_LNG_TAB_LABEL_system_uptime="Uptime" RRDTOOL_LNG_TAB_LABEL_system_connections="Connections" # Processes graph _PROC_title="Running Processes" _PROC_unit="Processes" _PROC_ds1="Processes (1min max)" _PROC_ds2="Processes (1min avg)" # Load graph _LOAD_title="Load Average" _LOAD_unit="Processes" _LOAD_ds1=" 1 Minute (1min avg) " _LOAD_ds2=" 5 Minutes (5min avg) " _LOAD_ds3="15 Minutes (15min avg)" # Cpu graph _CPU_title="Average Processor usage" _CPU_unit="[%]" _CPU_cpu=" CPU Usage " # Memory graph _MEM_title="RAM Usage" _MEM_unit="Bytes" _MEM_ds1="Applications (1min avg)" _MEM_ds2="Kernel (1min avg)" _MEM_ds3="Buffers (1min avg)" _MEM_ds4="Cached (1min avg)" _MEM_ds5="Free (1min avg)" _MEM_sum="Total (1min avg)" # Uptime graph _UP_title="System Uptime" _UP_unit="Days" _UP_ds1="Uptime (5min max)" # Connections graph _CON_title="Active Connections" _CON_unit="Connections" _CON_ds1="Connections (1min max)" _CON_ds2="Connections (1min avg)"