From 9c6a852939c4f16f5d82299ff7b3a10f15ac3db0 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 22 Aug 2008 17:18:36 +0000 Subject: Updated XML translation system, fixed some errors with multiline-translations Thanks: Alina Friedrichsen --- .../luci-statistics/luasrc/i18n/statistics.de.lua | 253 --------------------- .../luci-statistics/luasrc/i18n/statistics.de.xml | 39 ++-- .../luci-statistics/luasrc/i18n/statistics.en.lua | 18 ++ .../luci-statistics/luasrc/i18n/statistics.en.xml | 33 +-- 4 files changed, 60 insertions(+), 283 deletions(-) (limited to 'applications/luci-statistics') diff --git a/applications/luci-statistics/luasrc/i18n/statistics.de.lua b/applications/luci-statistics/luasrc/i18n/statistics.de.lua index 8db9f85e4..e69de29bb 100644 --- a/applications/luci-statistics/luasrc/i18n/statistics.de.lua +++ b/applications/luci-statistics/luasrc/i18n/statistics.de.lua @@ -1,253 +0,0 @@ -stat_statistics = [[Statistiken]] -stat_systemplugins = [[Systemplugins]] -stat_networkplugins = [[Netzwerkplugins]] -stat_outputplugins = [[Ausgabeplugins]] -stat_showtimespan = [[Zeitspanne zeigen »]] -stat_graphs = [[Diagramme]] -stat_collectd = [[Collectd]] -stat_cpu = [[Prozessor]] -stat_ping = [[Ping]] -stat_iptables = [[Firewall]] -stat_netlink = [[Netlink]] -stat_processes = [[Prozesse]] -stat_wireless = [[Drahtlos]] -stat_tcpconns = [[TCP-Verbindungen]] -stat_interface = [[Schnittstellen]] -stat_df = [[Plattenspeicher]] -stat_irq = [[Interrupts]] -stat_disk = [[Plattenauslastung]] -stat_exec = [[Exec]] -stat_rrdtool = [[RRDTool]] -stat_network = [[Netzwerk]] -stat_csv = [[CSV Ausgabe]] -stat_load = [[Systemlast]] -stat_dg_label_wireless__signal_noise = [[dBm]] -stat_ds_signal_noise = [[Noise-Level]] -stat_dg_label_wireless__signal_quality = [[n]] -stat_dg_title_ping = [[%H: ICMP Antwortzeiten]] -stat_dg_label_ping = [[ms]] -stat_ds_ping = [[%di]] -stat_dg_title_iptables__ipt_packets = [[%H: Firewall - Verarbeitete Pakete]] -stat_dg_label_iptables__ipt_packets = [[Pakete/s]] -stat_dg_title_netlink__if_octets = [[%H: Netlink - Transfer auf %pi]] -stat_dg_label_netlink__if_octets = [[Bytes/s]] -stat_ds_if_octets = [[Bytes (%ds)]] -stat_dg_title_netlink__if_packets = [[%H: Netlink - Pakete auf %pi]] -stat_dg_label_netlink__if_packets = [[Pakete/s]] -stat_ds_if_packets = [[Verarbeitet (%ds)]] -stat_ds_if_dropped = [[Verworfen (%ds)]] -stat_ds_if_errors = [[Fehler (%ds)]] -stat_dg_title_netlink__if_multicast = [[%H: Netlink - Multicast auf %pi]] -stat_dg_label_netlink__if_multicast = [[Pakete/s]] -stat_ds_if_multicast = [[Pakete]] -stat_dg_title_netlink__if_collisions = [[%H: Netlink - Kollisionen auf %pi]] -stat_dg_label_netlink__if_collisions = [[Kollisionen/s]] -stat_ds_if_collisions = [[Kollisionen]] -stat_dg_title_netlink__if_tx_errors = [[%H: Netlink - Fehler auf %pi]] -stat_dg_label_netlink__if_tx_errors = [[Fehler/s]] -stat_ds_if_tx_errors = [[%di]] -stat_ds_if_rx_errors = [[%di]] -stat_dg_title_processes = [[%H: Prozesse]] -stat_dg_label_processes = [[Prozesse/s]] -stat_ds_ps_state = [[%di]] -stat_dg_title_processes__ps_cputime = [[%H: Prozess %pi - Verbrauchte CPU Zeit]] -stat_dg_label_processes__ps_cputime = [[Jiffies]] -stat_ds_ps_cputime__syst = [[System]] -stat_ds_ps_cputime__user = [[User]] -stat_dg_title_processes__ps_count = [[%H: Prozess %pi - Threads und Prozesse]] -stat_dg_label_processes__ps_count = [[Anzahl]] -stat_ds_ps_count__threads = [[Threads]] -stat_ds_ps_count__processes = [[Prozesse]] -stat_dg_title_processes__ps_pagefaults = [[%H: Prozess %pi - Speicherzugriffsfehler]] -stat_dg_label_processes__ps_pagefaults = [[Zugriffsfehler]] -stat_ds_ps_pagefaults = [[Zugriffsfehler]] -stat_dg_title_processes__ps_rss = [[%H: Process %pi - Virtueller Speicher]] -stat_dg_label_processes__ps_rss = [[Bytes]] -stat_ds_ps_rss = [[virtueller Speicher]] -stat_dg_title_cpu = [[%H: Auslastung auf Prozessor #%pi]] -stat_dg_label_cpu = [[%]] -stat_ds_cpu = [[%di]] -stat_dg_title_interface__if_octets = [[%H: Transfer auf %di]] -stat_dg_label_interface__if_octets = [[Bytes/s]] -stat_dg_title_interface__if_packets = [[%H: Pakete auf %di]] -stat_dg_label_interface__if_packets = [[Pakete/s]] -stat_dg_title_tcpconns = [[%H: TCP-Verbindungen auf Port %pi]] -stat_dg_label_tcpconns = [[Verbindungen/s]] -stat_ds_tcp_connections = [[%di]] -stat_dg_title_df = [[%H: Speicherverbrauch auf %di]] -stat_dg_label_df = [[Bytes]] -stat_ds_df__used = [[belegt ]] -stat_dg_title_irq = [[%H: Interrupts]] -stat_dg_label_irq = [[Aufrufe/s]] -stat_ds_irq = [[IRQ %di]] -stat_dg_title_load = [[%H: Systemlast]] -stat_dg_label_load = [[Last]] -stat_ds_load__shortterm = [[1 Minute]] -stat_ds_load__midterm = [[5 Minuten]] -stat_ds_load__longterm = [[15 Minuten]] -lucistatistics = [[Statistiken]] -lucistatistics_collectd = [[Collectd Einstellungen]] -lucistatistics_collectd_hostname = [[Hostname]] -lucistatistics_collectd_basedir = [[Basisverzeichnis]] -lucistatistics_collectd_include = [[Verzeichnis für Unterkonfigurationen]] -lucistatistics_collectd_plugindir = [[Verzeichnis für Collectd-Plugins]] -lucistatistics_collectd_pidfile = [[Pfad zu PID-Datei]] -lucistatistics_collectd_typesdb = [[Dataset-Definitionen]] -lucistatistics_collectd_interval = [[Daten-Sammelintervall]] -lucistatistics_collectd_interval_desc = [[Sekunden]] -lucistatistics_collectd_readthreads = [[Anzahl paralleler Sammelprozesse]] -lucistatistics_collectd_fqdnlookup = [[automatisch vollen Hostnamen herausfinden]] -lucistatistics_collectdcpu = [[CPU Plugin Konfiguration]] -lucistatistics_collectdcpu_desc = [[Das CPU-Plugin sammelt grundlegende Statistiken über die Prozessorauslastung.]] -lucistatistics_collectdcpu_enable = [[Plugin aktivieren]] -lucistatistics_collectdcsv = [[CSV Plugin Konfiguration]] -lucistatistics_collectdcsv_enable = [[Plugin aktivieren]] -lucistatistics_collectdcsv_datadir = [[Speicherverzeichnis für die CSV-Dateien]] -lucistatistics_collectdcsv_storerates = [[Werte nicht absolut sondern als Raten speichern]] -lucistatistics_collectddf = [[DF Plugin Konfiguration]] -lucistatistics_collectddf_desc = [[Das DF-Plugin sammelt Statistiken über den Speicherverbrauch auf verschiedenen Geräten, Mount-Punkten oder Dateisystemtypen.]] -lucistatistics_collectddf_enable = [[Plugin aktivieren]] -lucistatistics_collectddf_devices = [[Geräte überwachen]] -lucistatistics_collectddf_devices_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectddf_mountpoints = [[Mount-Punkte überwachen]] -lucistatistics_collectddf_mountpoints_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectddf_fstypes = [[Datesystemtypen überwachen]] -lucistatistics_collectddf_fstypes_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectddf_ignoreselected = [[Alle außer Ausgewählte überwachen]] -lucistatistics_collectddisk = [[Disk Plugin Konfiguration]] -lucistatistics_collectddisk_desc = [[Das Disk-Plugin sammelt detaillierte Statistiken über die Auslastung auf ausgewählten Festplatten und Partitionen.]] -lucistatistics_collectddisk_enable = [[Plugin aktivieren]] -lucistatistics_collectddisk_disks = [[Geräte und Partitionen überwachen]] -lucistatistics_collectddisk_disks_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectddisk_ignoreselected = [[Alle außer Ausgewählte überwachen]] -lucistatistics_collectddns = [[DNS Plugin Konfiguration]] -lucistatistics_collectddns_desc = [[Das DNS-Plugin sammelt detaillierte Statistiken über DNS-bezogenen Verkehr auf ausgewählten Schnittstellen.]] -lucistatistics_collectddns_enable = [[Plugin aktivieren]] -lucistatistics_collectddns_interfaces = [[Schnittstellen überwachen]] -lucistatistics_collectddns_interfaces_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectddns_ignoresources = [[Quelladressen ignorieren]] -lucistatistics_collectddns_ignoresources_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectdemail = [[E-Mail Plugin Konfiguration]] -lucistatistics_collectdemail_enable = [[Plugin aktivieren]] -lucistatistics_collectdemail_socketfile = [[Dateipfad des Unix-Sockets]] -lucistatistics_collectdemail_socketgroup = [[Gruppenbesitzer festlegen]] -lucistatistics_collectdemail_socketgroup_desc = [[Gruppenname]] -lucistatistics_collectdemail_socketperms = [[Dateiberechtigungen des Unix-Sockets]] -lucistatistics_collectdemail_socketperms_desc = [[oktal]] -lucistatistics_collectdemail_maxconns = [[Maximale Anzahl erlaubter Verbindungen]] -lucistatistics_collectdexec = [[Exec Plugin Konfiguration]] -lucistatistics_collectdexec_enable = [[Plugin aktivieren]] -lucistatistics_collectdexecinput = [[Kommando zum Werte einlesen hinzufügen]] -lucistatistics_collectdexecinput_cmdline = [[Kommandozeile]] -lucistatistics_collectdexecinput_cmduser = [[Als Benutzer ausführen]] -lucistatistics_collectdexecinput_cmdgroup = [[Als Gruppe ausführen]] -lucistatistics_collectdexecnotify = [[Benachrichtigungskommando hinzufügen]] -lucistatistics_collectdexecnotify_cmdline = [[Kommandozeile]] -lucistatistics_collectdexecnotify_cmduser = [[Als Benutzer ausführen]] -lucistatistics_collectdexecnotify_cmdgroup = [[Als Gruppe ausführen]] -lucistatistics_collectdinterface = [[Interface Plugin Konfiguration]] -lucistatistics_collectdinterface_desc = [[Das Interface-Plugin sammelt allgemeine Verkehrsstatistiken auf ausgewählten Schnittstellen.]] -lucistatistics_collectdinterface_enable = [[Plugin aktivieren]] -lucistatistics_collectdinterface_interfaces = [[Schnittstellen überwachen]] -lucistatistics_collectdinterface_interfaces_desc = [[Strg gedrückt halten um mehrere Schnittstellen zu wählen]] -lucistatistics_collectdinterface_ignoreselected = [[Alle außer Ausgewählte überwachen]] -lucistatistics_collectdiptables = [[Iptables Plugin Konfiguration]] -lucistatistics_collectdiptables_enable = [[Plugin aktivieren]] -lucistatistics_collectdiptablesmatch = [[Auswahlregel hinzufügen]] -lucistatistics_collectdiptablesmatch_name = [[Name der Regel]] -lucistatistics_collectdiptablesmatch_name_desc = [[max. 16 Buchstaben]] -lucistatistics_collectdiptablesmatch_table = [[Tabelle]] -lucistatistics_collectdiptablesmatch_chain = [[Kette (Chain)]] -lucistatistics_collectdiptablesmatch_target = [[Aktion (Target)]] -lucistatistics_collectdiptablesmatch_protocol = [[Netzwerkprotokoll]] -lucistatistics_collectdiptablesmatch_source = [[Quell-IP-Bereich]] -lucistatistics_collectdiptablesmatch_source_desc = [[CIDR-Notation]] -lucistatistics_collectdiptablesmatch_destination = [[Ziel-IP-Bereich]] -lucistatistics_collectdiptablesmatch_destination_desc = [[CIDR-Notation]] -lucistatistics_collectdiptablesmatch_inputif = [[eingehende Schnittstelle]] -lucistatistics_collectdiptablesmatch_inputif_desc = [[z.B. br-lan]] -lucistatistics_collectdiptablesmatch_outputif = [[ausgehende Schnittstelle]] -lucistatistics_collectdiptablesmatch_outputif_desc = [[z.B. br-ff]] -lucistatistics_collectdiptablesmatch_options = [[Optionen]] -lucistatistics_collectdiptablesmatch_options_desc = [[z.B. reject-with tcp-reset]] -lucistatistics_collectdirq = [[IRQ Plugin Konfiguration]] -lucistatistics_collectdirq_enable = [[Plugin aktivieren]] -lucistatistics_collectdirq_irqs = [[Interrups überwachen]] -lucistatistics_collectdirq_irqs_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectdirq_ignoreselected = [[Alle außer Ausgewählte überwachen]] -lucistatistics_collectdload = [[Load Plugin Konfiguration]] -lucistatistics_collectdload_enable = [[Plugin aktivieren]] -lucistatistics_collectdnetlink = [[Netlink Plugin Konfiguration]] -lucistatistics_collectdnetlink_enable = [[Plugin aktivieren]] -lucistatistics_collectdnetlink_interfaces = [[Schnittstellen einfach überwachen]] -lucistatistics_collectdnetlink_interfaces_desc = [[Strg gedrückt halten um mehrere zu wählen]] -lucistatistics_collectdnetlink_verboseinterfaces = [[Schnittstellen detailliert überwachen]] -lucistatistics_collectdnetlink_verboseinterfaces_desc = [[Strg gedrückt halten um mehrere zu wählen]] -lucistatistics_collectdnetlink_qdiscs = [[Queue Discipline überwachen]] -lucistatistics_collectdnetlink_qdiscs_desc = [[Strg gedrückt halten um mehrere zu wählen]] -lucistatistics_collectdnetlink_classes = [[Shapingklassen überwachen]] -lucistatistics_collectdnetlink_classes_desc = [[Strg gedrückt halten um mehrere zu wählen]] -lucistatistics_collectdnetlink_filters = [[Filterklassen überwachen]] -lucistatistics_collectdnetlink_filters_desc = [[Strg gedrückt halten um mehrere zu wählen]] -lucistatistics_collectdnetwork = [[Network Plugin Konfiguration]] -lucistatistics_collectdnetwork_enable = [[Plugin aktivieren]] -lucistatistics_collectdnetworklisten = [[Listen-Schnittstelle]] -lucistatistics_collectdnetworklisten_desc = [[Diese Sektion legt fest auf welchen Schnittstellen Collectd auf eingehende Verbindungen wartet.]] -lucistatistics_collectdnetworklisten_host = [[Listen-Host]] -lucistatistics_collectdnetworklisten_host_desc = [[Host-, IP- oder IPv6-Adresse]] -lucistatistics_collectdnetworklisten_port = [[Listen-Port]] -lucistatistics_collectdnetworklisten_port_desc = [[0 - 65535]] -lucistatistics_collectdnetworkserver = [[Server-Schnittstellen]] -lucistatistics_collectdnetworkserver_desc = [[Diese Sektion legt fest zu welchen Collectd-Servern die lokal gesammelten Daten gesendet werden.]] -lucistatistics_collectdnetworkserver_host = [[Server-Host]] -lucistatistics_collectdnetworkserver_host_desc = [[Host-, IP- oder IPv6-Adresse]] -lucistatistics_collectdnetworkserver_port = [[Server-Port]] -lucistatistics_collectdnetworkserver_port_desc = [[0 - 65535]] -lucistatistics_collectdnetwork_timetolive = [[TTL für Netzwerkpakete]] -lucistatistics_collectdnetwork_timetolive_desc = [[0 - 255]] -lucistatistics_collectdnetwork_forward = [[Weiterleitung zwischen Listen- und Server-Adressen]] -lucistatistics_collectdnetwork_cacheflush = [[Cache-Leerungsintervall]] -lucistatistics_collectdnetwork_cacheflush_desc = [[Sekunden]] -lucistatistics_collectdping = [[Ping Plugin Konfiguration]] -lucistatistics_collectdping_enable = [[Plugin aktivieren]] -lucistatistics_collectdping_hosts = [[Hosts überwachen]] -lucistatistics_collectdping_hosts_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectdping_ttl = [[TTL für Ping Pakete]] -lucistatistics_collectdping_ttl_desc = [[0 - 255]] -lucistatistics_collectdProzesse = [[Prozesse Plugin Konfiguration]] -lucistatistics_collectdProzesse_enable = [[Plugin aktivieren]] -lucistatistics_collectdProzesse_processes = [[Prozesse überwachen]] -lucistatistics_collectdProzesse_processes_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectdrrdtool = [[RRDTool Plugin Konfiguration]] -lucistatistics_collectdrrdtool_enable = [[Plugin aktivieren]] -lucistatistics_collectdrrdtool_datadir = [[Speicherverzeichnis]] -lucistatistics_collectdrrdtool_stepsize = [[RRD Schrittintervall]] -lucistatistics_collectdrrdtool_stepsize_desc = [[Sekunden]] -lucistatistics_collectdrrdtool_heartbeat = [[RRD Heartbeatintervall]] -lucistatistics_collectdrrdtool_heartbeat_desc = [[Sekunden]] -lucistatistics_collectdrrdtool_rrasingle = [[Nur 'average' RRAs erzeugen]] -lucistatistics_collectdrrdtool_rrasingle_desc = [[reduziert die RRD Größe]] -lucistatistics_collectdrrdtool_rratimespans = [[gespeicherte Zeitspannen]] -lucistatistics_collectdrrdtool_rratimespans_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectdrrdtool_rrarows = [[Spalten pro RRA]] -lucistatistics_collectdrrdtool_xff = [[RRD XFiles Faktor]] -lucistatistics_collectdrrdtool_cachetimeout = [[Zwischenspeicherzeit für gesammelte Daten]] -lucistatistics_collectdrrdtool_cachetimeout_desc = [[Sekunden]] -lucistatistics_collectdrrdtool_cacheflush = [[Leerungsintervall für Zwischenspeicher]] -lucistatistics_collectdrrdtool_cacheflush_desc = [[Sekunden]] -lucistatistics_collectdtcpconns = [[TCPConns Plugin Konfiguration]] -lucistatistics_collectdtcpconns_enable = [[Plugin aktivieren]] -lucistatistics_collectdtcpconns_listeningports = [[Alle durch lokale Dienste genutzten Ports überwachen]] -lucistatistics_collectdtcpconns_localports = [[lokale Ports überwachen]] -lucistatistics_collectdtcpconns_localports_desc = [[0 - 65535; mehrere mit Leerzeichen trennen]] -lucistatistics_collectdtcpconns_remoteports = [[entfernte Ports überwachen]] -lucistatistics_collectdtcpconns_remoteports_desc = [[0 - 65535; mehrere mit Leerzeichen trennen]] -lucistatistics_collectdunixsock = [[Unixsock Plugin Konfiguration]] -lucistatistics_collectdunixsock_enable = [[Plugin aktivieren]] -lucistatistics_collectdunixsock_socketfile = [[Dateipfad des Unix-Sockets]] -lucistatistics_collectdunixsock_socketgroup = [[Gruppenbesitzer festlegen]] -lucistatistics_collectdunixsock_socketgroup_desc = [[Gruppenname]] -lucistatistics_collectdunixsock_socketperms = [[Dateiberechtigungen des Unix-Sockets]] -lucistatistics_collectdunixsock_socketperms_desc = [[oktal]] -lucistatistics_collectdwireless = [[Wireless Plugin Konfiguration]] -lucistatistics_collectdwireless_enable = [[Plugin aktivieren]] diff --git a/applications/luci-statistics/luasrc/i18n/statistics.de.xml b/applications/luci-statistics/luasrc/i18n/statistics.de.xml index 7e670ec12..ad1d7d98d 100644 --- a/applications/luci-statistics/luasrc/i18n/statistics.de.xml +++ b/applications/luci-statistics/luasrc/i18n/statistics.de.xml @@ -2,14 +2,6 @@ - - - - - - - - Statistiken Systemplugins Netzwerkplugins @@ -17,8 +9,6 @@ Zeitspanne zeigen » Diagramme - - Collectd Prozessor Ping @@ -37,12 +27,14 @@ CSV Ausgabe Systemlast - - +%H: Drahtlos - Signal-Noise-Verhältnis dBm Noise-Level +Signalstärke +%H: Drahtlos - Signalqualität n +Signalqualität %H: ICMP Antwortzeiten ms @@ -50,6 +42,7 @@ %H: Firewall - Verarbeitete Pakete Pakete/s +Kette "%di" %H: Netlink - Transfer auf %pi Bytes/s @@ -112,6 +105,7 @@ %H: Speicherverbrauch auf %di Bytes +verfügbar belegt %H: Interrupts @@ -124,11 +118,10 @@ 5 Minuten 15 Minuten - - Statistiken Collectd Einstellungen +Collectd ist ein schlankes Dienstprogramm zum Sammeln von Systemdaten aus verschiedenen Quellen mittels diverser Plugins. Auf dieser Seite können generelle Einstellungen für den Collectd-Daemon vorgenommen werden. Hostname Basisverzeichnis @@ -146,6 +139,7 @@ Plugin aktivieren CSV Plugin Konfiguration +Das CSV-Plugin speichert die gesammelten Daten im CSV-Format, geeignet für die Weiterverarbeitung durch externe Programme. Plugin aktivieren Speicherverzeichnis für die CSV-Dateien @@ -178,6 +172,7 @@ mehrere mit Leerzeichen trennen E-Mail Plugin Konfiguration +Das E-Mail Plugin erstellt einen Unix-Socket welcher benutzt werden kann um E-Mail-Statistiken an den laufenden Collectd-Daemon zu übermitteln. Dieses Plugin ist primär für die Verwendung zusammen mit Mail::SpamAssasin::Plugin::Collectd gedacht, kann aber auch anderweitig verwendet werden. Plugin aktivieren Dateipfad des Unix-Sockets @@ -188,14 +183,17 @@ Maximale Anzahl erlaubter Verbindungen Exec Plugin Konfiguration +Das Exec-Plugin startet externe Kommandos um Werte einzulesen oder um Benachrichtigungen auszulösen falls bestimmte Grenzwerte erreicht werden. Plugin aktivieren Kommando zum Werte einlesen hinzufügen +Hier können externe Kommandos definiert werden, welche durch Collectd gestartet werden um Statistik-Werte einzulesen. Die Werte werden dabei vom STDOUT des aufgerufenen Programmes gelesen. Kommandozeile Als Benutzer ausführen Als Gruppe ausführen Benachrichtigungskommando hinzufügen +Hier können externe Kommandos definiert werden, welche durch Collectd gestartet werden sobald konfigurierte Grenzwerte erreicht werden. Die Werte welche die Benachrichtigung ausgelöst haben werden dabei an den STDIN des aufgerufenen Programmes übergeben. Kommandozeile Als Benutzer ausführen @@ -209,10 +207,12 @@ Alle außer Ausgewählte überwachen Iptables Plugin Konfiguration +Das Iptables-Plugin überwacht ausgewählte Firewall-Regeln und sammelt Werte über die Anzahl der verarbeiteten Pakete und Bytes. Plugin aktivieren Auswahlregel hinzufügen +Hier werden die Kriterien festgelegt nach welchen die zu überwachenden Firewall-Regeln ausgewählt werden. Name der Regel max. 16 Buchstaben @@ -232,6 +232,7 @@ z.B. reject-with tcp-reset IRQ Plugin Konfiguration +Das IRQ-Plugin überwacht die Anzahl der Aufrufe pro Sekunde für jeden ausgewählten Interrupt. Wird kein Interrupt ausgewählt überwacht das Plugin alle im System vorhandenen Interrupts. Plugin aktivieren Interrups überwachen @@ -239,10 +240,12 @@ Alle außer Ausgewählte überwachen Load Plugin Konfiguration +Das Load-Plugin sammelt Informationen über die allgemeine Systemlast. Plugin aktivieren Netlink Plugin Konfiguration +Das Netlink-Plugin sammelt erweiterte QoS-Informationen wie QDisc-, Class- und Filter-Statistiken auf ausgewählten Schnittstellen. Plugin aktivieren Schnittstellen einfach überwachen @@ -257,6 +260,7 @@ Strg gedrückt halten um mehrere zu wählen Network Plugin Konfiguration +Das Network-Plugin ermöglicht die netzwerkgestützte Kommunikation zwischen verschiedenen Collectd-Instanzen. Collectd kann gleichzeitig im Server- und Client-Modus betrieben werden. Im Client-Modus werden lokal gesammelte Daten an einen Collectd-Server übermittelt, im Server-Modus empfängt die lokale Instanz Daten von anderen Installationen. Plugin aktivieren Listen-Schnittstelle @@ -278,6 +282,7 @@ Sekunden Ping Plugin Konfiguration +Das Ping-Plugin sendet ICMP-Echo-Requests an ausgewählte Hosts und misst die Antwortzeiten für jede Adresse. Plugin aktivieren Hosts überwachen @@ -286,12 +291,14 @@ 0 - 255 Prozesse Plugin Konfiguration +Das Prozess-Plugin sammelt Informationen wie CPU-Zeit, Speicherzugriffsfehler und Speicherverbrauch ausgewählter Prozesse. Plugin aktivieren Prozesse überwachen mehrere mit Leerzeichen trennen RRDTool Plugin Konfiguration +Das RRDTool-Plugin speichert die gesammelten Daten in sogenannten RRD-Datenbanken, der Grundlage für die Diagramm-Bilder.

Warnung: Falsche Werte resultieren in einem sehr hohen Speicherverbrauch im temporären Verzeichnis. Das kann das Gerät unbrauchbar machen, da Systemspeicher für den regulären Betrieb fehlt!
Plugin aktivieren Speicherverzeichnis @@ -311,6 +318,7 @@ Sekunden TCPConns Plugin Konfiguration +Das TCPConns-Plugin sammelt Informationen über offene TCP-Verbindungen auf ausgewählten Ports. Plugin aktivieren Alle durch lokale Dienste genutzten Ports überwachen @@ -320,6 +328,7 @@ 0 - 65535; mehrere mit Leerzeichen trennen Unixsock Plugin Konfiguration +Das Unixsock-Plugin erstellt einen Unix-Socket über welchen gesammelte Werte aus der laufenden Collectd-Instanz ausgelesen werden können. Plugin aktivieren Dateipfad des Unix-Sockets @@ -329,8 +338,8 @@ oktal Wireless Plugin Konfiguration +Das Wireless-Plugin sammelt Statistiken über die drahtlose Signalstärke, den Störpegel und die Signalqualität. Plugin aktivieren -
diff --git a/applications/luci-statistics/luasrc/i18n/statistics.en.lua b/applications/luci-statistics/luasrc/i18n/statistics.en.lua index 4c80660f0..1fd4d7eca 100644 --- a/applications/luci-statistics/luasrc/i18n/statistics.en.lua +++ b/applications/luci-statistics/luasrc/i18n/statistics.en.lua @@ -33,6 +33,7 @@ stat_dg_label_ping = [[ms]] stat_ds_ping = [[%di]] stat_dg_title_iptables__ipt_packets = [[%H: Firewall - Processed Packets]] stat_dg_label_iptables__ipt_packets = [[Packets/s]] +stat_ds_ipt_packets = [[Chain "%di"]] stat_dg_title_netlink__if_octets = [[%H: Netlink - Transfer on %pi]] stat_dg_label_netlink__if_octets = [[Bytes/s]] stat_ds_if_octets = [[Bytes (%ds)]] @@ -91,6 +92,7 @@ stat_ds_load__midterm = [[5 min]] stat_ds_load__longterm = [[15 min]] lucistatistics = [[Statistics]] lucistatistics_collectd = [[Collectd Settings]] +lucistatistics_collectd_desc = [[Collectd is a small daeomon for collecting data from various sources through different plugins. On this page you can change general settings for the collectd daemon.]] lucistatistics_collectd_hostname = [[Hostname]] lucistatistics_collectd_basedir = [[Base Directory]] lucistatistics_collectd_include = [[Directory for sub-configurations]] @@ -133,6 +135,7 @@ lucistatistics_collectddns_interfaces_desc = [[multiple separated by space]] lucistatistics_collectddns_ignoresources = [[Ignore source addresses]] lucistatistics_collectddns_ignoresources_desc = [[multiple separated by space]] lucistatistics_collectdemail = [[E-Mail Plugin Configuration]] +lucistatistics_collectdemail_desc = [[The email plugin creates a unix socket which can be used to transmit email-statistics to a running collectd daemon. This plugin is primarily intended to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can be used in other ways as well.]] lucistatistics_collectdemail_enable = [[Enable this plugin]] lucistatistics_collectdemail_socketfile = [[Filepath of the unix socket]] lucistatistics_collectdemail_socketgroup = [[Group ownership of the unix socket]] @@ -141,12 +144,15 @@ lucistatistics_collectdemail_socketperms = [[File permissions of the unix socket lucistatistics_collectdemail_socketperms_desc = [[octal]] lucistatistics_collectdemail_maxconns = [[Maximum allowed connections]] lucistatistics_collectdexec = [[Exec Plugin Configuration]] +lucistatistics_collectdexec_desc = [[The exec plugin starts external commands to read values from or to notify external processes when certain threshold values have been reached.]] lucistatistics_collectdexec_enable = [[Enable this plugin]] lucistatistics_collectdexecinput = [[Add command for reading values]] +lucistatistics_collectdexecinput_desc = [[Here you can define external commands which will be started by collectd in order to read certain values. The values will be read from stdout.]] lucistatistics_collectdexecinput_cmdline = [[Commandline]] lucistatistics_collectdexecinput_cmduser = [[Run as user]] lucistatistics_collectdexecinput_cmdgroup = [[Run as group]] lucistatistics_collectdexecnotify = [[Add notification command]] +lucistatistics_collectdexecnotify_desc = [[Here you can define external commands which will be started by collectd when certain threshold values have been reached. The values leading to invokation will be feeded to the the called programs stdin.]] lucistatistics_collectdexecnotify_cmdline = [[Commandline]] lucistatistics_collectdexecnotify_cmduser = [[Run as user]] lucistatistics_collectdexecnotify_cmdgroup = [[Run as group]] @@ -157,8 +163,10 @@ lucistatistics_collectdinterface_interfaces = [[Monitor interfaces]] lucistatistics_collectdinterface_interfaces_desc = [[hold Ctrl while clicking to select multiple interfaces]] lucistatistics_collectdinterface_ignoreselected = [[Monitor all except selected ones]] lucistatistics_collectdiptables = [[Iptables Plugin Configuration]] +lucistatistics_collectdiptables_desc = [[The iptables plugin will monitor selected firewall rules and collect informations about processed bytes and packets per rule.]] lucistatistics_collectdiptables_enable = [[Enable this plugin]] lucistatistics_collectdiptablesmatch = [[Add matching rule]] +lucistatistics_collectdiptablesmatch_desc = [[Here you can define various criteria by which the monitored iptables rules are selected.]] lucistatistics_collectdiptablesmatch_name = [[Name of the rule]] lucistatistics_collectdiptablesmatch_name_desc = [[max. 16 chars]] lucistatistics_collectdiptablesmatch_table = [[Table]] @@ -176,13 +184,16 @@ lucistatistics_collectdiptablesmatch_outputif_desc = [[e.g. br-ff]] lucistatistics_collectdiptablesmatch_options = [[Options]] lucistatistics_collectdiptablesmatch_options_desc = [[e.g. reject-with tcp-reset]] lucistatistics_collectdirq = [[IRQ Plugin Configuration]] +lucistatistics_collectdirq_desc = [[The irq plugin will monitor the rate of issues per second for each selected interrupt. If no interrupt is selected then all interrupts are monitored.]] lucistatistics_collectdirq_enable = [[Enable this plugin]] lucistatistics_collectdirq_irqs = [[Monitor interrupts]] lucistatistics_collectdirq_irqs_desc = [[multiple separated by space]] lucistatistics_collectdirq_ignoreselected = [[Monitor all except selected ones]] lucistatistics_collectdload = [[Load Plugin Configuration]] +lucistatistics_collectdload_desc = [[The load plugin collects statistics about the general system load.]] lucistatistics_collectdload_enable = [[Enable this plugin]] lucistatistics_collectdnetlink = [[Netlink Plugin Configuration]] +lucistatistics_collectdnetlink_desc = [[The netlink plugin collects extended informations like qdisc-, class- and filter-statistics for selected interfaces.]] lucistatistics_collectdnetlink_enable = [[Enable this plugin]] lucistatistics_collectdnetlink_interfaces = [[Basic monitoring]] lucistatistics_collectdnetlink_interfaces_desc = [[hold Ctrl while clicking to select multiple interfaces]] @@ -195,6 +206,7 @@ lucistatistics_collectdnetlink_classes_desc = [[hold Ctrl while clicking to sele lucistatistics_collectdnetlink_filters = [[Filter class monitoring]] lucistatistics_collectdnetlink_filters_desc = [[hold Ctrl while clicking to select multiple interfaces]] lucistatistics_collectdnetwork = [[Network Plugin Configuration]] +lucistatistics_collectdnetwork_desc = [[The network plugin provides network based communication between different collectd instances. Collectd can operate both in client and server mode. In client mode locally collected date is transferred to a collectd server instance, in server mode the local instance receives data from other hosts.]] lucistatistics_collectdnetwork_enable = [[Enable this plugin]] lucistatistics_collectdnetworklisten = [[Listener interfaces]] lucistatistics_collectdnetworklisten_desc = [[This section defines on which interfaces collectd will wait for incoming connections.]] @@ -214,16 +226,19 @@ lucistatistics_collectdnetwork_forward = [[Forwarding between listen and server lucistatistics_collectdnetwork_cacheflush = [[Cache flush interval]] lucistatistics_collectdnetwork_cacheflush_desc = [[seconds]] lucistatistics_collectdping = [[Ping Plugin Configuration]] +lucistatistics_collectdping_desc = [[The ping plugin will send icmp echo replies to selected hosts and measure the roundtrip time for each host.]] lucistatistics_collectdping_enable = [[Enable this plugin]] lucistatistics_collectdping_hosts = [[Monitor hosts]] lucistatistics_collectdping_hosts_desc = [[multiple separated by space]] lucistatistics_collectdping_ttl = [[TTL for ping packets]] lucistatistics_collectdping_ttl_desc = [[0 - 255]] lucistatistics_collectdprocesses = [[Processes Plugin Configuration]] +lucistatistics_collectdprocesses_desc = [[The processes plugin collects informations like cpu time, page faults and memory usage of selected processes.]] lucistatistics_collectdprocesses_enable = [[Enable this plugin]] lucistatistics_collectdprocesses_processes = [[Monitor processes]] lucistatistics_collectdprocesses_processes_desc = [[multiple separated by space]] lucistatistics_collectdrrdtool = [[RRDTool Plugin Configuration]] +lucistatistics_collectdrrdtool_desc = [[The rrdtool plugin stores the collected data in rrd database files, the foundation of the diagrams.

Warning: Setting the wrong values will result in a very high memory consumption in the temporary directory. This can render the device unusable!]] lucistatistics_collectdrrdtool_enable = [[Enable this plugin]] lucistatistics_collectdrrdtool_datadir = [[Storage directory]] lucistatistics_collectdrrdtool_stepsize = [[RRD step interval]] @@ -241,6 +256,7 @@ lucistatistics_collectdrrdtool_cachetimeout_desc = [[seconds]] lucistatistics_collectdrrdtool_cacheflush = [[Flush cache after]] lucistatistics_collectdrrdtool_cacheflush_desc = [[seconds]] lucistatistics_collectdtcpconns = [[TCPConns Plugin Configuration]] +lucistatistics_collectdtcpconns_desc = [[The tcpconns plugin collects informations about open tcp connections on selected ports.]] lucistatistics_collectdtcpconns_enable = [[Enable this plugin]] lucistatistics_collectdtcpconns_listeningports = [[Monitor all local listen ports]] lucistatistics_collectdtcpconns_localports = [[Monitor local ports]] @@ -248,6 +264,7 @@ lucistatistics_collectdtcpconns_localports_desc = [[0 - 65535; multiple separate lucistatistics_collectdtcpconns_remoteports = [[Monitor remote ports]] lucistatistics_collectdtcpconns_remoteports_desc = [[0 - 65535; multiple separated by space]] lucistatistics_collectdunixsock = [[Unixsock Plugin Configuration]] +lucistatistics_collectdunixsock_desc = [[The unixsock plugin creates a unix socket which can be used to read collected data from a running collectd instance.]] lucistatistics_collectdunixsock_enable = [[Enable this plugin]] lucistatistics_collectdunixsock_socketfile = [[Filepath of the unix socket]] lucistatistics_collectdunixsock_socketgroup = [[Group ownership of the unix socket]] @@ -255,4 +272,5 @@ lucistatistics_collectdunixsock_socketgroup_desc = [[group name]] lucistatistics_collectdunixsock_socketperms = [[File permissions of the unix socket]] lucistatistics_collectdunixsock_socketperms_desc = [[octal]] lucistatistics_collectdwireless = [[Wireless Plugin Configuration]] +lucistatistics_collectdwireless_desc = [[The wireless plugin collects statistics about wireless signal strength, noise and quality.]] lucistatistics_collectdwireless_enable = [[Enable this plugin]] diff --git a/applications/luci-statistics/luasrc/i18n/statistics.en.xml b/applications/luci-statistics/luasrc/i18n/statistics.en.xml index a70f3c0b4..138be90ce 100644 --- a/applications/luci-statistics/luasrc/i18n/statistics.en.xml +++ b/applications/luci-statistics/luasrc/i18n/statistics.en.xml @@ -2,14 +2,6 @@ - - - - - - - - Statistics System plugins Network plugins @@ -17,8 +9,6 @@ Display timespan » Graphs - - Collectd Processor Ping @@ -37,8 +27,6 @@ CSV Output System Load - - %H: Wireless - Signal Noise Ratio dBm Noise Level @@ -54,6 +42,7 @@ %H: Firewall - Processed Packets Packets/s +Chain "%di" %H: Netlink - Transfer on %pi Bytes/s @@ -128,11 +117,10 @@ 5 min 15 min - - Statistics Collectd Settings +Collectd is a small daeomon for collecting data from various sources through different plugins. On this page you can change general settings for the collectd daemon. Hostname Base Directory @@ -182,6 +170,7 @@ multiple separated by space E-Mail Plugin Configuration +The email plugin creates a unix socket which can be used to transmit email-statistics to a running collectd daemon. This plugin is primarily intended to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can be used in other ways as well. Enable this plugin Filepath of the unix socket @@ -192,14 +181,17 @@ Maximum allowed connections Exec Plugin Configuration +The exec plugin starts external commands to read values from or to notify external processes when certain threshold values have been reached. Enable this plugin Add command for reading values +Here you can define external commands which will be started by collectd in order to read certain values. The values will be read from stdout. Commandline Run as user Run as group Add notification command +Here you can define external commands which will be started by collectd when certain threshold values have been reached. The values leading to invokation will be feeded to the the called programs stdin. Commandline Run as user @@ -213,10 +205,12 @@ Monitor all except selected ones Iptables Plugin Configuration +The iptables plugin will monitor selected firewall rules and collect informations about processed bytes and packets per rule. Enable this plugin Add matching rule +Here you can define various criteria by which the monitored iptables rules are selected. Name of the rule max. 16 chars @@ -236,6 +230,7 @@ e.g. reject-with tcp-reset IRQ Plugin Configuration +The irq plugin will monitor the rate of issues per second for each selected interrupt. If no interrupt is selected then all interrupts are monitored. Enable this plugin Monitor interrupts @@ -243,10 +238,12 @@ Monitor all except selected ones Load Plugin Configuration +The load plugin collects statistics about the general system load. Enable this plugin Netlink Plugin Configuration +The netlink plugin collects extended informations like qdisc-, class- and filter-statistics for selected interfaces. Enable this plugin Basic monitoring @@ -261,6 +258,7 @@ hold Ctrl while clicking to select multiple interfaces Network Plugin Configuration +The network plugin provides network based communication between different collectd instances. Collectd can operate both in client and server mode. In client mode locally collected date is transferred to a collectd server instance, in server mode the local instance receives data from other hosts. Enable this plugin Listener interfaces @@ -282,6 +280,7 @@ seconds Ping Plugin Configuration +The ping plugin will send icmp echo replies to selected hosts and measure the roundtrip time for each host. Enable this plugin Monitor hosts @@ -290,12 +289,14 @@ 0 - 255 Processes Plugin Configuration +The processes plugin collects informations like cpu time, page faults and memory usage of selected processes. Enable this plugin Monitor processes multiple separated by space RRDTool Plugin Configuration +The rrdtool plugin stores the collected data in rrd database files, the foundation of the diagrams.

Warning: Setting the wrong values will result in a very high memory consumption in the temporary directory. This can render the device unusable!
Enable this plugin Storage directory @@ -315,6 +316,7 @@ seconds TCPConns Plugin Configuration +The tcpconns plugin collects informations about open tcp connections on selected ports. Enable this plugin Monitor all local listen ports @@ -324,6 +326,7 @@ 0 - 65535; multiple separated by space Unixsock Plugin Configuration +The unixsock plugin creates a unix socket which can be used to read collected data from a running collectd instance. Enable this plugin Filepath of the unix socket @@ -333,8 +336,8 @@ octal Wireless Plugin Configuration +The wireless plugin collects statistics about wireless signal strength, noise and quality. Enable this plugin -
-- cgit v1.2.3