Nicolargo
54f0e1d33f
Change initialisation step for alert (do not change anythink)
2016-10-25 14:02:03 +02:00
nicolargo
b95252846d
Update unitest with views
2016-10-23 21:39:53 +02:00
nicolargo
7e1ec7c3e1
Merge branch 'issue718' into develop
2016-10-23 21:16:33 +02:00
nicolargo
708bdc48ea
Add default interface speed and automatic rate thresolds #718
2016-10-23 21:16:17 +02:00
nicolargo
f77553c458
System uptime in export #890
2016-10-23 12:49:47 +02:00
nicolargo
4458ac97ea
Export uptime to CSV (issue #890 )
2016-10-23 12:29:57 +02:00
nicolargo
80cc297a35
Update CPU docs
2016-10-23 10:54:03 +02:00
Nicolas Hennion
86fb5efdbf
Merge pull request #942 from notFloran/suppress-github-diff
...
Better build for the WebUI to avoid big diffs in PR
2016-10-22 17:40:54 +02:00
Floran Brutel
b574de27d6
Better build for the webui to avoid big diffs in PR
2016-10-22 14:57:33 +02:00
nicolargo
f0341db1bc
Update AMP Systemd conf example
2016-10-22 14:06:49 +02:00
nicolargo
0b5d032a48
Update doc for issue #900
2016-10-22 13:39:02 +02:00
nicolargo
22d9bd1f30
Merge branch 'issue900' into develop
2016-10-22 13:37:41 +02:00
nicolargo
e9da136f4d
Make the logger configurable (issue #900 )
2016-10-22 13:37:23 +02:00
Nicolas Hennion
9374e0c9a9
Merge pull request #941 from notFloran/fix-webui-raid
...
Fix loading of the raid plugin in the web UI
2016-10-22 10:46:50 +02:00
Floran Brutel
c08dd57665
🐛 Fix loading of the raid plugin in the web UI
2016-10-22 09:37:37 +02:00
nicolargo
92b4e1adf0
Correct an issue in the UT for the new Wifi plugin
2016-10-21 22:32:39 +02:00
nicolargo
baf79e9d87
Merge branch 'issue937' into develop
2016-10-21 22:25:43 +02:00
nicolargo
8c15914f73
Update docs with dependenties (issue #937 )
2016-10-21 22:11:13 +02:00
nicolargo
a183f68101
Add thresholds and update docs (issue #937 )
2016-10-21 22:06:02 +02:00
nicolargo
deb42a075f
Add documentation (issue #937 )
2016-10-21 18:03:33 +02:00
nicolargo
092930d4a0
Add encryption (issue #937 )
2016-10-21 17:06:03 +02:00
nicolargo
e711f7fb09
SSID and Quality OK (issue #937 )
2016-10-21 11:15:02 +02:00
Nicolargo
d37c4306df
ZeroMQ export module, close the context
2016-10-17 11:10:35 +02:00
nicolargo
1149608a97
Update docs for ZeroMQ export module
2016-10-15 19:16:24 +02:00
nicolargo
6c502baf7a
Correct somes PEP8 errors
2016-10-15 19:08:07 +02:00
nicolargo
2b0d33889a
ZeroMQ plugin is now compatible with Python3
2016-10-15 15:57:44 +02:00
nicolargo
74593f13eb
Add a ZeroMQ export module #939
2016-10-15 15:24:01 +02:00
nicolargo
0c49fecf6f
Merge branch 'issue718' into develop
2016-10-10 21:57:35 +02:00
nicolargo
92ec33c272
Update docs for Docker limits and actions (issue #875 )
2016-10-10 21:10:10 +02:00
nicolargo
4396634e60
Implement action (part 3 of the issue) but the get_alert is now ugly...
2016-10-09 22:17:32 +02:00
nicolargo
b4a0b834a9
Implement per containers threasolds (part 2 of the issue)
2016-10-09 18:08:18 +02:00
nicolargo
b3ab2f04db
Implement default limits thresholds for Containers (part 1 of the issue)
2016-10-09 17:37:56 +02:00
nicolargo
b1d41bcf41
Workarround for the issue931. Not solve the issue but implement correctly the --disable-<plugin> option for all plugins
2016-10-06 21:43:21 +02:00
nicolargo
2acdbe9cf6
Default AMP ignores enable setting #932
2016-10-01 09:56:48 +02:00
nicolargo
3a4bf77b79
Correct another fucking issue about Python 3 bytes string to regular string (issue #933 )
2016-09-27 21:30:22 +02:00
Nicolargo
b2ea510447
Correct a critical issue on client/server mode
2016-09-26 09:00:30 +02:00
Nicolargo
91495a3352
Remove print in __init__.py
2016-09-26 08:42:19 +02:00
nicolargo
5a721bf406
Correct issue on history UT
2016-09-25 22:29:17 +02:00
nicolargo
4c5105aa99
Configure server cache time from the command line (--cached-time) #901 / Also implement cache time for the Web server mode
2016-09-25 22:12:58 +02:00
nicolargo
57e432a526
Glances API returns the processes PPID (issue #926 )
2016-09-24 18:17:48 +02:00
nicolargo
cf6735a746
Add a CouchDB exporter #928
2016-09-24 17:02:33 +02:00
Nicolargo
52e714ce1d
Bugs corrected:
2016-09-21 11:40:37 +02:00
Nicolargo
8d01924c20
Update doc for Glances Docker container
2016-09-20 10:41:08 +02:00
Nicolargo
833d388bc1
Correct some PEP8 issues
2016-09-19 18:06:18 +02:00
Nicolargo
b71fc66adf
Merge commit '1b80fa041694f4bddc192d6491512dc5d54bb9db' into develop
2016-09-19 17:22:01 +02:00
Nicolas Hennion
2b80fa0416
Merge pull request #924 from thebwt/Dockerfile-Fix
...
Docker build can't install packages
2016-09-19 17:20:10 +02:00
Brandon Tomlinson
9389a0a865
Docker build can't install packages
...
Need to initialize the apt repos with `apt-get update`. Since you're maintaining your own install script and not installing cleanly here, we should break the system apart so that we're clearing the apt cache properly.
2016-09-19 09:24:32 -05:00
Nicolargo
5dc3b5f02b
Highlight max stats in the processes list (issue #878 )
2016-09-19 14:02:12 +02:00
nicolargo
99268f3b4f
Implementation issue #878 ok for the curses interface. To be done in the WebUI and code should be optimized
2016-09-18 22:31:45 +02:00
nicolargo
874f6ceceb
Merge Remove uglify of js files from master
2016-09-18 21:45:52 +02:00