]> arthur.barton.de Git - netdata.git/commitdiff
fix spelling of "systemd"
authorSteven Noonan <steven@uplinklabs.net>
Mon, 23 Jan 2017 12:11:51 +0000 (04:11 -0800)
committerSteven Noonan <steven@uplinklabs.net>
Mon, 23 Jan 2017 12:11:51 +0000 (04:11 -0800)
Per the "spelling" section on the systemd main page:

https://www.freedesktop.org/wiki/Software/systemd/

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
ChangeLog
README.md
web/dashboard_info.js

index c0950dec11f62afc12ebd94cb04fb3b7f5d53406..a8dba2edbb8e052dd6dbcf8c93f09a7971ec7526 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,7 +27,7 @@ netdata (1.5.0) - 2016-01-22
    Ilya Mashchenko (@l2isbad) has created most of the python
    data collection plugins in this release !
 
-    - Systemd Services (using cgroups!)
+    - systemd Services (using cgroups!)
     - FPing (yes, network latency in netdata!)
     - postgres databases            @facetoe, @moumoul
     - Vanish disk cache (v3 and v4) @l2isbad
index 5165078d43abbecaa5446f6b8bd2d103207593e8..808c70071740c93a28b9acdfc817f6d8ee14fba5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Netdata is featured at <b><a href="https://octoverse.github.com/" target="_blank
 
  - netdata now runs on **FreeBSD** and **MacOS**
  - netdata now supports **Graphite**, **OpenTSDB**, **Prometheus** and compatible backends
- - netdata now monitors **SystemD Services**
+ - netdata now monitors **systemd Services**
  - new plugins: fping, postgres, varnish, elasticsearch, haproxy, freeradius, mdstat, ISC dhcpd, fail2ban, openvpn, NUMA memory, CPU Idle States, gunicorn, ECC memory errors, IPC semaphores, uptime
  - improved plugins: netfilter conntrack, mysql/mariadb, ipfs, cpufreq, hddtemp, sensors, nginx, nginx_log, phpfpm, redis, dovecot, containers and cgroups, disk space, apps.plugin, tc (QoS) and almost all internal plugins (memory, IPv4 and IPv6, network interfaces, QoS, etc)
  - dozens of new and improved alarms (including performance monitoring alarms for mysql)
index 24a579cfe8813fb7cc7a2b36f13b79925b4db779..7d7f726e3b3783d15ec857d5676737cd5abea66a 100644 (file)
@@ -12,7 +12,7 @@ netdataDashboard.menu = {
     },
 
     'services': {
-        title: 'Systemd Services',
+        title: 'systemd Services',
         icon: '<i class="fa fa-cogs" aria-hidden="true"></i>',
         info: 'Resources utilization of systemd services.'
     },