diff --git a/core/src/main/resources/hudson/model/ComputerSet/configure.jelly b/core/src/main/resources/hudson/model/ComputerSet/configure.jelly index 6c52cca8ca7e..e97bbc31489d 100644 --- a/core/src/main/resources/hudson/model/ComputerSet/configure.jelly +++ b/core/src/main/resources/hudson/model/ComputerSet/configure.jelly @@ -27,15 +27,18 @@ THE SOFTWARE. --> - + - + + +
${%description}
+ - + diff --git a/core/src/main/resources/hudson/model/ComputerSet/configure.properties b/core/src/main/resources/hudson/model/ComputerSet/configure.properties new file mode 100644 index 000000000000..e2e74cba5ece --- /dev/null +++ b/core/src/main/resources/hudson/model/ComputerSet/configure.properties @@ -0,0 +1 @@ +description=Jenkins monitors each attached node for disk space, free temp space, free swap, clock time/sync, and response time. Nodes will be taken offline if any of these values go outside of the configured threshold. diff --git a/core/src/main/resources/hudson/model/ComputerSet/index.jelly b/core/src/main/resources/hudson/model/ComputerSet/index.jelly index 6c295c2e933b..ff8a8e288075 100644 --- a/core/src/main/resources/hudson/model/ComputerSet/index.jelly +++ b/core/src/main/resources/hudson/model/ComputerSet/index.jelly @@ -32,13 +32,19 @@ THE SOFTWARE. - - - - - ${%New Node} - - + + + + + ${%New Node} + + + + + + ${%Node Monitoring} + +