Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <title>SDN-C AdminPortal</title> |
| 5 | <meta charset="utf-8" /> |
| 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | <% include ../partials/head %> |
| 8 | <% include ../partials/ro_header %> |
| 9 | </head> |
| 10 | <body class="container"> |
| 11 | |
| 12 | <div class="actions" style="padding:0px 25px;"> |
| 13 | <h2>SDN-C AdminPortal Healthcheck</h2> |
| 14 | </div> |
| 15 | |
| 16 | <% if (typeof osObj != 'undefined') |
| 17 | { %> |
| 18 | <pre> |
| 19 | Hostname : <%= osObj.hostname %> |
| 20 | Type : <%= osObj.type %> |
| 21 | Platform : <%= osObj.platform %> |
| 22 | Architecture : <%= osObj.arch %> |
| 23 | Release : <%= osObj.release %> |
| 24 | Uptime : <%= osObj.uptime %> |
| 25 | Total Memory : <%= osObj.totalmem %> |
| 26 | |
| 27 | <%= osObj.dbhealth %> |
| 28 | </pre> |
| 29 | <% } %> |
| 30 | |
| 31 | |
| 32 | <footer> |
| 33 | <% include ../partials/footer %> |
| 34 | </footer> |
| 35 | |
| 36 | </body> |
| 37 | </html> |
| 38 | |