2015-02-25 09:01:37 -06:00
|
|
|
<topnav icon="fa fa-fw fa-info" title="System info">
|
2015-02-12 08:46:14 -06:00
|
|
|
</topnav>
|
|
|
|
|
|
|
|
<div class="page-container">
|
|
|
|
<div class="page">
|
|
|
|
<h2>
|
2015-02-25 09:01:37 -06:00
|
|
|
System information
|
2015-02-12 08:46:14 -06:00
|
|
|
</h2>
|
|
|
|
|
|
|
|
<div class="grafana-info-box span8" style="margin: 20px 0 25px 0">
|
|
|
|
These system settings are defined in grafana.ini or grafana.custom.ini (or overriden in ENV variables).
|
|
|
|
To change these you currently need to restart grafana.
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<table class="grafana-options-table">
|
|
|
|
<tr ng-repeat-start="(secName, secValue) in settings">
|
|
|
|
<td class="admin-settings-section">{{secName}}</td>
|
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
<tr ng-repeat="(keyName, keyValue) in secValue" ng-repeat-end>
|
|
|
|
<td style="padding-left: 25px;">{{keyName}}</td>
|
|
|
|
<td>{{keyValue}}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|