]> arthur.barton.de Git - netdata.git/log
netdata.git
7 years agoSpec: Cleanup
Ben Reedy [Wed, 14 Dec 2016 08:22:31 +0000 (18:22 +1000)]
Spec: Cleanup

%setup defaults to %{name}-%{version}
No node.d directory in package
Remove unneeded mkdir and xargs commands
Shorten find command for .keep files

7 years agoSpec: OpenSUSE support
Ben Reedy [Sat, 10 Dec 2016 13:59:37 +0000 (23:59 +1000)]
Spec: OpenSUSE support

7 years agoMerge pull request #1343 from ktsaou/master
Costa Tsaousis [Sat, 10 Dec 2016 02:18:20 +0000 (04:18 +0200)]
Merge pull request #1343 from ktsaou/master

fixed typo - fixes #1339 - added @vlvkobal to home page

7 years agofixed typo - fixes #1339 - added @vlvkobal to home page
Costa Tsaousis (ktsaou) [Sat, 10 Dec 2016 02:11:35 +0000 (04:11 +0200)]
fixed typo - fixes #1339 - added @vlvkobal to home page

7 years agoMerge pull request #1342 from ktsaou/master
Costa Tsaousis [Sat, 10 Dec 2016 01:46:33 +0000 (03:46 +0200)]
Merge pull request #1342 from ktsaou/master

kafka notifications; XSS fixes on API errors.

7 years agoXSS fix: HTML Escape Before Inserting Untrusted Data into HTML Element Content; fixes...
Costa Tsaousis (ktsaou) [Sat, 10 Dec 2016 01:38:20 +0000 (03:38 +0200)]
XSS fix: HTML Escape Before Inserting Untrusted Data into HTML Element Content; fixes #1338

7 years agoadded kafka notifications; https://github.com/firehol/netdata/issues/174#issuecomment...
Costa Tsaousis (ktsaou) [Sat, 10 Dec 2016 00:07:48 +0000 (02:07 +0200)]
added kafka notifications; https://github.com/firehol/netdata/issues/174#issuecomment-266003431

7 years agoMerge pull request #1341 from ktsaou/master
Costa Tsaousis [Sat, 10 Dec 2016 00:02:09 +0000 (02:02 +0200)]
Merge pull request #1341 from ktsaou/master

added /var/run/mysqld/mysql.sock to python mysql plugin

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Fri, 9 Dec 2016 22:59:43 +0000 (00:59 +0200)]
updated configs.signatures

7 years agoadded /var/run/mysqld/mysql.sock
Costa Tsaousis (ktsaou) [Fri, 9 Dec 2016 22:59:01 +0000 (00:59 +0200)]
added /var/run/mysqld/mysql.sock

7 years agoMerge pull request #1337 from deltaskelta/master
Costa Tsaousis [Fri, 9 Dec 2016 22:55:12 +0000 (00:55 +0200)]
Merge pull request #1337 from deltaskelta/master

Added gunicorn log conf and chart.py files

7 years agoMerge pull request #1340 from vlvkobal/master
Costa Tsaousis [Fri, 9 Dec 2016 22:54:10 +0000 (00:54 +0200)]
Merge pull request #1340 from vlvkobal/master

FreeBSD plugin: Add disk stats and do minor style cleanups

7 years agoAdd disk stats and do minor style cleanups
Vladimir Kobal [Fri, 9 Dec 2016 21:25:52 +0000 (23:25 +0200)]
Add disk stats and do minor style cleanups

7 years agoMade small changes to typos in exim.conf file
Jeff Willette [Fri, 9 Dec 2016 16:07:19 +0000 (01:07 +0900)]
Made small changes to typos in exim.conf file

7 years agoAdded gunicorn log conf and chart.py files
Jeff Willette [Fri, 9 Dec 2016 08:44:34 +0000 (17:44 +0900)]
Added gunicorn log conf and chart.py files

7 years agoMerge pull request #1336 from ktsaou/master
Costa Tsaousis [Thu, 8 Dec 2016 20:33:04 +0000 (22:33 +0200)]
Merge pull request #1336 from ktsaou/master

allow custom dashboards to link dimensions to DOM elements by name or id

7 years agoallow custom dashboards to link dimensions to DOM elements by name or id; fixes ...
Costa Tsaousis (ktsaou) [Thu, 8 Dec 2016 20:28:22 +0000 (22:28 +0200)]
allow custom dashboards to link dimensions to DOM elements by name or id; fixes #1325

7 years agoMerge pull request #1335 from ktsaou/master
Costa Tsaousis [Thu, 8 Dec 2016 20:06:44 +0000 (22:06 +0200)]
Merge pull request #1335 from ktsaou/master

removed error log that is triggered under normal conditions when the request is too big

7 years agoremoved error log that is triggered under normal conditions when the request is too...
Costa Tsaousis (ktsaou) [Thu, 8 Dec 2016 20:02:27 +0000 (22:02 +0200)]
removed error log that is triggered under normal conditions when the request is too big; fixes #1129

7 years agoMerge pull request #1333 from facetoe/set_correct_permissions
Costa Tsaousis [Thu, 8 Dec 2016 19:51:06 +0000 (21:51 +0200)]
Merge pull request #1333 from facetoe/set_correct_permissions

Ensure netdata owns /var/lib/netdata/.

7 years agoEnsure netdata owns /var/lib/netdata/.
Facetoe [Thu, 8 Dec 2016 10:58:24 +0000 (18:58 +0800)]
Ensure netdata owns /var/lib/netdata/.

Netdata needs to be able to create the health and registry directories
on launch. The inability to do this prevents the daemon from starting.

7 years agoMerge pull request #1329 from ktsaou/master
Costa Tsaousis [Wed, 7 Dec 2016 20:37:17 +0000 (22:37 +0200)]
Merge pull request #1329 from ktsaou/master

fix for bit-limited flags, not working properly in gcc versions

7 years agobit-limit variables seem problematic in certain gcc versions; fixes #1129
Costa Tsaousis (ktsaou) [Wed, 7 Dec 2016 20:13:51 +0000 (22:13 +0200)]
bit-limit variables seem problematic in certain gcc versions; fixes #1129

7 years agoremoved duplicate definition
Costa Tsaousis (ktsaou) [Wed, 7 Dec 2016 20:06:24 +0000 (22:06 +0200)]
removed duplicate definition

7 years agoMerge pull request #1328 from ktsaou/master
Costa Tsaousis [Wed, 7 Dec 2016 20:03:21 +0000 (22:03 +0200)]
Merge pull request #1328 from ktsaou/master

home page improvements

7 years agoMerge pull request #1321 from vlvkobal/master
Costa Tsaousis [Wed, 7 Dec 2016 20:00:29 +0000 (22:00 +0200)]
Merge pull request #1321 from vlvkobal/master

Initial FreeBSD support

7 years agofixed google analytics events
Costa Tsaousis (ktsaou) [Wed, 7 Dec 2016 19:45:56 +0000 (21:45 +0200)]
fixed google analytics events

7 years agoaligned facebook and twitter buttons
Costa Tsaousis (ktsaou) [Tue, 6 Dec 2016 18:40:08 +0000 (20:40 +0200)]
aligned facebook and twitter buttons

7 years agoUse reallocz instead of realloc
Vladimir Kobal [Tue, 6 Dec 2016 13:43:57 +0000 (15:43 +0200)]
Use reallocz instead of realloc

7 years agoadded twiter card info
Costa Tsaousis (ktsaou) [Tue, 6 Dec 2016 08:58:02 +0000 (10:58 +0200)]
added twiter card info

7 years agoadded fb:app_id
Costa Tsaousis (ktsaou) [Tue, 6 Dec 2016 02:22:38 +0000 (04:22 +0200)]
added fb:app_id

7 years agobetter share image and fb:admins
Costa Tsaousis (ktsaou) [Tue, 6 Dec 2016 02:15:29 +0000 (04:15 +0200)]
better share image and fb:admins

7 years agoadded facebook buttons and link tracking
Costa Tsaousis (ktsaou) [Tue, 6 Dec 2016 01:52:51 +0000 (03:52 +0200)]
added facebook buttons and link tracking

7 years agoMinor cleanups and plugin structure changes
Vladimir Kobal [Mon, 5 Dec 2016 20:10:59 +0000 (22:10 +0200)]
Minor cleanups and plugin structure changes

7 years agoadded links to home page
Costa Tsaousis (ktsaou) [Sun, 4 Dec 2016 23:25:31 +0000 (01:25 +0200)]
added links to home page

7 years agoMerge pull request #1316 from ktsaou/master
Costa Tsaousis [Sun, 4 Dec 2016 01:16:06 +0000 (03:16 +0200)]
Merge pull request #1316 from ktsaou/master

allow homepage octoverse image to resize on mobile phones

7 years agoproperly add head and body sections
Costa Tsaousis (ktsaou) [Sun, 4 Dec 2016 01:03:43 +0000 (03:03 +0200)]
properly add head and body sections

7 years agoadded search engines verification
Costa Tsaousis (ktsaou) [Sun, 4 Dec 2016 00:58:42 +0000 (02:58 +0200)]
added search engines verification

7 years agoallow homepage octoverse image to resize on mobile phones
Costa Tsaousis (ktsaou) [Sun, 4 Dec 2016 00:42:39 +0000 (02:42 +0200)]
allow homepage octoverse image to resize on mobile phones

7 years agoAdd some basic system stats - load, cpu, interrupts, processes
Vladimir Kobal [Sat, 3 Dec 2016 21:17:18 +0000 (23:17 +0200)]
Add some basic system stats - load, cpu, interrupts, processes

7 years agoMerge pull request #1315 from ktsaou/master
Costa Tsaousis [Sat, 3 Dec 2016 15:21:43 +0000 (17:21 +0200)]
Merge pull request #1315 from ktsaou/master

updated home page, again

7 years agotwitter motto
Costa Tsaousis (ktsaou) [Sat, 3 Dec 2016 14:56:58 +0000 (16:56 +0200)]
twitter motto

7 years agoupdated home page, again
Costa Tsaousis (ktsaou) [Sat, 3 Dec 2016 14:52:57 +0000 (16:52 +0200)]
updated home page, again

7 years agoMerge pull request #1314 from ktsaou/master
Costa Tsaousis [Sat, 3 Dec 2016 12:03:41 +0000 (14:03 +0200)]
Merge pull request #1314 from ktsaou/master

updated home page

7 years agoupdated home page
Costa Tsaousis (ktsaou) [Sat, 3 Dec 2016 11:55:50 +0000 (13:55 +0200)]
updated home page

7 years agoPreparations in the source tree for FreeBSD plugin
Vladimir Kobal [Fri, 2 Dec 2016 12:34:56 +0000 (14:34 +0200)]
Preparations in the source tree for FreeBSD plugin

7 years agoMerge pull request #1307 from ktsaou/master
Costa Tsaousis [Thu, 1 Dec 2016 06:18:22 +0000 (08:18 +0200)]
Merge pull request #1307 from ktsaou/master

new home page at http://my-netdata.io

7 years agoadded github octoverse
Costa Tsaousis (ktsaou) [Thu, 1 Dec 2016 05:39:05 +0000 (07:39 +0200)]
added github octoverse

7 years agoinherit protocol from page
Costa Tsaousis (ktsaou) [Thu, 1 Dec 2016 04:55:21 +0000 (06:55 +0200)]
inherit protocol from page

7 years agohttp to https for badge
Costa Tsaousis (ktsaou) [Thu, 1 Dec 2016 04:51:17 +0000 (06:51 +0200)]
http to https for badge

7 years agoadded demosites2.html to make files
Costa Tsaousis (ktsaou) [Wed, 30 Nov 2016 23:01:32 +0000 (01:01 +0200)]
added demosites2.html to make files

7 years agonew site home page
Costa Tsaousis (ktsaou) [Wed, 30 Nov 2016 22:42:42 +0000 (00:42 +0200)]
new site home page

7 years agoMerge pull request #1300 from facetoe/fix_postgres_error_message
Costa Tsaousis [Wed, 30 Nov 2016 18:41:46 +0000 (20:41 +0200)]
Merge pull request #1300 from facetoe/fix_postgres_error_message

Print useful error message when postgres plugin job fails.

7 years agoPrint useful error message when postgres plugin job fails.
Facetoe [Wed, 30 Nov 2016 10:54:28 +0000 (18:54 +0800)]
Print useful error message when postgres plugin job fails.

7 years agoGet rid of compilation errors on FreeBSD
Vladimir Kobal [Tue, 29 Nov 2016 21:42:46 +0000 (23:42 +0200)]
Get rid of compilation errors on FreeBSD

7 years agoMerge pull request #1294 from ktsaou/master
Costa Tsaousis [Mon, 28 Nov 2016 20:19:01 +0000 (22:19 +0200)]
Merge pull request #1294 from ktsaou/master

fix incorrect permissions on directories on fresh installs

7 years agofix the directories the umask might have incorrectly created with wrong permissions...
Costa Tsaousis (ktsaou) [Mon, 28 Nov 2016 20:15:20 +0000 (22:15 +0200)]
fix the directories the umask might have incorrectly created with wrong permissions; #1292

7 years agoprevent /usr/libexec from being created without world-readable permissions; fixes...
Costa Tsaousis (ktsaou) [Mon, 28 Nov 2016 20:00:53 +0000 (22:00 +0200)]
prevent /usr/libexec from being created without world-readable permissions; fixes #1292

7 years agoMerge pull request #1288 from ktsaou/master
Costa Tsaousis [Sun, 27 Nov 2016 11:29:44 +0000 (13:29 +0200)]
Merge pull request #1288 from ktsaou/master

node.d.plugin logging fixes

7 years agonode month is zero based
Costa Tsaousis (ktsaou) [Sun, 27 Nov 2016 11:23:14 +0000 (13:23 +0200)]
node month is zero based

7 years agonode fullyear should be printed in full
Costa Tsaousis (ktsaou) [Sun, 27 Nov 2016 11:21:49 +0000 (13:21 +0200)]
node fullyear should be printed in full

7 years agofix node.js date of month logging; fixes #1287
Costa Tsaousis (ktsaou) [Sun, 27 Nov 2016 11:12:30 +0000 (13:12 +0200)]
fix node.js date of month logging; fixes #1287

7 years agoMerge pull request #1284 from ktsaou/master
Costa Tsaousis [Sun, 27 Nov 2016 00:31:07 +0000 (02:31 +0200)]
Merge pull request #1284 from ktsaou/master

file permissions + optimizations

7 years agoadded default charts.d files to makefile
Costa Tsaousis (ktsaou) [Sun, 27 Nov 2016 00:13:25 +0000 (02:13 +0200)]
added default charts.d files to makefile

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Sun, 27 Nov 2016 00:08:11 +0000 (02:08 +0200)]
updated configs.signatures

7 years agoprovided default configuration files for charts.d modules
Costa Tsaousis (ktsaou) [Sun, 27 Nov 2016 00:07:21 +0000 (02:07 +0200)]
provided default configuration files for charts.d modules

7 years agoattempt to fix clang
Costa Tsaousis (ktsaou) [Sat, 26 Nov 2016 18:24:15 +0000 (20:24 +0200)]
attempt to fix clang

7 years agobetter wording at the dashboard legend
Costa Tsaousis (ktsaou) [Sat, 26 Nov 2016 17:58:48 +0000 (19:58 +0200)]
better wording at the dashboard legend

7 years agoadded alarms count on dashboard
Costa Tsaousis (ktsaou) [Sat, 26 Nov 2016 17:18:04 +0000 (19:18 +0200)]
added alarms count on dashboard

7 years agoadded "+ add more charts" and info legend on the dashboard
Costa Tsaousis (ktsaou) [Sat, 26 Nov 2016 16:52:53 +0000 (18:52 +0200)]
added "+ add more charts" and info legend on the dashboard

7 years agoon listen socket error, dump the opened sockets; fixes #1282
Costa Tsaousis (ktsaou) [Sat, 26 Nov 2016 14:45:01 +0000 (16:45 +0200)]
on listen socket error, dump the opened sockets; fixes #1282

7 years agofaster zeropad2(); #1281
Costa Tsaousis (ktsaou) [Sat, 26 Nov 2016 13:32:38 +0000 (15:32 +0200)]
faster zeropad2(); #1281

7 years agonew Date().getTime() to Date.now(); #1281
Costa Tsaousis (ktsaou) [Sat, 26 Nov 2016 13:22:19 +0000 (15:22 +0200)]
new Date().getTime() to Date.now(); #1281

7 years agodo not chmod the data files - only chown
Costa Tsaousis (ktsaou) [Thu, 24 Nov 2016 00:36:26 +0000 (02:36 +0200)]
do not chmod the data files - only chown

7 years agofix for system/netdata.conf permissions
Costa Tsaousis (ktsaou) [Thu, 24 Nov 2016 00:28:04 +0000 (02:28 +0200)]
fix for system/netdata.conf permissions

7 years agoremove world-readable permission from all files
Costa Tsaousis (ktsaou) [Thu, 24 Nov 2016 00:25:55 +0000 (02:25 +0200)]
remove world-readable permission from all files

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Wed, 23 Nov 2016 23:04:05 +0000 (01:04 +0200)]
updated configs.signatures

7 years agoadded mysql configuration information
Costa Tsaousis (ktsaou) [Wed, 23 Nov 2016 23:03:18 +0000 (01:03 +0200)]
added mysql configuration information

7 years agoMerge pull request #1274 from wayslog/master
Costa Tsaousis [Tue, 22 Nov 2016 07:37:26 +0000 (09:37 +0200)]
Merge pull request #1274 from wayslog/master

fixed name of openSUSE in README

7 years agofixed name of openSUSE in README
wayslog [Tue, 22 Nov 2016 03:26:33 +0000 (11:26 +0800)]
fixed name of openSUSE in README

7 years agoMerge pull request #1273 from ktsaou/master
Costa Tsaousis [Tue, 22 Nov 2016 00:48:24 +0000 (02:48 +0200)]
Merge pull request #1273 from ktsaou/master

netfilter sockets chart when netfilter stats are not available and netfilter alarm

7 years agoprevent the delay to charge the netfilter alarm
Costa Tsaousis (ktsaou) [Tue, 22 Nov 2016 00:43:58 +0000 (02:43 +0200)]
prevent the delay to charge the netfilter alarm

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Tue, 22 Nov 2016 00:36:00 +0000 (02:36 +0200)]
updated configs.signatures

7 years agoadded alarm for monitoring the percentage used of connection tracker table
Costa Tsaousis (ktsaou) [Tue, 22 Nov 2016 00:35:06 +0000 (02:35 +0200)]
added alarm for monitoring the percentage used of connection tracker table

7 years agoread netfilter count of sockets and max sockets on systems without /proc/net/stat...
Costa Tsaousis (ktsaou) [Tue, 22 Nov 2016 00:12:51 +0000 (02:12 +0200)]
read netfilter count of sockets and max sockets on systems without /proc/net/stat/nf_conntrack

7 years agoexclude /proc/ and /sys/ from the monitored filesystems
Costa Tsaousis (ktsaou) [Tue, 22 Nov 2016 00:11:38 +0000 (02:11 +0200)]
exclude /proc/ and /sys/ from the monitored filesystems

7 years agoMerge pull request #1271 from ktsaou/master
Costa Tsaousis [Mon, 21 Nov 2016 14:40:23 +0000 (16:40 +0200)]
Merge pull request #1271 from ktsaou/master

SNMP with string OIDs; python.d.plugin now exits properly

7 years agoreally exit on fatal situations, even if no output is possible; fixes #1155
Costa Tsaousis [Mon, 21 Nov 2016 14:33:30 +0000 (16:33 +0200)]
really exit on fatal situations, even if no output is possible; fixes #1155

7 years agopython.d.plugin should exit if it cannot send data to netdata; fixes #1155
Costa Tsaousis [Mon, 21 Nov 2016 14:28:20 +0000 (16:28 +0200)]
python.d.plugin should exit if it cannot send data to netdata; fixes #1155

7 years agocollect values from SNMP string OIDs; fixes #1236
Costa Tsaousis [Mon, 21 Nov 2016 13:38:28 +0000 (15:38 +0200)]
collect values from SNMP string OIDs; fixes #1236

7 years agoMerge pull request #1269 from rcousens/patch-1
Costa Tsaousis [Mon, 21 Nov 2016 07:13:24 +0000 (09:13 +0200)]
Merge pull request #1269 from rcousens/patch-1

Fix typo in README

7 years agoFix typo in README
Ross Cousens [Mon, 21 Nov 2016 00:09:00 +0000 (10:09 +1000)]
Fix typo in README

7 years agoMerge pull request #1268 from ktsaou/master
Costa Tsaousis [Sun, 20 Nov 2016 22:06:06 +0000 (00:06 +0200)]
Merge pull request #1268 from ktsaou/master

enable = enabled, to be the same with all other such options

7 years agoenable = enabled, to be the same with all other such options
Costa Tsaousis (ktsaou) [Sun, 20 Nov 2016 22:05:37 +0000 (00:05 +0200)]
enable = enabled, to be the same with all other such options

7 years agoMerge pull request #1267 from ktsaou/master
Costa Tsaousis [Sun, 20 Nov 2016 17:39:38 +0000 (19:39 +0200)]
Merge pull request #1267 from ktsaou/master

updated README.md

7 years agoupdated README.md
Costa Tsaousis (ktsaou) [Sun, 20 Nov 2016 17:37:42 +0000 (19:37 +0200)]
updated README.md

7 years agoMerge pull request #1266 from ktsaou/master
Costa Tsaousis [Sun, 20 Nov 2016 16:51:51 +0000 (18:51 +0200)]
Merge pull request #1266 from ktsaou/master

add context to alarm_variables API call

7 years agoadd context to alarm_variables API call
Costa Tsaousis (ktsaou) [Sun, 20 Nov 2016 16:43:21 +0000 (18:43 +0200)]
add context to alarm_variables API call

7 years agoMerge pull request #1264 from ktsaou/backends
Costa Tsaousis [Sun, 20 Nov 2016 16:21:54 +0000 (18:21 +0200)]
Merge pull request #1264 from ktsaou/backends

backends: graphite and opentsdb

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Sun, 20 Nov 2016 15:10:47 +0000 (17:10 +0200)]
updated configs.signatures