mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #-: Shuffle params. sections in sunstone-server.conf (#1002)
This commit is contained in:
parent
f2c45ac4fb
commit
87cd4b748f
@ -183,6 +183,36 @@
|
||||
# Retrieve extended information about monitoring from OpenNebula
|
||||
:get_extended_vm_monitoring: false
|
||||
|
||||
# this is for custom paginate
|
||||
:paginate: "[[6, 12, 36, 72], [6, 12, 36, 72]]"
|
||||
|
||||
# this display button and clock icon in table of vm
|
||||
:leases:
|
||||
suspend:
|
||||
time: "+1209600"
|
||||
color: "#000000"
|
||||
warning:
|
||||
time: "-86400"
|
||||
color: "#085aef"
|
||||
terminate:
|
||||
time: "+1209600"
|
||||
color: "#e1ef08"
|
||||
warning:
|
||||
time: "-86400"
|
||||
color: "#ef2808"
|
||||
|
||||
# This change the thresholds of dashboard resource usage
|
||||
:threshold_min: 0
|
||||
:threshold_low: 33
|
||||
:threshold_high: 66
|
||||
|
||||
#support filesystem
|
||||
:support_fs:
|
||||
- ext4
|
||||
- ext3
|
||||
- ext2
|
||||
- xfs
|
||||
|
||||
################################################################################
|
||||
# Check Official support
|
||||
################################################################################
|
||||
@ -240,39 +270,9 @@
|
||||
- support
|
||||
- nsx
|
||||
|
||||
# this is for custom paginate
|
||||
:paginate: "[[6, 12, 36, 72], [6, 12, 36, 72]]"
|
||||
|
||||
# this display button and clock icon in table of vm
|
||||
:leases:
|
||||
suspend:
|
||||
time: "+1209600"
|
||||
color: "#000000"
|
||||
warning:
|
||||
time: "-86400"
|
||||
color: "#085aef"
|
||||
terminate:
|
||||
time: "+1209600"
|
||||
color: "#e1ef08"
|
||||
warning:
|
||||
time: "-86400"
|
||||
color: "#ef2808"
|
||||
|
||||
# This change the thresholds of dashboard resource usage
|
||||
:threshold_min: 0
|
||||
:threshold_low: 33
|
||||
:threshold_high: 66
|
||||
|
||||
################################################################################
|
||||
# FireEdge
|
||||
################################################################################
|
||||
|
||||
:private_fireedge_endpoint: http://localhost:2616
|
||||
:public_fireedge_endpoint: http://localhost:2616
|
||||
|
||||
#support filesystem
|
||||
:support_fs:
|
||||
- ext4
|
||||
- ext3
|
||||
- ext2
|
||||
- xfs
|
||||
|
Loading…
x
Reference in New Issue
Block a user