Verisign stuff
This commit is contained in:
39
net-mgmt/nagios/files/patch-html__main.php
Normal file
39
net-mgmt/nagios/files/patch-html__main.php
Normal file
@ -0,0 +1,39 @@
|
||||
--- ./html/main.php.orig 2013-08-30 19:46:14.000000000 +0200
|
||||
+++ ./html/main.php 2014-01-14 13:57:06.000000000 +0100
|
||||
@@ -40,36 +40,10 @@
|
||||
<div class="product">Nagios<sup><span style="font-size: small;">®</span></sup> Core<sup><span style="font-size: small;">™</span></sup></div>
|
||||
<div class="version">Version 3.5.1</div>
|
||||
<div class="releasedate">August 30, 2013</div>
|
||||
-<div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=3.5.1&product=nagioscore" target="_blank">Check for updates</a></div>
|
||||
<!--<div class="whatsnew"><a href="http://go.nagios.com/nagioscore/whatsnew">Read what's new in Nagios Core 3</a></div>-->
|
||||
</div>
|
||||
|
||||
|
||||
-<div id="updateversioninfo">
|
||||
-<?php
|
||||
- $updateinfo=get_update_information();
|
||||
- //print_r($updateinfo);
|
||||
- //$updateinfo['update_checks_enabled']=false;
|
||||
- //$updateinfo['update_available']=true;
|
||||
- if($updateinfo['update_checks_enabled']==false){
|
||||
-?>
|
||||
- <div class="updatechecksdisabled">
|
||||
- <div class="warningmessage">Warning: Automatic Update Checks are Disabled!</div>
|
||||
- <div class="submessage">Disabling update checks presents a possible security risk. Visit <a href="http://www.nagios.org/" target="_blank">nagios.org</a> to check for updates manually or enable update checks in your Nagios config file.</a></div>
|
||||
- </div>
|
||||
-<?php
|
||||
- }
|
||||
- else if($updateinfo['update_available']==true && $this_version!=$updateinfo['update_version']){
|
||||
-?>
|
||||
- <div class="updateavailable">
|
||||
- <div class="updatemessage">A new version of Nagios Core is available!</div>
|
||||
- <div class="submessage">Visit <a href="http://www.nagios.org/download/" target="_blank">nagios.org</a> to download Nagios <?php echo $updateinfo['update_version'];?>.</div>
|
||||
- </div>
|
||||
-<?php
|
||||
- }
|
||||
-?>
|
||||
-</div>
|
||||
-
|
||||
|
||||
|
||||
<div id="splashboxes">
|
||||
Reference in New Issue
Block a user