Alessio Sergi
4e606f4650
Drop support for EOL Python 3.3
2018-01-26 19:03:33 +01:00
nicolargo
7ba8448b82
update readme docker run command #1219
2018-01-17 11:14:26 +01:00
nicolargo
8771df5a9d
Merge pull request issue #1217
2018-01-11 21:09:48 +01:00
nicolargo
1738af11d2
Remove graph export from Glances #1206
2017-12-29 19:10:25 +01:00
nicolargo
53d180c4a8
Add Fossa badge
2017-11-09 20:23:25 +01:00
nicolargo
9a0c148eb5
unable to install with pip #1088
2017-10-27 21:48:10 +02:00
Conor O'Callaghan
70f4ae676b
Update README.rst
...
Minor updates to the README to make it a bit more readable.
2017-09-21 12:26:43 +01:00
nicolargo
533308697e
Update documentation
2017-08-15 09:06:26 +02:00
nicolargo
4ffad89e8b
New export plugin: standard and configurable Restfull exporter #1129
2017-07-30 11:05:49 +02:00
nicolargo
1236ebaaee
Use nvidia-ml-py3 instead of nvidia-ml-py
2017-06-03 09:58:47 +02:00
nicolargo
2c9e939637
Update doc for Glances 2.10
2017-05-26 16:14:23 +02:00
nicolargo
dc20a08e7d
Update manual for Android device
2017-05-16 10:46:06 +02:00
nicolargo
3579210abe
Update Readme file
2017-04-08 18:37:18 +02:00
nicolargo
ae4abc3c07
Update README file with latest exports modules
2017-03-27 11:05:43 +02:00
nicolargo
0477e6e6aa
Add the procedure to install Glances on Android
2017-03-15 21:56:58 +01:00
nicolargo
e2804a6010
Add requests as a prerequisite for Cloud plugin
2017-03-02 21:03:51 +01:00
nicolargo
fd45d4121a
Remove batinfo dep
2017-02-11 10:05:54 +01:00
Nicolargo
34c35703af
Merge develop
2017-02-08 16:16:28 +01:00
Alessio Sergi
f468367522
nvidia-ml-py is Python 2-only (shame)
2017-02-07 12:20:19 +01:00
nicolargo
e0a8568f65
Remove Py3sensors and replace it by PsUtil
2017-02-05 15:17:23 +01:00
Nicolargo
3e0947fd13
Add catch for Wifi cell
2017-01-26 09:57:26 +01:00
Alessio Sergi
c59f7e33d1
setup.py: remove sensors from extras_require
...
setuptools doesn't like it.
2017-01-22 17:55:41 +01:00
Alessio Sergi
bbaf40d60a
setup.py: fix py3sensors installation and conditionalize scandir dependency
...
- scandir package is only needed for Python < 3.5.
- the name of extras are now lower case (easier to type/read).
Note: setuptools >= 18.0 is required.
2017-01-22 16:50:45 +01:00
nicolargo
ac9ad9ca40
Use Pypi style for deps installation
2017-01-22 11:01:42 +01:00
Alessio Sergi
8dbda4d266
LGPL -> LGPLv3
...
Just to be clear.
2017-01-21 19:44:12 +01:00
Alessio Sergi
f5d1a9bd68
README: remove old instructions for Windows
...
Some cleaning while I'm here.
2017-01-21 19:16:15 +01:00
Alessio Sergi
47a85eec5e
OS X -> macOS
2017-01-18 20:01:00 +01:00
nicolargo
e462a9c77e
Update export list in README file
2017-01-14 22:32:32 +01:00
nicolargo
6b4219cea9
Change the README file
2017-01-07 15:55:32 +01:00
nicolargo
fa3a3ed715
Update README file
2017-01-07 10:26:53 +01:00
nicolargo
b80ff98de3
Update docs and requirements files
2017-01-01 14:14:20 +01:00
nicolargo
8c15914f73
Update docs with dependenties (issue #937 )
2016-10-21 22:11:13 +02:00
nicolargo
74593f13eb
Add a ZeroMQ export module #939
2016-10-15 15:24:01 +02:00
Nicolargo
8d01924c20
Update doc for Glances Docker container
2016-09-20 10:41:08 +02:00
nicolargo
546df86774
Update the README file
2016-09-11 20:18:03 +02:00
nicolargo
8fa75b254a
Update doc. Add install info in ReadTheDoc
2016-09-03 08:48:38 +02:00
nicolargo
9277c27aa6
Remove Pypi download badge
2016-07-29 21:29:44 +02:00
Philippe SEGATORI
e99c7992eb
add docker container web server mode example in readme
2016-07-16 17:03:07 +02:00
Nicolargo
de08dab5bb
Convert readthedocs links for their .org -> .io migration for hosted projects (issue #877 )
2016-07-06 16:26:49 +02:00
nicolargo
7f102a5de2
Replace screenshot by screencast
2016-07-02 11:09:48 +02:00
Alessio Sergi
781ba79b73
NEWS: Highlight Python 2.6 end of support
...
Add a note for CentOS Linux 6 and 7 users in the README.
2016-06-02 18:02:16 +02:00
Nicolargo
42d45c2904
Expose glances config file when running in docker #868
2016-05-27 13:28:51 +02:00
nicolargo
830caf9703
Drop Python 2.6 support #300
2016-05-23 15:52:53 +02:00
Alessio Sergi
8c5b74ed6a
Fix some doc and comments
...
Add riemann to the index, otherwise it doesn't exist.
2016-03-29 11:29:13 +02:00
nicolargo
3dcb56326e
Correct minor PEP8 and update doc
2016-03-26 17:45:48 +01:00
Gergő Nagy
761036985a
exports: riemann export implemented and documented
...
This patch introduces a new export method for sending metrics to
__Riemann__ server using _TCP_ protocol. The module can be enabled like
all the other exports in __Glances__, specifying the `--export-riemann`
option.
Sending metrics to Riemann requires
[bernhard](https://github.com/banjiewen/bernhard ) that is
the most popular _Riemann client_ written in python.
In the configuration file you can only specify the `host` and `port`
that riemann is listening for new connections on. Later new options are
planned to be added like __SSL__ support and __UDP__.
Documentation and manpages are refreshed according to the modifications
in the config options and introducing the usage of Riemann export.
Signed-off-by: Gergő Nagy <grigori.grant@gmail.com>
2016-03-25 11:06:25 +01:00
Nicolargo
85203539c7
Add ElasticSearch to the main README file
2016-03-18 10:52:12 +01:00
nicolargo
bc5c06e52d
Correct screenshot URL error
2016-03-16 21:14:54 +01:00
Alessio Sergi
c1e1ad4da5
Use Sphinx for doc
2016-03-06 19:16:37 +01:00
Nicolargo
8e41f7bc6f
Change download link to HTTPS
2016-02-24 09:18:16 +01:00