Changeset 325 for trunk/nagios-velvice
- Timestamp:
- Jul 21, 2018, 12:13:05 PM (7 years ago)
- Location:
- trunk/nagios-velvice
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nagios-velvice/velvice.cgi
r324 r325 16 16 use strict; 17 17 use warnings; 18 use version; our $VERSION = version->declare('0.9. 1');18 use version; our $VERSION = version->declare('0.9.2'); 19 19 20 20 use CGI; … … 312 312 my $color = alertcolor('CRITICAL', $downtime); 313 313 $htmlpage .= " <tr style='background:$color'>\n"; 314 $htmlpage .= " <td ><a class='hoop'href=\"$config->{'nagios-server'}{'status-cgi'}?host=" . uri_encode($hostname) . "\">$hostname</a></td>\n";314 $htmlpage .= " <td class='hoop'><a href=\"$config->{'nagios-server'}{'status-cgi'}?host=" . uri_encode($hostname) . "\">$hostname</a></td>\n"; 315 315 my @host_service; 316 316 for my $srv ($log->list_services_on_host($host)) { -
trunk/nagios-velvice/velvice.sample.yml
r324 r325 63 63 refresh: 1200 64 64 days: [ 1 .. 7 ] 65 start: [ 66 end: [ 24]65 start: [ 0 ] 66 end: [ 0 ]
Note: See TracChangeset
for help on using the changeset viewer.