21 Commits

Author SHA1 Message Date
Dominik Csapak
6b45e0505b remove (near)full status for storages
since this is not a good default, we do not want the user
to have to configure those limits for each storage, and
a warning triangle was confusing for multiple users,
we remove this again

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Acked-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2017-12-13 14:51:07 +01:00
Dominik Csapak
bbac93738d remove unecessary semicolons
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-11-14 13:27:07 +01:00
Dominik Csapak
ae2bf8126c add default 'unknown' status for vms and containers
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-11-14 13:27:07 +01:00
Dominik Csapak
26f6f09c48 include a 'status' field for storages
by default it is unknown, if the storage is >= 60% full, it is
'nearfull', if it is >= 90% full, it is 'full'

if we have any other information, it is 'available'

we can use this information for the tree

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-11-14 13:27:07 +01:00
Dominik Csapak
71440a9457 add status to node stats
by default it is unknown,
if it is a standalone node its online
else it is either 'online' or 'offline' depending on the corosync status

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-11-14 13:27:07 +01:00
Dietmar Maurer
fdb3516b4a PVE::API2Tools::resolve_proxyto - new helper
Call proxyto_callback if that method is defined.
2017-05-31 08:23:47 +02:00
Dominik Csapak
ef4c3b7585 keep locale for vncshell and spiceshell
use the new keeplocale parameter from run_command and do not delete the
LANG and LANGUAGE variable for the vncshell

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-03-09 10:26:44 +01:00
Fabian Grünbichler
d6f3df4562 Add DHPARAMS option in /etc/default/pveproxy
If set, Diffie-Hellman parameters in PEM format are loaded
from the given path. Otherwise, the built-in 'skip2048'
group is used.

Also fix some typos in the man page.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-01-26 16:44:17 +01:00
Wolfgang Bumiller
0f5bc8441b pass port family to next_vnc_port 2015-05-12 12:16:26 +02:00
Dietmar Maurer
8208f7db2f remove class APIDaemon
Moved last used sub into PVE::API2Tools.
2015-01-01 16:54:21 +01:00
Dietmar Maurer
f481098dc8 set spiceterm timeout to 40 (same value as ticket lifetime)
To make it more usable on Andriod with Opaque.
2014-01-16 08:49:13 +01:00
Dietmar Maurer
343a8dffc8 set correct locale environment when running spiceterm 2013-12-10 13:11:33 +01:00
Dietmar Maurer
a690f58c00 use new PVE::AccessControl::remote_viewer_config() 2013-12-10 10:51:27 +01:00
Dietmar Maurer
ce1626a77c factor out common code into run_spiceterm 2013-12-10 09:46:00 +01:00
Dietmar Maurer
12f6913eb7 corretly use proxy CONNECT
There is a bug in LWP:UserAgent - it does not use CONNECT for https
proxy calls. So such calls fails with SQUID.
2013-09-09 11:33:25 +02:00
Dietmar Maurer
dab546772a fix changelog url for pve repository
To make it compatible with 'apt-get changelog'
2013-08-01 11:35:48 +02:00
Dietmar Maurer
a34da77ed4 avoid perl warning 2013-01-17 10:02:47 +01:00
Dietmar Maurer
decdf011ac updates for new pve2.3-vm rrd format 2013-01-17 09:37:11 +01:00
Alexandre Derumier
be112d8924 add diskread, diskwrite, netin, netout to ResourceStore grid stats
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2012-07-13 09:47:28 +02:00
Dietmar Maurer
d100ceaa1e add subscription status to datacenter summary 2012-03-26 10:39:10 +02:00
Dietmar Maurer
3813e7b431 implement PoolMember GUI 2012-01-30 12:02:56 +01:00