Commit Graph

242 Commits

Author SHA1 Message Date
nicolargo
ee471b9dd7 [Folders] Differentiate permission issue and non-existence of a directory (issue #828) 2016-03-28 20:56:44 +02:00
nicolargo
9787829847 Update doc to explain '?' in the folder plugin 2016-03-28 14:35:12 +02: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
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
278add2bcf Update PSUtil req to 4.1.0 / Ready to tag 2.6 2016-03-16 17:41:07 +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
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
00cb350e42 Workaround for the documentation version issue 2016-03-12 10:15:44 +01:00
nicolargo
be16b9992b Glances 2.6RC1 - Test it ll! 2016-03-11 21:32:56 +01:00
Alessio Sergi
36c8af3fe1 Add README on building docs 2016-03-06 19:16:37 +01:00
Alessio Sergi
cbcf779dc2 Use Sphinx for man page 2016-03-06 19:16:37 +01:00
Alessio Sergi
c1e1ad4da5 Use Sphinx for doc 2016-03-06 19:16:37 +01:00
nicolargo
ce09750b3e Update documentation 2016-03-04 16:29:17 +01:00
Nicolargo
5497ae125f Use wildcard (regexp) to the hide configuration option for network, diskio and fs sections #799 2016-02-26 13:38:46 +01:00
nicolargo
5422bbbddf Add a connector to ElasticSearch (welcome to Kibana dashboard) #311 2016-02-04 14:23:18 +01:00
nicolargo
f2fb8d982b Update doc and correct grammatical errors 2016-01-10 09:53:48 +01:00
Nicolas Hennion
21249fa28d Merge pull request #747 from martin-damien/fix-codeblocks-warnings
Fix warning on code-block directives
2015-12-08 10:17:53 +01:00
Damien Martin
8fe037a7a6 Fix warning on code-block directives
An argument is mandatory for the `code-block` directives.
2015-12-08 08:41:23 +01:00
Nicolargo
cbb6a171fc By default, hide disk I/O ram1-** (issue #714) 2015-12-07 17:07:50 +01:00
dana
e70a041aee Document --disable-bg option 2015-12-02 09:10:44 -06:00
nicolargo
97bf233776 Implement Folder plugin (issue #721) 2015-11-21 10:53:49 +01:00
nicolargo
b4abf20b3b Add a shortcut to delete process filter #699 / Correct some issue on encoding if monitoring list process return string with accent 2015-11-06 18:27:23 +01:00
nicolargo
b70e916cc7 Add reset key for process summary min/max 2015-10-22 22:16:29 +02:00
nicolargo
6036eeaa68 Patch 2.5.1 2015-10-10 11:25:51 +02:00
nicolargo
a912ca8e2b Update documentation 2015-09-19 15:14:21 +02:00
nicolargo
fa176e12b6 Add IO rate to the docker plugin Web UI (issue #520) 2015-09-11 20:30:14 +02:00
nicolargo
1427274e50 Can't delete filter text (Mac OS 10.9, Python 2.7, psutil 3.1.1, glances latest) (issue #647) 2015-09-09 10:12:08 +02:00
Nicolargo
c364977df1 Add support for OpenTSDB export (issue #638) 2015-08-06 23:07:28 +02:00
Nicolargo
8e8e6544e9 Add --full-quicklook tag (key '4') 2015-08-03 19:01:54 +02:00
Nicolargo
49c3c6c6be IRIX mode off implementation (issue#628) 2015-07-19 03:59:05 +02:00
Brandon Adams
8b74f42c85 Update documentation mentioning 0.9.x tags 2015-07-08 09:42:53 -05:00
nicolargo
1f950e3d22 version 2.4.2 2015-05-28 22:09:31 +02:00
nicolargo
fcfa451402 Glances 2.4.1 hotfix 2015-05-20 17:23:09 +02:00
nicolargo
0e4e18a3eb Update screenshots and documentation 2015-05-20 10:12:34 +02:00
vsn4ik
7b3d5d6dd1 Fix monitor section (counter) 2015-05-15 00:21:49 +03:00
Alessio Sergi
e0713b5f74 glances-doc.rst: sync with reality cli options 2015-05-13 15:15:26 +02:00
Nicolargo
a8e7f68d13 Commit Glances 2.4 RC1 2015-05-04 11:32:22 +02:00
Alessio Sergi
bcdaa089bb Remove support for deprecated password method
To define a client/server password, just use --password.
2015-04-29 14:53:28 +02:00
Alessio Sergi
4f2e051b05 Add sort processes by USER 2015-04-19 11:49:19 +02:00
Alessio Sergi
f54a32f07b glances-doc.html: update to reflect recent changes 2015-04-16 16:46:16 +02:00
Alessio Sergi
1d509f471e glances-doc.rst: wrap source lines to 72 characters (where possible)
- Fix various typos and misspelling
- TOC improvements
2015-04-16 16:36:16 +02:00
Alessio Sergi
4d07670c8d glances-doc.rst: fix broken target name 2015-04-16 15:38:16 +02:00
Alessio Sergi
4318361517 No more system-wide configuration file by default
Support remains there, but no system-wide configuration file will be
provided anymore.

Default configuration settings are initialized by code which may be
overridden by a configuration file.
2015-04-16 15:28:52 +02:00
Katyucha
36c2f7d8c9 Update for python3. Need package python3-pika 2015-04-07 20:29:03 +02:00
nicolargo
c1712d1995 Change documentation - Add color keyword (issue #527) 2015-04-01 22:10:18 +02:00
nicolargo
9d8219c265 Add the quiet mode (-q) 2015-03-27 22:03:12 +01:00
nicolargo
2ce28dfa18 Update documentation and add Grafana screenshot 2015-03-24 21:10:25 +01:00
nicolargo
0a99b139b6 Add a disable HDD temperature option on the command line (issue #515) 2015-02-20 22:45:20 +01:00
nicolargo
0003e0e50a Allow logical mounts points in the FS plugin (issue #448) 2015-02-08 18:00:35 +01:00
nicolargo
d390e03a5c Correct duplicated --nable-history in the doc (issue #511) 2015-02-07 14:38:12 +01:00
nicolargo
47785422ff Update doc for the Quicklook plugin 2015-02-03 18:01:52 +01:00
nicolargo
6fae969549 Manage disable_quicklook command 2015-02-03 17:58:39 +01:00
Nicolargo
c7fad235f3 Update docs file for the 2.3 version 2015-01-31 13:45:48 +01:00
Nicolargo
7b41105c1a Update doc 2015-01-30 22:18:21 +01:00
Nicolargo
dc61f97ffc Glances 2.3RC1 2015-01-22 21:52:15 +01:00
Nicolargo
0ab38218d3 Update responsive design image 2015-01-11 17:59:02 +01:00
Nicolargo
7273343a3e User can force log/alert using the configuration file (issue #437) 2015-01-11 16:03:16 +01:00
Nicolargo
ba7ac473c5 Add Glancces responsive design image 2015-01-10 22:35:20 +01:00
Nicolargo
4d1ef9bba4 R/W error with the glances.log file (issue #474) 2015-01-06 21:38:03 +01:00
Nicolargo
979971733b Docker plugin first version 2015-01-04 20:59:04 +01:00
Nicolargo
73536bfa66 Update install documentation 2015-01-02 23:31:05 +01:00
Nicolargo
283af00e7c Merge branch 'feature/issue132' into develop 2015-01-02 23:25:06 +01:00
Nicolargo
a0a3349e63 Update documentation 2015-01-02 23:23:47 +01:00
desbma
6f18c3fd7b Don't break wiki link
Conflicts:
	docs/glances-doc.rst
2015-01-01 22:54:39 +01:00
desbma
ba1649bfcb Don't break wiki link 2015-01-01 19:50:21 +01:00
desbma
6087bf3e26 Add a sentence to explain how to set refresh rate for web UI 2015-01-01 19:41:55 +01:00
desbma
59a8b56f0f RESTFULL -> RESTFUL 2015-01-01 19:40:43 +01:00
desbma
d3b3092f39 Fix typos 2015-01-01 19:40:08 +01:00
Nicolargo
8c34feff51 Update documentation 2014-12-31 17:36:48 +01:00
Nicolargo
263bcda63f Update doc for Statsd export module 2014-12-31 11:24:46 +01:00
Nicolargo
6d8b24148c Update documentation for the InfluxDB export module 2014-12-29 22:20:27 +01:00
Nicolargo
e8417b7c76 Correct merge issue with master 2014-12-13 22:43:18 +01:00
Nicolargo
29780f83e7 Update docs for 2.2 release 2014-12-13 22:17:05 +01:00
Nicolargo
43027f4a39 Upgrade status in the browser list 2014-12-02 22:40:59 +01:00
Nicolargo
2de175c9f2 Process sort bu CPU times (TIME+) with the t key 2014-11-29 17:31:20 +01:00
Nicolargo
7c78b4db53 Update documentation 2014-11-29 10:17:39 +01:00
Nicolargo
290d8a1d32 Update doc and rezise window control 2014-11-16 21:31:02 +01:00
Humberto Diógenes
6fdb2fc67c Spelling: "openned" is wrong. Also, "open" is more adequate than "opened" in this context. 2014-11-10 17:00:04 -03:00
desbma
301c50583b Fix incorrect log file path in doc 2014-10-30 13:32:35 +01:00
Nicolargo
4abad6e89a Add a key ('F') and a command line option (--fs-free-space) to display FS free space instead of used space (issue #411) 2014-10-19 21:42:26 +02:00
Nicolargo
1c79191800 Disable process stat extended by default (issue #430) 2014-10-19 16:21:22 +02:00
Nicolas Hennion
3b2d6eb21c Add short key '2' (or --disable-left-sidebar option) to hide the left sidebar 2014-10-10 15:27:57 +02:00
Nicolargo
45b78474e4 version 2.1.2 2014-10-09 22:20:08 +02:00
Nicolargo
ef158378d3 version 2.1.1 2014-10-02 21:20:39 +02:00
Nicolargo
6e33121b61 Glances version 2.1 2014-09-13 15:29:07 +02:00
Nicolargo
2f847a9fae Update docs with forum URL 2014-09-13 09:25:42 +02:00
Nicolargo
adb13fef32 Update user documentation for Glances 2.1 2014-09-04 21:52:25 +02:00
Nicolargo
42448da1e7 Also add the / shortcut to toogle between short/command line (issue #407) 2014-08-30 10:48:05 +02:00
Nicolas Hennion
09ec93a9d9 Add methods to the Restfull/API 2014-07-07 15:54:26 +02:00
Nicolargo
d29e3a68a7 Update docs 2014-06-22 10:29:23 +02:00
Nicolargo
33d5049648 Release 2.0.1 2014-06-22 10:24:45 +02:00
Alessio Sergi
49deea595b Fix Sphinx documentation
Perpetual version string and copyright year.
Fix Sphinx warnings.
2014-06-16 00:46:16 +02:00
Alessio Sergi
c29ddd58bf Fix leftovers from merge conflict 2014-06-14 12:52:26 +02:00
Nicolargo
cf480a9b41 Merge v2.0 release branch 2014-06-14 09:44:02 +02:00
Nicolas Hennion
51611928b9 Add info to the doc file 2014-06-13 14:10:02 +02:00
Alessio Sergi
b1d8e7a260 Update docs 2014-06-08 21:08:33 +02:00
Nicolargo
d5da594bcd Remove unusefull screenshot and add Web interface screenshot 2014-05-31 14:00:56 +02:00
Nicolargo
95f585720e Update documentation for release 2.0 2014-05-31 13:50:05 +02:00
Nicolargo
a41e426a3f Update documentation screenshots 2014-05-31 11:28:39 +02:00
Nicolargo
64a6108b37 Update documentation for the 2.0 2014-05-21 14:43:00 +02:00
Nicolas Hennion
4881fb6c52 version 1.7.7 2014-05-14 11:30:47 +02:00
Alessio Sergi
2d0d5d6086 Fix CVS export [issue #348]
While I was there:
- complete overhaul of the CVS class
- fix open file issue w/ python3
- has_key() option was removed in python3
- usage simplified: there is no need to define the CVS filename, only the
  output folder, as for the HTML export
- update help, doc and man accordingly
- fix typos
2014-05-11 16:19:16 +02:00
Nicolas Hennion
5ab3f91fb2 Add conf file for sphinx-quickstart (doc) 2014-03-25 20:36:07 +01:00
Nicolas Hennion
f88d8f53c0 version 1.7.6 2014-03-25 20:03:54 +01:00
Alessio Sergi
f71caa27fc Fix help screen in 80x24 terminal size
Add new z key in man page
2014-03-19 17:00:00 +01:00
Markus Roth
1d86494380 Fix case. 2014-03-18 22:27:57 +01:00
Nicolas Hennion
177a783920 Add z key in the documentation 2014-03-18 22:09:03 +01:00
Nicolas Hennion
bfa9089e5f version 1.7.5 2014-03-11 19:04:13 +01:00
Nicolas Hennion
5cfb5c9584 version 1.7.5 2014-03-11 19:01:13 +01:00
Nicolas Hennion
73418eadd8 version 1.7.4 2014-01-18 11:02:36 +01:00
Nicolas Hennion
a38183e9d5 Update wide screenshot 2014-01-03 18:17:05 +01:00
Nicolas Hennion
ce89d5f493 Add system uptime and redesign system information 2014-01-02 16:29:16 +01:00
Nicolas Hennion
9af0cb5431 Add CPU stats to the CSV output 2013-12-30 16:45:45 +01:00
Nicolas Hennion
4dd4461989 Manage disks and network interfaces hidden lists (issue #304) 2013-12-29 22:34:37 +01:00
Nicolas Hennion
c27dd7e2f5 Add thread number in the processes summary line 2013-12-24 13:46:57 +01:00
Nicolas Hennion
bd7576bce1 version 1.7.3 2013-12-15 10:23:06 +01:00
Alessio Sergi
d997802de1 Fix source distribution
Add missing files to MANIFEST.in
Better package structure
Better path handling
2013-12-14 15:05:05 +01:00
Nicolas Hennion
8b85458080 Pep8ify + change on documentation 2013-11-30 17:09:05 +01:00
Alessio Sergi
9f63ec9146 Fix and update docs and man 2013-11-17 20:02:00 +01:00
Nicolas Hennion
a830b0d6ed Add the --password tag 2013-11-16 12:01:02 +01:00
Nicolas Hennion
a0c2293afc version 1.7.2 2013-11-01 10:12:25 +01:00
Alessio Sergi
49f63e4fb3 Update doc on configuration as per issue #288 2013-09-19 15:00:00 +02:00
Nicolas Hennion
4bd7ce54ab Add FreeBSD packager 2013-08-20 16:24:19 +02:00
Nicolas Hennion
56760e36fe version 1.7.1 2013-08-20 13:49:41 +02:00
Alessio Sergi
c46b52d9d3 Update man page and doc
Add missing commands to man page.
Attempt to uniform all the info and use the same conventions all over the
place.
2013-08-14 14:24:14 +02:00
Nicolas Hennion
1f43ffac66 Update doc 2013-08-10 15:38:12 +02:00
Nicolas Hennion
cfa7183067 Update doc and screenshot for version 1.7 2013-08-09 12:29:30 +02:00
Nicolas Hennion
2909357e68 Update doc and screenshot for version 1.7 2013-08-09 12:27:33 +02:00
Nicolas Hennion
2c8a6dbe34 Monitored processes list is now client/server mode compatible / Add a new entry in the API to get the server monitored processes list 2013-08-08 17:48:51 +02:00
Nicolas Hennion
10d4068aa2 Merge branch 'master' of github.com:nicolargo/glances 2013-08-07 23:11:14 +02:00
Nicolas Hennion
221ecd47d5 Add doc for 1.7 2013-08-07 23:10:46 +02:00
Alessio Sergi
2465c9c648 Fix typo in doc 2013-08-03 20:33:00 +02:00
Alessio Sergi
41515287e7 Update doc
Fix various typos
Improve sensors section
Fix some glitches and add more niceness
Rename CSS file to style.css
2013-08-03 01:11:11 +02:00
Nicolas Hennion
0ee30b0956 Update HTML doc 2013-08-02 18:22:32 +02:00
Nicolas Hennion
adbb39621a Update doc 2013-08-02 18:13:38 +02:00
Nicolas Hennion
b80544d76b Update documentation for 1.7 2013-07-25 14:50:51 +02:00
Nicolas Hennion
664f603b49 Refactoring in the script to comply Debian policy (Thk to https://github.com/mxjeff) 2013-06-01 17:26:10 +02:00
Alessio Sergi
5ecd841e6d Delete duplicate image 2013-05-13 13:23:00 +02:00
Nicolas Hennion
bd73000765 Add per-cpu.png screnshot 2013-04-08 18:02:29 +02:00
Alessio Sergi
ecfadce4ac Improve packaging - Round 2 2013-04-08 16:16:00 +02:00