Commit Graph

2305 Commits

Author SHA1 Message Date
Nicolas Hennion
f5cc721360 Merge pull request #825 from nclsHart/webui-cpu-name
[Web UI] add cpu name in quicklook plugin
2016-03-27 22:29:51 +02:00
nicolargo
cef35eb23d Crash on launch when viewing temperature of laptop HDD in sleep mode #824 2016-03-27 18:47:22 +02:00
Nicolas Hart
6e154824bc [Web UI] add cpu name in quicklook plugin 2016-03-27 10:37:52 +02:00
nicolargo
edb9eedf32 O, the road of the next release 2016-03-26 17:55:08 +01:00
nicolargo
0bb34a8d7f Merge branch 'develop' 2016-03-26 17:46:57 +01:00
nicolargo
11659ac002 Merge branch 'master' into develop 2016-03-26 17:46:11 +01:00
nicolargo
3dcb56326e Correct minor PEP8 and update doc 2016-03-26 17:45:48 +01:00
nicolargo
ea474e2d80 Add default config for Riemann 2016-03-25 22:08:30 +01:00
Nicolargo
a61ef9748e Update NEWS file with Riemann export 2016-03-25 13:56:59 +01:00
Nicolas Hennion
b40707f5bb Merge pull request #822 from gregory094/feature-riemann-export
exports: riemann export implemented and documented
2016-03-25 13:54:00 +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
9686fe6f91 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2016-03-24 18:12:32 +01:00
Nicolargo
f065c0d847 Update doc with installation issue on Redhat/FC/Centos 2016-03-24 18:10:50 +01:00
Alessio Sergi
a583aeb819 Remove some duplicate variables from globals
Update all affected imports accordingly.
2016-03-24 11:34:30 +01:00
Alessio Sergi
84e8759a8d Fix psutilversion plugin (#815)
The psutil_version instance variable was erroneously declared as private
(using name mangling).
2016-03-23 11:46:29 +01:00
nicolargo
bceb7cfc54 Correct duplicate code issues in the glances_bottle.py script 2016-03-20 21:33:07 +01:00
nicolargo
37a95425c5 Split stats in several files 2016-03-20 15:03:02 +01:00
nicolargo
98d1e5cc4c Split processes and processes_tree 2016-03-20 14:31:37 +01:00
nicolargo
c245fbc1d1 Split Curse standalone and browser in two files 2016-03-20 12:12:43 +01:00
nicolargo
d841781d01 Browsing for servers which are in the [serverlist] seems to be broken #819 2016-03-19 23:08:00 +01:00
Nicolargo
85203539c7 Add ElasticSearch to the main README file 2016-03-18 10:52:12 +01:00
Nicolas Hennion
32a51f569b Merge pull request #818 from jakirkham/add_conda_forge_maintainer
Add conda package maintainer (conda-forge)
2016-03-17 21:32:53 +01:00
John Kirkham
59fb131128 authors: Add self as maintainer for the conda package (conda-forge). 2016-03-17 16:17:33 -04:00
nicolargo
2a3ff01dff Workaround for Python error after upgrading from 2.5.1 to 2.6 (issue #813) 2016-03-17 21:05:35 +01:00
Nicolargo
a8a6be3d7d authors: Update Debian link for Glances package (use tracker.d.o) (issue #814) 2016-03-17 09:42:09 +01:00
Nicolas Hennion
ff30e5c6cf Merge pull request #814 from sbadia/doc-authors
authors: Update Debian link for Glances package (use tracker.d.o)
2016-03-17 09:41:42 +01:00
Sebastien Badia
c5dbc0ad61 authors: Update Debian link for Glances package (use tracker.d.o)
Thanks @nicolargo for the mention/addition :)
2016-03-17 09:04:56 +01:00
nicolargo
bc5c06e52d Correct screenshot URL error 2016-03-16 21:14:54 +01:00
nicolargo
a779723d2d Correct screenshot URL error 2016-03-16 21:14:30 +01:00
nicolargo
5b850def96 On the road of the 2.7 2016-03-16 18:02:10 +01:00
nicolargo
adb900d4b0 Merge branch 'develop' 2016-03-16 17:42:09 +01:00
nicolargo
278add2bcf Update PSUtil req to 4.1.0 / Ready to tag 2.6 2016-03-16 17:41:07 +01:00
nicolargo
807ea3262b Update NEWS file for version 2.6 2016-03-13 17:26:38 +01:00
nicolargo
f863ec5ece Correct some minor PEP8 error 2016-03-13 16:57:16 +01:00
nicolargo
621278b110 Update man and HTML page for version 2.6RC1 (thanks Alessio, it is working fine on my system) 2016-03-13 11:30:54 +01:00
Alessio Sergi
3ed58b9aec Use insert for sys.path manipulations
No longer import the wrong package.
2016-03-12 16:16:16 +01:00
Alessio Sergi
6f1b0fd0ee Fix Sphinx doc/man generation 2016-03-12 15:43:43 +01:00
Alessio Sergi
fcfdc75f74 Fix version issue with Sphinx (hopefully) 2016-03-12 11:51:42 +01:00
nicolargo
48ef8e5fde Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2016-03-12 10:16:07 +01:00
nicolargo
00cb350e42 Workaround for the documentation version issue 2016-03-12 10:15:44 +01:00
Alessio Sergi
bfa2d913b9 Fix password usage under Python 3 due to commit 40d05a7 2016-03-12 00:36:05 +01:00
nicolargo
be16b9992b Glances 2.6RC1 - Test it ll! 2016-03-11 21:32:56 +01:00
Alessio Sergi
15051499c4 Use Python 2.6 compatible string.format calls (3) 2016-03-11 19:00:00 +01:00
Alessio Sergi
ebd5f60962 Close the hddtemp socket in the finally block
This way we avoid leaving sockets open which can trigger a
ResourceWarning in some cases.
2016-03-11 18:20:20 +01:00
Alessio Sergi
45820e9183 Warning about Python 2.6 deprecation 2016-03-11 12:26:26 +01:00
Alessio Sergi
2d255b55ab Fix another side effect of commit fcc65bf (issue #809) 2016-03-11 10:30:00 +01:00
Nicolas Hennion
edc3331b20 Merge pull request #806 from nclsHart/webui-ip-shortcut
[Web UI] add missing show/hide IP module shortcut
2016-03-09 22:03:19 +01:00
Nicolas Hart
440993e406 [Web UI] add missing show/hide IP module shortcut 2016-03-09 21:54:02 +01:00
Alessio Sergi
a548103024 Disable more sections in the configuration file (already disabled by default)
Fix some typos.
2016-03-07 17:55:53 +01:00
Alessio Sergi
46846b49c0 Disable the folders section in the shipped configuration file
...otherwise the plugin will be enabled in Python 3.5+ by default.
2016-03-07 17:22:17 +01:00