From: Frank Brehm Date: Mon, 15 Oct 2018 08:16:54 +0000 (+0200) Subject: committing changes in /etc after apt run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=74bcf236beb41db3e587dc70a4074e462f891ab1;p=config%2Fns1%2Fetc.git committing changes in /etc after apt run Package changes: -icinga-cgi-bin 1.13.4-2 amd64 -libjs-jquery-ui 1.12.1+dfsg-4 all --- diff --git a/.etckeeper b/.etckeeper index 3e660e6..7f49741 100755 --- a/.etckeeper +++ b/.etckeeper @@ -814,27 +814,6 @@ maybe chmod 0644 'hostname' maybe chmod 0644 'hosts' maybe chmod 0644 'hosts.allow' maybe chmod 0644 'hosts.deny' -maybe chmod 0755 'icinga' -maybe chmod 0755 'icinga/stylesheets' -maybe chmod 0644 'icinga/stylesheets/avail.css' -maybe chmod 0644 'icinga/stylesheets/checksanity.css' -maybe chmod 0644 'icinga/stylesheets/cmd.css' -maybe chmod 0644 'icinga/stylesheets/common.css' -maybe chmod 0644 'icinga/stylesheets/config.css' -maybe chmod 0644 'icinga/stylesheets/dd.css' -maybe chmod 0644 'icinga/stylesheets/extinfo.css' -maybe chmod 0644 'icinga/stylesheets/histogram.css' -maybe chmod 0644 'icinga/stylesheets/history.css' -maybe chmod 0644 'icinga/stylesheets/menu.css' -maybe chmod 0644 'icinga/stylesheets/notifications.css' -maybe chmod 0644 'icinga/stylesheets/outages.css' -maybe chmod 0644 'icinga/stylesheets/showlog.css' -maybe chmod 0644 'icinga/stylesheets/status.css' -maybe chmod 0644 'icinga/stylesheets/statusmap.css' -maybe chmod 0644 'icinga/stylesheets/summary.css' -maybe chmod 0644 'icinga/stylesheets/tac.css' -maybe chmod 0644 'icinga/stylesheets/tacheader.css' -maybe chmod 0644 'icinga/stylesheets/trends.css' maybe chown 'nagios' 'icinga2' maybe chgrp 'nagios' 'icinga2' maybe chmod 0750 'icinga2' diff --git a/icinga/stylesheets/avail.css b/icinga/stylesheets/avail.css deleted file mode 100644 index 89eaa10..0000000 --- a/icinga/stylesheets/avail.css +++ /dev/null @@ -1,65 +0,0 @@ - -.avail { font-family: arial,serif; background-color: #fff; color: #000; font-size: 8pt; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -th { text-align: left; font-size: 8pt; text-align: left; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } - -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - -.reportRange { text-align: center; font-weight: bold; } -.reportDuration { text-align: center; } -.reportTime { text-align: center; } - -.dataTitle { text-align: center; font-weight: bold; font-size: 10pt; } - -table.data { background-color: #fff; padding: 2; } -th.data { font-size: 10pt; background-color: #fff; background-color: #707677; color: #fff; } -.dataOdd { background-color: #ededed; } -.dataEven { background-color: #e9e9e9; } - -.optionBoxTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; } -.optionBox { font-family: arial,serif; font-size: 10pt; padding: 2; } - -.hostUP { background-color: #00cc33; color: #fff; } -.hostDOWN { background-color: #ff3300; color: #fff; } -.hostUNREACHABLE { background-color: #bf44b2; color: #fff; } -tr.dataEven td.hostUP, tr.dataEven td.hostDOWN, tr.dataEven .hostUNREACHABLE { text-align: center; } -tr.dataOdd td.hostUP, tr.dataOdd td.hostDOWN, tr.dataOdd .hostUNREACHABLE { text-align: center; } - -.serviceOK { background-color: #00cc33; color: #fff; } -.serviceWARNING { background-color: #ffa500; color: #fff; } -.serviceUNKNOWN { background-color: #bf44b2; color: #fff; } -.serviceCRITICAL { background-color: #ff3300; color: #fff; } -tr.dataEven td.serviceOK, tr.dataEven td.serviceWARNING, tr.dataEven td.serviceUNKNOWN, tr.dataEven td.serviceCRITICAL { text-align: center; } -tr.dataOdd td.serviceOK, tr.dataOdd td.serviceWARNING, tr.dataOdd td.serviceUNKNOWN, tr.dataOdd td.serviceCRITICAL { text-align: center; } - -.helpfulHint { font-style: italic; text-align: center; } - -.dateSelectTitle { text-align: center; font-weight: bold; font-size: 10pt; } -.dateSelectSubTitle { font-weight: bold; } - -.reportSelectTip { font-style: italic; } -.reportSelectTitle { text-align: center; font-weight: bold; font-size: 10pt; } -.reportSelectSubTitle {text-align: right; } - -table.logEntries { background-color: #fff; margin-top: 10px; border-spacing: 2px; border: 0; } -th.logEntries { background-color: #707677; color: #fff; } -.logEntriesEven { background-color: #ededed; color: #000; } -.logEntriesOdd { background-color: #e9e9e9; color: #000; } - -.logEntriesINDETERMINATE { background-color: #acacac; } - -.logEntriesOK { background-color: #33cc00; color: #fff; text-align: center; } -.logEntriesUNKNOWN { background-color: #bf44b2; color: #fff; text-align: center; } -.logEntriesWARNING { background-color: #ffa500; color: #fff; text-align: center; } -.logEntriesCRITICAL { background-color: #ff3300; color: #fff; text-align: center; } -.logEntriesUP { background-color: #33cc00; color: #fff; text-align: center; } -.logEntriesDOWN { background-color: #ff3300; color: #fff; text-align: center; } -.logEntriesUNREACHABLE { background-color: #bf44b2; color: #fff; text-align: center; } diff --git a/icinga/stylesheets/checksanity.css b/icinga/stylesheets/checksanity.css deleted file mode 100644 index f914ea9..0000000 --- a/icinga/stylesheets/checksanity.css +++ /dev/null @@ -1,39 +0,0 @@ - -.extinfo { font-family: arial,serif; background-color: #fff; color: #000; font-size: 8pt; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; border-color: #707677; } -table { border-color: #ccc; border-style: solid; } -th { text-align: left; font-size: 8pt; text-align: left; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } - -.errorMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } -.errorDescription { text-align: center; font-weight: bold; font-size: 10pt; } -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - -.Title { text-align: center; font-weight: bold; font-size: 10pt; } -.SectionTitle { text-align: center; font-weight: bold; } - -.optionBoxTitle { text-align: center; font-weight: bold; } -.optionBox { background-color: #ededed; padding: 2; } - -.DynamicData { background-color: #fff; padding: 2; } -.StaticData { background-color: #fff; padding: 2; } -.TableHeader { background-color: #707677; color: #fff; } - -.Item { background-color: #ededed; font-weight: bold; } -.DataSource { background-color: #ededed; } -.Number { background-color: #ededed; } - -.Value { background-color: #C4C2C2; color: #fff; } -.ValueOk { background-color: #33cc00; color: #fff; } -.ValueError { background-color: #ff3300; color: #fff; } - - - - diff --git a/icinga/stylesheets/cmd.css b/icinga/stylesheets/cmd.css deleted file mode 100644 index 75bd93a..0000000 --- a/icinga/stylesheets/cmd.css +++ /dev/null @@ -1,148 +0,0 @@ -/* - * CSS file for cmd.cgi - */ - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -a.homepageURL:Hover { color: #ff3300; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } - -.cmd { font-family: Helvetica, serif; background-color: #fff; color: #000; font-size: 8pt; } - -td { - font-size: 9pt; - border: 0; - padding-top: 3px; - padding-bottom:3px; -} - -.objectTableHeader { - font-size: 8pt; - font-weight: bold; - height:25px; - background-color: #707677; - color: #fff; - border: 0; -} - -.objectDescription { - font-size: 8pt; - font-weight: bold; - height:25px; -} - -.descriptionleft { - text-align: left; - padding-left:10px; -} - -.boxFrame { - border: 1px dotted #ccc; -} - -.contentTable { - border:10px white solid; - text-align:center; - width:100%; -} - -.sectionHeader { - text-align: center; - font-size: 9pt; - border: 0; - line-height: 20px; - background-image: url(../images/cmd_shadow.gif); - background-repeat:repeat-x; - font-weight: bold; -} - -.commitButton { - height:40px; - padding-right:20px; - text-align:right; -} - -.inputError { - border:1px red solid; - color:black; - margin-top:0.5em; - padding:0.5em; - float:left; - background-color: #FFCECE; -} - -.submitButton { - /* - * Design your own buttons - */ -} - -input[type=text], textarea { - border:1px #D0D0D0 solid; -} - -.errorBox, -.successBox, -.BoxWidth { - width:600px; -} - -.errorBox { - border:1px red solid; - background-color: #FFE5E5; -} - -.successBox { - border:1px green solid; - background-color: #C0FFC0; -} - -.errorMessage { - text-align:left; - font-weight: bold; - margin:1em; - font-size: 10pt; -} - -.errorDescription, -.successMessage { - text-align:left; - margin:1em; - font-size: 10pt; -} - -.errorContent { - font-weight: bold; - font-size: 10pt; - padding:0.5em; -} - -.errorTable { - margin:0.5em 1.2em 0.5em 1.2em; -} - -.errorString { - margin:1em; - width:15%; - font-weight: bold; - font-size: 10pt; -} - -.sumHeader { - text-align: center; - background-color: #ffffff; - font-weight: bold; - font-size: 9pt; -} - -/* Commit status colors */ -.commitSuccess { color:green; font-size: 10pt; } -.commitUnknown { color:#bf44b2; font-size: 10pt; } -.commitFailed { color:red; font-size: 10pt; } - -/* Row Colors */ -.statusOdd { background-color: #cfcfcf; } -.statusEven { background-color: #e7e7e7; } diff --git a/icinga/stylesheets/common.css b/icinga/stylesheets/common.css deleted file mode 100644 index 780ec70..0000000 --- a/icinga/stylesheets/common.css +++ /dev/null @@ -1,210 +0,0 @@ -body { - font-family: arial, verdana, serif; - font-weight: normal; - font-size: 10pt; - } - - -/* navbar */ -body.navbar { - background-color: black; - color: white; - font-family: verdana,arial,serif; - } - -.navbarlogo { - margin: 0 0 10px 0; - } - -.navsection { - margin: 5px 0 10px 0; - color: #DEE7C6; - } - -.navsectiontitle { - font-size: 10pt; - font-weight: bold; - border:1px solid #DEE7C6; - padding: 2px; - } - -div.navsectionlinks { - margin: 3px 0 0 0; - } - -ul.navsectionlinks { - margin: 0px; - padding: 0px; - list-style: none; - } - -ul.navsectionlinks li { - } - -ul.navsectionlinks li ul { - margin: 0px; - padding: 0 0 0 30px; - list-style: disc; - } - -ul.navsectionlinks li ul li { - } - -ul.navsectionlinks li ul li a { - color: #DEE7C6; - background: none; - padding: 0; - } - -ul.navsectionlinks li ul li a:hover { - color: #FFC47F; - background: none; - } - -ul.navsectionlinks li ul li ul { - margin: 0px; - padding: 0 0 0 15px; - list-style: circle; - } - - -.navbarsearch { - margin: 5px 0 0 0; - } - -.navbarsearch fieldset { - border: none; - } - -.navbarsearch fieldset legend { - font-size: 8pt; - } - -.navbarsearch input{ - font-size: 8pt; - color: black; - background-color: white; - } - - - -/* main page */ -#splashpage{ - text-align: center; - } - -#mainbrandsplash{ - font-size: 12pt; - font-weight: bold; - margin: 0 0 35px 0; - } - -#maincopy{ - margin: 0 0 15px 0; - } - -#currentversioninfo{ - font-size: 12pt; - } -#currentversioninfo .version{ - font-size: 14pt; - font-weight: bold; - } -#currentversioninfo .releasedate{ - font-size: 11pt; - margin: 5px 0 0 0; - } -#currentversioninfo .whatsnew{ - font-size: 11pt; - font-weight: bold; - margin: 10px 0 0 0; - } - -#developer{ - font-size: 10pt; - } -#developer .doxygen{ - font-size: 10pt; - font-weight: bold; - margin: 10px 0 0 0; - } - -#updateversioninfo{ - margin: 15px auto 50px auto; - width: 400px; - } -.updatechecksdisabled{ - background-color: #FF9F9F; - border: 1px solid red; - padding: 10px; - } -.updatechecksdisabled div.warningmessage{ - font-weight: bold; - } -#updateversioninfo div.submessage{ - clear: left; - } -.updateavailable{ - background-color: #9FD4FF; - border: 1px solid blue; - padding: 10px; - } -.updateavailable div.updatemessage{ - font-size: 12pt; - font-weight: bold; - } - -#splashpage #mainfooter{ - margin: 25px 0 0 0; - font-size: 8pt; - } -#splashpage #mainfooter .disclaimer{ - width: 80%; - margin: auto; - } -#splashpage #mainfooter .logos{ - margin: 15px 0 0 0; - } - - -a img { - border: none; - } - -.csv_export_link{ - text-align: right; -} - -.errorBox { - border:1px red solid; - background-color: #FFE5E5; - width:600px; -} - -.errorMessage { - text-align:left; - font-weight: bold; - margin:1em; - font-size: 10pt; -} - -.errorDescription, -.successMessage { - text-align:left; - margin:1em; - font-size: 10pt; -} - -.linkBox { border: 0; } -table.linkBox { margin-top: 20px; } -td.linkBox a { color: #000; margin-left: 5px; padding-left: 10px; background: url(../images/menu_li1.gif) 0 0.35em no-repeat; } -td.linkBox a:hover { color: #6e7475; background: url(../images/menu_li2.gif) 0 0.35em no-repeat; } - -.tac { margin: 0px; } - -.tac_banner { - width: 100%; - height: 70px; - line-height: 70px; - background: #ededed url(../images/Icinga_Header_Webinterface_Pixel.jpg) top left repeat-x; -} diff --git a/icinga/stylesheets/config.css b/icinga/stylesheets/config.css deleted file mode 100644 index 75045c2..0000000 --- a/icinga/stylesheets/config.css +++ /dev/null @@ -1,28 +0,0 @@ - -.config { font-family: arial,serif; background-color: #fff; color: #000; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -th { text-align: left; font-size: 8pt; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } - -.errorMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } -.errorDescription { text-align: center; font-weight: bold; font-size: 10pt; } -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - -.dataTitle { text-align: center; font-weight: bold; font-size: 10pt; } - -table.data { background-color: #fff; padding: 2; margin-left:auto; margin-right:auto;} -th.data { font-size: 10pt; background-color: #707677; color: #fff; } -.dataOdd { background-color: #CFCFCF; } -.dataEven { background-color: #E7E7E7; } -.dataDiff { background-color: #E9E0D3; } - -.reportSelectTip { font-style: italic; } -.reportSelectTitle { text-align: center; font-weight: bold; font-size: 10pt; } -.reportSelectSubTitle {text-align: right; } \ No newline at end of file diff --git a/icinga/stylesheets/dd.css b/icinga/stylesheets/dd.css deleted file mode 100644 index da1623f..0000000 --- a/icinga/stylesheets/dd.css +++ /dev/null @@ -1,88 +0,0 @@ -/************** Skin 1 *********************/ -.dd { - /*display:inline-block !important;*/ - text-align:left; - background-color:#fff; - font-family:Arial, Helvetica, sans-serif; - font-size:12px; - float:right; - margin:3px 0 3px 0; - height:16px; - line-height:16px; -} -.dd .ddTitle { - background:#f2f2f2; - border:1px solid #c3c3c3; - padding:1px 1px 1px 3px; - text-indent:0; - cursor:default; - overflow:hidden; -} -.dd .ddTitle span.arrow { - background:url(../images/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer; -} - -.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:16px;} -.dd .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0} -.dd .ddTitle img.selected { - padding:0 3px 0 0; - vertical-align:top; -} -.dd .ddChild { - position:absolute; - border:1px solid #c3c3c3; - border-top:none; - display:none; - margin:7px 0 0 0; - width:auto; - overflow:auto; - overflow-x:hidden !important; - background-color:#ffffff; -} -.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px} -.dd .ddChild a { - display:block; - padding:2px 0 2px 3px; - text-decoration:none; - color:#000; - overflow:hidden; - white-space:nowrap; - cursor:pointer; -} -.dd .ddChild a:hover { - background-color:#66CCFF; -} -.dd .ddChild a img { - border:0; - padding:0 2px 0 0; - vertical-align:middle; -} -.dd .ddChild a.selected { - background-color:#66CCFF; -} -.hidden {display:none;} - -.dd .borderTop{border-top:1px solid #c3c3c3 !important;} -.dd .noBorderTop{border-top:none 0 !important} - -.page_selector { - width: 345px; - vertical-align: middle; - text-align: center; - height: 24px; - line-height: 24px; - padding:2px 0px; - margin-left: auto; - margin-right: auto; -} - -.page_select_dd { - padding: 0 5px; - height: 24px; - line-height: 24px; - float: left; - text-align: center; - margin-left: auto; - margin-right: auto; -} -/*******************************/ diff --git a/icinga/stylesheets/extinfo.css b/icinga/stylesheets/extinfo.css deleted file mode 100644 index 6029ea3..0000000 --- a/icinga/stylesheets/extinfo.css +++ /dev/null @@ -1,118 +0,0 @@ - -.extinfo { font-family: arial,serif; background-color: #fff; color: #000; font-size: 8pt; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; border-color: #707677; } -table { border: 0 } -th { text-align: left; font-size: 8pt; text-align: left; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } - -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - - -div.dataTitle { text-align: center; font-weight: bold; font-size: 10pt; margin-bottom: 15px; } -div.data { text-align: center; font-size: 10pt; } - -div.perfTypeTitle { text-align: right; font-weight: bold; } - -table.data { background-color: #ededed; padding: 3px; } -th.data { font-size: 10pt; background-color: #707677; color: #fff; } -.dataOdd { background-color: #ededed; } -.dataEven { background-color: #e9e9e9; } - -.optionBoxTitle { text-align: center; font-weight: bold; } -.optionBox { background-color: #ededed; padding: 3px; } - -div.commandTitle { text-align: center; font-weight: bold; font-size: 10pt; margin-bottom: 15px; } - -table.command { background-color: #ededed; padding: 3px; } -.command { padding: 2px; text-align:left; } - -.commentTitle { text-align: center; font-weight: bold; font-size: 10pt; } -div.commentNav { text-align: center; } - -table.comment { width: 100%; background-color: #fff; padding: 3px; } -th.comment { text-align: left; font-size: 10pt; background-color: #707677; color: #fff; } -.commentOdd { background-color: #ededed; } -.commentEven { background-color: #e9e9e9; } -div.comment,a.comment { background-color: #fff; text-align: center; } - -.downtimeTitle { text-align: center; font-weight: bold; font-size: 10pt; } -div.downtimeNav { text-align: center; } - -table.downtime { width: 100%; background-color: #fff; padding: 3px; } -th.downtime { text-align: left; font-size: 10pt; background-color: #707677; color: #fff; } -.downtimeOdd { background-color: #ededed; } -.downtimeEven { background-color: #e9e9e9; } - -.notificationsENABLED { background-color: #00cc33; color: #fff; text-align: center; } -.notificationsDISABLED { background-color: #ff3300; color: #fff; text-align: center; } -.notificationsUNKNOWN { background-color: #bf44b2; color: #fff; text-align: center; } - -.checksENABLED { background-color: #00cc33; color: #fff; text-align: center; } -.checksDISABLED { background-color: #ff3300; color: #fff; text-align: center; } - -.eventhandlersENABLED { background-color: #00cc33; color: #fff; text-align: center; } -.eventhandlersDISABLED { background-color: #ff3300; color: #fff; text-align: center; } - -.flapdetectionENABLED { background-color: #00cc33; color: #fff; text-align: center; } -.flapdetectionDISABLED { background-color: #ff3300; color: #fff; text-align: center; } - -.notflapping { background-color: #00cc33; color: #fff; float: left; } -.flapping { background-color: #ff3300; color: #fff; float: left; } - -.downtimeACTIVE { background-color: #ff3300; color: #fff; float: left; } -.downtimeINACTIVE { background-color: #00cc33; color: #fff; float: left; } - -.processOK { background-color: #00cc33; color: #fff; } -.processUNKNOWN { background-color: #bf44b2; color: #fff; } -.processWARNING { background-color: #ffa500; color: #fff; } -.processCRITICAL { background-color: #ff3300; color: #fff; } - -.modeACTIVE { background-color: #00cc33; color: #fff; } -.modeSTANDBY { background-color: #ffa500; color: #fff; } - -div.hostUP, div.hostDOWN, div.hostUNREACHABLE, div.hostDOWNTIME { display: inline; } -.hostUP { background-color: #00cc33; color: #fff; } -.hostDOWN { background-color: #ff3300; color: #fff; } -.hostUNREACHABLE { background-color: #bf44b2; color: #fff; } -.hostDOWNTIME { background-color: #acacac; color: #fff; } -tr.dataEven td.hostUP, tr.dataEven td.hostDOWN, tr.dataEven .hostUNREACHABLE, tr.dataEven .hostDOWNTIME { text-align: center; } -tr.dataOdd td.hostUP, tr.dataOdd td.hostDOWN, tr.dataOdd .hostUNREACHABLE, tr.dataOdd .hostDOWNTIME { text-align: center; } - -div.serviceOK, div.serviceWARNING, div.serviceUNKNOWN, div.serviceCRITICAL, div.serviceDOWNTIME { display: inline; } -.serviceOK { background-color: #00cc33; color: #fff; } -.serviceWARNING { background-color: #ffa500; color: #fff; } -.serviceUNKNOWN { background-color: #bf44b2; color: #fff; } -.serviceCRITICAL { background-color: #ff3300; color: #fff; } -.serviceDOWNTIME { background-color: #acacac; color: #fff; } -tr.dataEven td.serviceOK, tr.dataEven td.serviceWARNING, tr.dataEven td.serviceUNKNOWN, tr.dataEven td.serviceCRITICAL, tr.dataEven td.serviceDOWNTIME { text-align: center; } -tr.dataOdd td.serviceOK, tr.dataOdd td.serviceWARNING, tr.dataOdd td.serviceUNKNOWN, tr.dataOdd td.serviceCRITICAL, tr.dataOdd td.serviceDOWNTIME { text-align: center; } - -.commandPanel { background-color: #fff; } -.commentPanel { background-color: #fff; } - -.stateInfoPanel { background-color: #fff; } -.stateStatisticsPanel { background-color: #fff; } -.stateInfoTable1 { background-color: #ededed; } -.stateInfoTable2 { background-color: #e9e9e9; } - -.queueTitle { text-align: center; font-weight: bold; font-size: 10pt; } - -table.queue { background-color: #fff; padding: 2; } -th.queue { text-align: left; font-size: 10pt; background-color: #707677; color: #fff; } -.queueOdd { background-color: #ededed; } -.queueEven { background-color: #e9e9e9; } -.queueENABLED { text-align: center; color: #fff; background-color: #00cc33; } -.queueDISABLED { text-align: center; color: #fff; background-color: #ff3300; } - -.dataVar, .dataVal { text-align: left; } - -.CustomVarLine { padding: 0.1em 0.5em; margin-left: 1em; background-color: #d9d9d9; } -.CustomVarHead { padding-left: 0.5em; padding-bottom: 0.3em; } -.CustomVarTable { background-color: #e9e9e9; padding:0.1em;} diff --git a/icinga/stylesheets/histogram.css b/icinga/stylesheets/histogram.css deleted file mode 100644 index 3b3caba..0000000 --- a/icinga/stylesheets/histogram.css +++ /dev/null @@ -1,29 +0,0 @@ - -.histogram { font-family: arial,serif; font-size: 8pt; background-color: #fff; color: #000; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -th { text-align: left; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } - -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } -.infoMessage { text-align: center; color: #ff3300; font-weight: bold; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - -.helpfulHints { text-align: center; } - -.dataTitle { text-align: center; font-weight: bold; font-size: 10pt; } - -.reportRange { text-align: center; font-weight: bold; } -.reportDuration { text-align: center; } -.reportTime { text-align: center; } - -.reportSelectTitle { text-align: center; font-weight: bold; font-size: 10pt; } -.reportSelectSubTitle { font-family: arial,serif; text-align: right; } - -.helpfulHint { font-style: italic; text-align: center; } - diff --git a/icinga/stylesheets/history.css b/icinga/stylesheets/history.css deleted file mode 100644 index 726caa0..0000000 --- a/icinga/stylesheets/history.css +++ /dev/null @@ -1,24 +0,0 @@ - -.history { font-family: arial,serif; font-size: 8pt; background-color: white; color: black; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -th { text-align: left; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } -hr { border: 0; color: #ededed; } - -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } -.infoMessage { text-align: center; color: #ff3300; font-weight: bold; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - -.dataTitle { text-align: center; font-weight: bold; font-size: 10pt; } - -.navBoxTitle { font-weight: bold; } -.navBoxItem { color: #707677 } -.navBoxFile { color: #707677; font-weight: bold; text-align: center; } - -.dateTimeBreak { font-size: 10pt; font-weight: bold; background-color: #ededed; color: #707677; } diff --git a/icinga/stylesheets/menu.css b/icinga/stylesheets/menu.css deleted file mode 100644 index 5c7a368..0000000 --- a/icinga/stylesheets/menu.css +++ /dev/null @@ -1,149 +0,0 @@ -* { - margin: 0; - padding: 0; -} - -body { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 0.7em; - color: #000; - background: #ededed url(../images/menu_body.gif) top left repeat-y; -} - -img { - border: 0; -} - -ul { - list-style-type: none; -} - -#menu { - width: 199px; -} - -#menu h2 { - position: relative; - padding: 0 5px; - height: 26px; - color: #ef9f1b; - background: #ededed url(../images/menu_bar.gif) top left repeat-x; - border-bottom: 1px solid #fff; - line-height: 26px; - font-size: 1em; -} - -#menu h2 img { - position: absolute; - top: 9px; - right: 8px; -} - -#menu ul li { - padding: 0 10px; - border-bottom: 1px solid #fff; -} - - -#menu ul li a { - padding-left: 12px; - background: url(../images/menu_li1.gif) 0 0.35em no-repeat; -} - -#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited { - color: #6e7475; - text-decoration: none; -} - -#menu ul li a:hover { - background: url(../images/menu_li2.gif) 0 0.35em no-repeat; - color: #000; -} - -#menu ul li.menuli_style1 { - background-color: #ededed; -} - -#menu ul li.menuli_style2 { - background-color: #e9e9e9; -} - -#menu a.flag { - padding-left: 12px; - background: url(../images/menu_blank.gif) 0 0.35em no-repeat; -} - -#menu div.flag { - padding: 0 10px; - height: 26px; - line-height: 26px; - color: #6e7475; -} - -#menu ul li.menuli_style3 { - background-color: #e9e9e9; - color: #6e7475; - text-decoration: none; - padding-left: 20px; -} - -/* Styles for autocomplete */ - -li.ui-autocomplete-category { - padding: 3px 0px 0px 5px; - height: 18px; - background: #ededed url(../images/menu_cat_gray.png) top left repeat-x; - font-size: 11px; - /* font-weight: bold; */ -} - -/* IE hack (as usual) */ -html>body li.ui-autocomplete-category { - vertical-align: center; - height: auto; - min-height: 18px; -} - -li.ui-menu-item { - text-align: left; - font-size: 10px; - border-bottom: 1px solid white; - padding: 0 0 0 2px; - color: #000; - background: #e8e8e8; -} - -ul.ui-autocomplete { - width: 150px; - position: absolute; - border-width: 2px; - /* disabled shadow - box-shadow: 0px 8px 16px 0px #666666; - -webkit-box-shadow: 0px 8px 16px 0px #666666; - -moz-box-shadow: 0px 8px 16px 0px #666666; - */ -} - -.statusgroup { - border-left: 8px solid #8A8A8A; -} - -.statusOK, .statusUP, .statusRECOVERY { - border-left: 8px solid #00cc33; -} - -.statusCRITICAL, .statusDOWN { - border-left: 8px solid #ff5252; -} - -.statusWARNING { - border-left: 8px solid #ffb533; -} - -.statusUNKNOWN, .statusUNREACHABLE { - border-left: 8px solid #db54fd; -} - -.statusPENDING { - border-left: 8px solid #73cce3; -} diff --git a/icinga/stylesheets/notifications.css b/icinga/stylesheets/notifications.css deleted file mode 100644 index 1263f75..0000000 --- a/icinga/stylesheets/notifications.css +++ /dev/null @@ -1,38 +0,0 @@ - -.notifications { font-family: arial,serif; font-size: 8pt; background-color: #fff; color: #000; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -th { text-align: left; font-size: 8pt; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } - -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - -.dataTitle { text-align: center; font-weight: bold; font-size: 10pt; } - -.navBoxTitle { font-weight: bold; } -.navBoxItem { color: #707677; } -.navBoxFile { font-weight: bold; text-align: center; color: #707677; } - -table.notifications { background-color: #fff; padding: 5; } -th.notifications { font-size: 10pt; background-color: #707677; color: #fff; } -.notificationsOdd { background-color: #ededed; } -.notificationsEven { background-color: #e9e9e9; } - -.notificationsOK { background-color: #00cc33; color: #fff; text-align: center; } -.notificationsUNKNOWN { background-color: #bf44b2; color: #fff; text-align: center; } -.notificationsWARNING { background-color: #ffa500; color: #fff; text-align: center; } -.notificationsCRITICAL { background-color: #ff3300; color: #fff; text-align: center; } -.notificationsACKNOWLEDGEMENT { background-color: #acacac; color: #fff; text-align: center; } -.notificationsCUSTOM { background-color: #778899; color: #fff; text-align: center; } - -.notificationsHOSTUP { background-color: #00cc33; color: #fff; text-align: center; } -.notificationsHOSTDOWN { background-color: #ff3300; color: #fff; text-align: center; } -.notificationsHOSTUNREACHABLE { background-color: #bf44b2; color: #fff; text-align: center; } -.notificationsHOSTACKNOWLEDGEMENT { background-color: #acacac; color: #fff; text-align: center; } -.notificationsHOSTCUSTOM { background-color: #778899; color: #fff; text-align: center; } diff --git a/icinga/stylesheets/outages.css b/icinga/stylesheets/outages.css deleted file mode 100644 index c79bcca..0000000 --- a/icinga/stylesheets/outages.css +++ /dev/null @@ -1,30 +0,0 @@ - -.outages { font-family: arial,serif; background-color: #fff; color: #000; font-size: 10pt; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -table { width: 100% } -th { text-align: left; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } - -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } -.infoMessage { text-align: center; color: #ff3300; font-weight: bold; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - -.itemTotalsTitle { font-size: 8pt; text-align: center; } - -.dataTitle { text-align: center; font-weight: bold; font-size: 10pt; } - -table.data { background-color: #fff; padding: 2; } -th.data { text-align: left; font-size: 10pt; background-color: #707677; color: #fff; } -.dataOdd { background-color: #ededed; } -.dataEven { background-color: #e9e9e9; } - -.hostUP { background-color: #00cc33; font-weight: bold; } -.hostDOWN { background-color: #ff3300; font-weight: bold; } -.hostUNREACHABLE { background-color: #bf44b2; font-weight: bold; } - diff --git a/icinga/stylesheets/showlog.css b/icinga/stylesheets/showlog.css deleted file mode 100644 index c466fb9..0000000 --- a/icinga/stylesheets/showlog.css +++ /dev/null @@ -1,22 +0,0 @@ - -.showlog { font-family: arial,serif; font-size: 8pt; background-color: white; color: black; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -th { text-align: left; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } -hr { border: 0; color: #ededed; } - -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } -.infoMessage { text-align: center; color: #ff3300; font-weight: bold; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - -.navBoxTitle { font-weight: bold; } -.navBoxItem { color: #707677 } -.navBoxFile { color: #707677; font-weight: bold; text-align: center; } - -.dateTimeBreak { font-size: 10pt; font-weight: bold; background-color: #ededed; color: #707677; } \ No newline at end of file diff --git a/icinga/stylesheets/status.css b/icinga/stylesheets/status.css deleted file mode 100644 index c8a642d..0000000 --- a/icinga/stylesheets/status.css +++ /dev/null @@ -1,147 +0,0 @@ - -.status { font-family: arial,serif; font-size: 8pt; background-color: #fff; color: #000; } - -a { color: #000; text-decoration: none; } -a:hover { color: #6e7475; } -th { text-align: left; font-size: 8pt; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } - -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } -.infoMessage { text-align: center; color: #ff3300; font-weight: bold; } - -.infoBox { color: #000; padding: 2px; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - -.statusTitle { text-align: center; font-weight: bold; font-size: 10pt; vertical-align: middle;} - -table.status { background-color: #fff; padding: 2px; border: 0; } -th.status { font-size: 10pt; background-color: #707677; color: #fff; border: 0; } -div.status { font-size: 10pt; text-align: center; } -.statusOdd { background-color: #cfcfcf; } -.statusEven { background-color: #e7e7e7; } - -.statusPENDING { text-align: center; background-color: #acacac; color: #fff; } -.statusDOWNTIME { text-align: center; background-color: #acacac; color: #fff; } -.statusOK { text-align: center; background-color: #00CC33; color: #fff; } -.statusRECOVERY { text-align: center; background-color: #00CC33; color: #fff; } -.statusUNKNOWN { text-align: center; background-color: #E066FF; color: #fff; } -.statusWARNING { text-align: center; background-color: #ffa500; color: #fff; } -.statusCRITICAL { text-align: center; background-color: #ff3300; color: #fff; } -.statusPENDING a, .statusDOWNTIME a, .statusOK a, .statusRECOVERY a, .statusUNKNOWN a, .statusWARNING a, .statusCRITICAL a { color: #000; } -.statusPENDING a:hover, .statusDOWNTIME a:hover, .statusOK a:hover, .statusRECOVERY a:hover, .statusUNKNOWN a:hover, .statusWARNING a:hover, .statusCRITICAL a:hover { color: #fff; } - -.statusHOSTPENDING { text-align: center; background-color: #acacac; color: #fff; } -.statusHOSTDOWNTIME { text-align: center; background-color: #acacac; color: #fff; } -.statusHOSTUP { text-align: center; background-color: #00cc33; color: #fff; } -.statusHOSTDOWN { text-align: center; background-color: #ff3300; color: #fff; } -.statusHOSTDOWNACK { text-align: center; background-color: #ff3300; color: #fff; } -.statusHOSTDOWNSCHED { text-align: center; background-color: #ff3300; color: #fff; } -.statusHOSTUNREACHABLE { text-align: center; background-color: #E066FF; color: #fff; } -.statusHOSTUNREACHABLEACK { text-align: center; background-color: #E066FF; color: #fff; } -.statusHOSTUNREACHABLESCHED { text-align: center; background-color: #E066FF; color: #fff; } -.statusHOSTPENDING a, .statusHOSTDOWNTIME a, .statusHOSTUP a, .statusHOSTDOWN a, .statusHOSTDOWNACK a, .statusHOSTDOWNSCHED a, .statusHOSTUNREACHABLE a, .statusHOSTUNREACHABLEACK a, .statusHOSTUNREACHABLESCHED a { color: #000; } -.statusHOSTPENDING a:hover, .statusHOSTDOWNTIME a:hover, .statusHOSTUP a:hover, .statusHOSTDOWN a:hover, .statusHOSTDOWNACK a:hover, .statusHOSTDOWNSCHED a:hover, .statusHOSTUNREACHABLE a:hover, .statusHOSTUNREACHABLEACK a:hover, .statusHOSTUNREACHABLESCHED a:hover { color: #fff; } - -.statusBGUNKNOWN { background-color: #EEAEEE; } -.statusBGUNKNOWNACK { background-color: #EEAEEE; } -.statusBGUNKNOWNSCHED { background-color: #EEAEEE; } -.statusBGWARNING { background-color: #ffda9f; } -.statusBGWARNINGACK { background-color: #ffda9f; } -.statusBGWARNINGSCHED { background-color: #ffda9f; } -.statusBGCRITICAL { background-color: #ffd4c9; } -.statusBGCRITICALACK { background-color: #ffd4c9; } -.statusBGCRITICALSCHED { background-color: #ffd4c9; } -.statusBGDOWN { background-color: #ffd4c9; } -.statusBGDOWNACK { background-color: #ffd4c9; } -.statusBGDOWNSCHED { background-color: #ffd4c9; } -.statusBGUNREACHABLE { background-color: #EEAEEE; } -.statusBGUNREACHABLEACK { background-color: #EEAEEE; } -.statusBGUNREACHABLESCHED { background-color: #EEAEEE; } - -div.serviceTotals { text-align: center; font-weight: bold; font-size: 10pt; } -table.serviceTotals { font-size: 10pt; background-color: #fff; padding: 2px; border: 0; } -th.serviceTotals,A.serviceTotals { text-align: center; font-size: 10pt; background-color: #707677; color: #fff; border: 0; } -td.serviceTotals { text-align: center; background-color: #e9e9e9; } -a.serviceTotals:hover { color: #000; } - -.serviceTotalsOK { text-align: center; background-color: #00CC33; color: #fff; border: 0 } -.serviceTotalsBGOK { border: 1px #00CC33 solid; } -.serviceTotalsWARNING { text-align: center; background-color: #ffa500; color: #fff; border: 0 } -.serviceTotalsBGWARNING { border: 1px #ffa500 solid; } -.serviceTotalsUNKNOWN { text-align: center; background-color: #E066FF; color: #fff; border: 0 } -.serviceTotalsBGUNKNOWN { border: 1px #E066FF solid; } -.serviceTotalsCRITICAL { text-align: center; background-color: #ff3300; color: #fff; border: 0 } -.serviceTotalsBGCRITICAL { border: 1px #ff3300 solid; } -.serviceTotalsPENDING { text-align: center; background-color: #acacac; color: #fff; border: 0 } -.serviceTotalsBGPENDING { border: 1px #acacac solid; } -.serviceTotalsPROBLEMS { text-align: center; background-color: #6ec2fd; color: #fff; border: 0 } -.serviceTotalsBGPROBLEMS { border: 1px #6ec2fd solid; } - -div.serviceTotalsCommands { text-align: right; font-weight: bold; font-size: 10pt; } -table.serviceTotalsCommands { font-size: 10pt; background-color: #fff; padding: 2px; border: 0; } -th.serviceTotalsCommands,A.serviceTotalsCommands { text-align: right; font-size: 10pt; background-color: #707677; color: #fff; border: 0; } -td.serviceTotalsCommands { text-align: right; background-color: #e9e9e9; border: 0; } -a.serviceTotalsCommands:hover { color: #000; } -serviceTotalsCommands a:hover { color: #fff; } - -div.hostTotals { text-align: center; font-weight: bold; font-size: 10pt; } -table.hostTotals { font-size: 10pt; background-color: #fff; padding: 2px; border: 0; } -th.hostTotals,A.hostTotals { text-align: center; font-size: 10pt; background-color: #707677; color: #fff; border: 0; } -td.hostTotals { text-align: center; background-color: #e9e9e9; } -a.hostTotals:hover { color: #000; } - -.hostTotalsUP { text-align: center; background-color: #00cc33; color: #fff; border: 0 } -.hostTotalsBGUP { border: 1px #00cc33 solid; } -.hostTotalsDOWN { text-align: center; background-color: #ff3300; color: #fff; border: 0 } -.hostTotalsBGDOWN { border: 1px #ff3300 solid; } -.hostTotalsUNREACHABLE { text-align: center; background-color: #E066FF; color: #fff; border: 0 } -.hostTotalsBGUNREACHABLE { border: 1px #E066FF solid; } -.hostTotalsPENDING { text-align: center; background-color: #acacac; color: #fff; border: 0 } -.hostTotalsBGPENDING { border: 1px #acacac solid; } -.hostTotalsPROBLEMS { text-align: center; background-color: #6ec2fd; color: #fff; border: 0 } -.hostTotalsBGPROBLEMS { border: 1px #6ec2fd solid; } - -div.hostTotalsCommands { text-align: right; font-weight: bold; font-size: 10pt; } -table.hostTotalsCommands { font-size: 10pt; background-color: #fff; padding: 2px; border: 0; } -th.hostTotalsCommands,A.hostTotalsCommands { text-align: right; font-size: 10pt; background-color: #707677; color: #fff; border: 0; } -td.hostTotalsCommands { text-align: right; background-color: #e9e9e9; border: 0; } -a.hostTotalsCommands:hover { color: #000; } -hostTotalsCommands a:hover { color: #fff; } - -.miniStatusPENDING { background-color: #acacac; text-align: center; } -.miniStatusOK { background-color: #00cc33; text-align: center; } -.miniStatusUNKNOWN { background-color: #bf44b2; text-align: center; } -.miniStatusWARNING { background-color: #ffa500; text-align: center; } -.miniStatusCRITICAL { background-color: #ff3300; text-align: center; } -.miniStatusPENDING a, .miniStatusOK a, .miniStatusUNKNOWN a, .miniStatusWARNING a, .miniStatusCRITICAL a { color: #000; } -.miniStatusPENDING a:hover, .miniStatusOK a:hover, .miniStatusUNKNOWN a:hover, .miniStatusWARNING a:hover, .miniStatusCRITICAL a:hover { color: #fff; } - -.miniStatusUP { background-color: #00cc33; text-align: center; } -.miniStatusDOWN { background-color: #ff3300; text-align: center; } -.miniStatusUNREACHABLE { background-color: #bf44b2; text-align: center; } -.miniStatusUP a, .miniStatusDOWN a, .miniStatusUNREACHABLE a { color: #000; } -.miniStatusUP a:hover, .miniStatusDOWN a:hover, .miniStatusUNREACHABLE a:hover { color: #fff; } - -.hostImportantProblem { background-color: #ff3300; color: #000; } -.hostUnimportantProblem { background-color: #ffcccc; color: #000; } - -.serviceImportantProblem { background-color: #ff3300; color: #000; } -.serviceUnimportantProblem { background-color: #ffcccc; color: #000; } - -.highlightRow { background-color: #BBC3BB; } - -.filterTitle { font-size: 10pt; font-weight: bold; } -.filterName { font-size: 9pt; padding-top: 0.2em; padding-bottom: 0.2em; padding-right: 0.7em;} -.filterValue { color: #707677; font-size: 9pt; padding-top: 0.2em; padding-bottom: 0.2em;} - -#display_filters_box, -#host_status_types_box, -#host_properties_box, -#service_status_types_box, -#service_properties_box { position: absolute; padding: 0.4em; margin-left: 0.5em; z-index: 101; } - -#display_filters_box { z-index: 100; padding-right: 1em; } - -#apply_button { margin-top:0.5em; } diff --git a/icinga/stylesheets/statusmap.css b/icinga/stylesheets/statusmap.css deleted file mode 100644 index e464e75..0000000 --- a/icinga/stylesheets/statusmap.css +++ /dev/null @@ -1,23 +0,0 @@ - -.statusmap { font-family: arial,serif; font-size: 8pt; background-color: #fff; color: #000; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -th { text-align: left; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } - -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { font-family: arial,serif; color: #ff3300; } - -.optBox { font-size: 10pt; font-weight: bold; } - -.imageInfo { font-weight: bold; text-align: center; } - -.zoomTitle { font-size: 10pt; font-weight: bold; } - -.popupText { font-weight: bold; } - diff --git a/icinga/stylesheets/summary.css b/icinga/stylesheets/summary.css deleted file mode 100644 index 454ae95..0000000 --- a/icinga/stylesheets/summary.css +++ /dev/null @@ -1,58 +0,0 @@ - -.summary { font-family: arial,serif; font-size: 8pt; background-color: #fff; color: #000; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -th { text-align: left; font-size: 8pt; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } - -.errorMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } -.errorDescription { text-align: center; font-weight: bold; font-size: 10pt; } -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } -.infoMessage { text-align: center; color: #ff3300; font-weight: bold; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - -.reportRange { text-align: center; font-weight: bold; } -.reportDuration { text-align: center; } -.reportTime { text-align: center; } - -.reportDataEven { background-color: #ededed; padding: 2; } -.reportDataOdd { background-color: #e9e9e9; padding: 2; } - -.dataTitle { text-align: center; font-weight: bold; font-size: 10pt; } -.dataSubTitle { text-align: center; font-weight: bold; } - -table.data { background-color: #fff; padding: 2; } -th.data { font-size: 10pt; background-color: #707677; color: #fff; } -.dataOdd { background-color: #ededed; } -.dataEven { background-color: #e9e9e9; } - -.hostUP { background-color: #00cc33; color: #fff; } -.hostDOWN { background-color: #ff3300; color: #fff; } -.hostUNREACHABLE { background-color: #bf44b2; color: #fff; } -tr.dataEven td.hostUP, tr.dataEven td.hostDOWN, tr.dataEven .hostUNREACHABLE { text-align: center; } -tr.dataOdd td.hostUP, tr.dataOdd td.hostDOWN, tr.dataOdd .hostUNREACHABLE { text-align: center; } - -.serviceOK { background-color: #00cc33; color: #fff; } -.serviceWARNING { background-color: #ffa500; color: #fff; } -.serviceUNKNOWN { background-color: #bf44b2; color: #fff; } -.serviceCRITICAL { background-color: #ff3300; color: #fff; } -tr.dataEven td.serviceOK, tr.dataEven td.serviceWARNING, tr.dataEven td.serviceUNKNOWN, tr.dataEven td.serviceCRITICAL { text-align: center; } -tr.dataOdd td.serviceOK, tr.dataOdd td.serviceWARNING, tr.dataOdd td.serviceUNKNOWN, tr.dataOdd td.serviceCRITICAL { text-align: center; } - -.optBoxTitle { font-weight: bold; } -.optBoxValue { color: #707677; } - -.helpfulHint { font-style: italic; text-align: center; } - -.dateSelectTitle { text-align: center; font-weight: bold; font-size: 10pt; } -.dateSelectSubTitle { font-weight: bold; } - -.reportSelectTip { font-style: italic; } - -.reportSelectTitle { text-align: center; font-weight: bold; font-size: 10pt; } -.reportSelectSubTitle { text-align: right; } diff --git a/icinga/stylesheets/tac.css b/icinga/stylesheets/tac.css deleted file mode 100644 index aaad103..0000000 --- a/icinga/stylesheets/tac.css +++ /dev/null @@ -1,143 +0,0 @@ - -.tac { font-family: arial,serif; background-color: #fff; color: #000; font-size: 8pt; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -td { font-size: 8pt; } - -.errorMessage { font-weight: bold; font-size: 10pt; background-color: #fff; color: #000; } -.errorDescription { text-align: center; font-weight: bold; font-size: 10pt; } -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } - -.title { font-weight: bold; font-size: large; background-color: #000; color: #fff; } -.titleItem { background-color: #000; color: #fff; } - -.healthTitle { font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; } -.healthBox { padding: 2px; background-color: #e9e9e9; color: #fff; } -.healthItem { font-size: 10pt; background-color: #e9e9e9; color: #6e7475; } -.healthBar { background-color: #ededed; color: #fff; } - -.perfTitle { font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; } -.perfBox { background-color: #e9e9e9; color: #fff; } -.perfItem { font-size: 10pt; background-color: #e9e9e9; color: #6e7475; } -.perfValue { font-size: 10pt; background-color: #e9e9e9; color: #6e7475; } - -/* Features */ - -.featureTitle { font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; } -.featureHeader { text-align: center; font-size: 10pt; background-color: #e9e9e9; color: #6e7475; } - -.featureEnabledFlapDetection { text-align: center; font-size: 10pt; background-color: #00cc33; color: #fff; } -.featureDisabledFlapDetection { text-align: center; font-size: 10pt; background-color: #ff3300; color: #fff; } -.featureItemEnabledServiceFlapDetection { text-align: center; background-color: #00cc33; color: #fff; } -.featureItemDisabledServiceFlapDetection { text-align: center; background-color: #ff3300; color: #fff; } -.featureItemEnabledHostFlapDetection { text-align: center; background-color: #00cc33; color: #fff; } -.featureItemDisabledHostFlapDetection { text-align: center; background-color: #ff3300; color: #fff; } -.featureItemServicesNotFlapping { text-align: center; background-color: #00cc33; color: #fff; } -.featureItemServicesFlapping { text-align: center; background-color: #ff3300; color: #fff; } -.featureItemHostsNotFlapping { text-align: center; background-color: #00cc33; color: #fff; } -.featureItemHostsFlapping { text-align: center; background-color: #ff3300; color: #fff; } -.featureItemDisabledServiceFlapDetection a, .featureItemDisabledHostFlapDetection a, .featureItemServicesFlapping a, .featureItemHostsFlapping a { color: #fff; } -.featureItemDisabledServiceFlapDetection a:hover, .featureItemDisabledHostFlapDetection a:hover, .featureItemServicesFlapping a:hover, .featureItemHostsFlapping a:hover { color: #000; } - -.featureEnabledNotifications { text-align: center; font-size: 10pt; background-color: #00cc33; color: #fff; } -.featureDisabledNotifications { text-align: center; font-size: 10pt; background-color: #ff3300; color: #fff; } -.featureItemEnabledServiceNotifications { text-align: center; background-color: #00cc33; color: #fff; } -.featureItemDisabledServiceNotifications { text-align: center; background-color: #ff3300; color: #fff; } -.featureItemEnabledHostNotifications { text-align: center; background-color: #00cc33; color: #fff; } -.featureItemDisabledHostNotifications { text-align: center; background-color: #ff3300; color: #fff; } -.featureItemDisabledServiceNotifications a, .featureItemDisabledHostNotifications a { color: #fff; } -.featureItemDisabledServiceNotifications a:hover, .featureItemDisabledHostNotifications a:hover { color: #000; } - -.featureEnabledHandlers { text-align: center; background-color: #00CC33; color: #fff; } -.featureDisabledHandlers { text-align: center; background-color: #ff3300; color: #fff; } -.featureItemEnabledServiceHandlers { text-align: center; background-color: #00CC33; color: #fff; } -.featureItemDisabledServiceHandlers { text-align: center; background-color: #ff3300; color: #fff; } -.featureItemEnabledHostHandlers { text-align: center; background-color: #00cc33; color: #fff; } -.featureItemDisabledHostHandlers { text-align: center; background-color: #ff3300; color: #fff; } -.featureItemDisabledServiceHandlers a, .featureItemDisabledHostHandlers a { color: #fff; } -.featureItemDisabledServiceHandlers a:hover, .featureItemDisabledHostHandlers a:hover { color: #000; } - -/* Service Checks */ - -.EnabledActiveServiceChecks { text-align: center; background-color: #00cc33; color: #fff; } -.DisabledActiveServiceChecks { text-align: center; background-color: #ff3300; color: #fff; } -.EnabledPassiveServiceChecks { text-align: center; background-color: #00cc33; color: #fff; } -.DisabledPassiveServiceChecks { text-align: center; background-color: #ff3300; color: #fff; } - -.ItemActiveServiceChecks, -.ItemActiveServiceChecksWithPassiveDisabled, -.ItemPassiveServiceChecks { text-align: center; background-color: #00cc33; color: #fff; } -.ItemDisabledServiceChecks { text-align: center; background-color: #ff3300; color: #fff; } - -.ItemActiveServiceChecks a, -.ItemActiveServiceChecksWithPassiveDisabled a, -.ItemPassiveServiceChecks a, -.ItemDisabledServiceChecks a { color: #fff; } - -.ItemActiveServiceChecks a:hover, -.ItemActiveServiceChecksWithPassiveDisabled a:hover, -.ItemPassiveServiceChecks a:hover { color: #333333; } -.ItemDisabledServiceChecks a:hover { color: #000; } - -/* Host Checks */ - -.EnabledActiveHostChecks { text-align: center; background-color: #00cc33; color: #fff; } -.DisabledActiveHostChecks { text-align: center; background-color: #ff3300; color: #fff; } -.EnabledPassiveHostChecks { text-align: center; background-color: #00cc33; color: #fff; } -.DisabledPassiveHostChecks { text-align: center; background-color: #ff3300; color: #fff; } - -.ItemActiveHostChecks, -.ItemActiveHostChecksWithPassiveDisabled, -.ItemPassiveHostChecks { text-align: center; background-color: #00cc33; color: #fff; } -.ItemDisabledHostChecks { text-align: center; background-color: #ff3300; color: #fff; } - -.ItemActiveHostChecks a, -.ItemActiveHostChecksWithPassiveDisabled a, -.ItemPassiveHostChecks a, -.ItemDisabledHostChecks a { color: #fff; } - -.ItemActiveHostChecks a:hover, -.ItemActiveHostChecksWithPassiveDisabled a:hover, -.ItemPassiveHostChecks a:hover { color: #333333; } -.ItemDisabledHostChecks a:hover { color: #000; } - -/* Outages */ - -.outageTitle { font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; } -.outageHeader { text-align: center; font-size: 10pt; background-color: #e9e9e9; color: #6e7475; } - -.outageImportantProblem { text-align: center; background-color: #ff3300; color: #fff; } -.outageUnimportantProblem { text-align: center; background-color: #f5a9a9; color: #000000; } -.outageImportantProblem a { color: #fff; } -.outageUnimportantProblem a { color: #585858; } -.outageImportantProblem a:hover, .outageUnimportantProblem a:hover { color: #000; } - -/* Hosts */ - -.hostTitle { font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; } -.hostHeader { text-align: center; font-size: 10pt; background-color: #e9e9e9; color: #6e7475; } - -.hostImportantProblem { text-align: center; background-color: #ff3300; color: #fff; } -.hostUnimportantProblem { text-align: center; background-color: #f5a9a9; color: #000000; } -.hostImportantProblem a { color: #fff; } -.hostUnimportantProblem a { color: #000; } -.hostImportantProblem a:hover { color: #000; } -.hostUnimportantProblem a:hover { color: #6e7475; } - -/* Services */ - -.serviceTitle { font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; } -.serviceHeader { text-align: center; font-size: 10pt; background-color: #e9e9e9; color: #6e7475; } - -.serviceImportantProblem { text-align: center; background-color: #ff3300; color: #fff; } -.serviceUnimportantProblem { text-align: center; background-color: #f5a9a9; color: #000000; } -.serviceImportantProblem a { color: #fff; } -.serviceUnimportantProblem a { color: #000; } -.serviceImportantProblem a:hover { color: #000; } -.serviceUnimportantProblem a:hover { color: #6e7475; } -.serviceUnimportantProblem .tac_break { border: 0; height: 3px; } diff --git a/icinga/stylesheets/tacheader.css b/icinga/stylesheets/tacheader.css deleted file mode 100644 index 6e0a519..0000000 --- a/icinga/stylesheets/tacheader.css +++ /dev/null @@ -1,187 +0,0 @@ -@charset "utf-8"; -/* CSS Document */ - -body { - font-family: Arial, Verdana, sans-serif; - font-size: 9pt; - background: #D7D8DA; - margin: 2px 5px 0px 5px; -} - -img { border: 0px } - -.color a { - color: #ffffff; - text-decoration: none; -} - -.gray a { - color: #000000; - text-decoration: none; -} - -strong { - font-weight: bolder; -} - -em { - font-style: italic; -} - -p.legal { - font-size: 0.8em; - margin: 10px auto; -} - -p { margin: 15px auto; } - -table td, table th { - vertical-align: middle; - margin: 0 0; - padding: 0 0; -} - -table { - border-collapse: collapse; -} - -div.tacheader-link { - cursor: pointer; -} - -div.tacheader-status-container { - border: 1px #a0a0a0 solid; - width: 180px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; -} - -div.tacheader-status { - font-size: 9pt; - padding-left: 4px; - padding-right: 4px; - padding-top: 2px; - padding-bottom: 2px; - background-color: #c0c0c0; - text-align: center; - margin-top: auto; - margin-bottom: auto; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; -} - -div.tacheader-monitor { - font-size: 8pt; - padding: 2px; - text-align: left; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; -} - -div.tacheader-overall-status-item { - color: #000000; - padding: 3px; -} - -div.tacheader-status-up { - background-color: #00CC33; -} - -div.tacheader-status-down { - background-color: #FF3300; -} - -div.tacheader-status-down-acknowledged { - border: 1px #FF3300 solid; - background-color: #F5A9A9; -} - -div.tacheader-status-down-handled { - border: 1px #FF3300 solid; - color: #FF3300; - font-weight: bolder; -} - -div.tacheader-status-unreachable { - background-color: #E066FF; -} - -div.tacheader-status-unreachable-acknowledged { - border: 1px #E066FF solid; - background-color: #E68BFF; -} - -div.tacheader-status-unreachable-handled { - border: 1px #E066FF solid; - color: #E066FF; - font-weight: bolder; -} - -div.tacheader-status-ok { - background-color: #00CC33; -} - -div.tacheader-status-warning { - background-color: #FFA500; -} - -div.tacheader-status-warning-acknowledged { - border: 1px #FFA500 solid; - background-color: #FFBF4F; -} - -div.tacheader-status-warning-handled { - border: 1px #FFA500 solid; - color: #FFA500; - font-weight: bolder; -} - -div.tacheader-status-critical { - background-color: #FF3300; -} - -div.tacheader-status-critical-acknowledged { - border: 1px #FF3300 solid; - background-color: #F5A9A9; -} - -div.tacheader-status-critical-handled { - border: 1px #FF3300 solid; - color: #FF3300; - font-weight: bolder; -} - -div.tacheader-status-unknown { - background-color: #E066FF; -} - -div.tacheader-status-unknown-acknowledged { - border: 1px #E066FF solid; - background-color: #E68BFF; -} - -div.tacheader-status-unknown-handled { - border: 1px #E066FF solid; - color: #E066FF; - font-weight: bolder; -} - -div.tacheader-status-pending { - background-color: #51BCD7; -} - -table.tacheader-monitor-performance-container { - font-size: 9pt; - margin: 6px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; -} - -.tacheader-monitor-performance-container a { - color: #666666; - text-decoration: none; -} diff --git a/icinga/stylesheets/trends.css b/icinga/stylesheets/trends.css deleted file mode 100644 index f26de65..0000000 --- a/icinga/stylesheets/trends.css +++ /dev/null @@ -1,29 +0,0 @@ - -.trends { font-family: arial,serif; font-size: 8pt; background-color: #fff; color: #000; } - -a { color: #6e7475; text-decoration: none; } -a:hover { color: #000; } -th { text-align: left; padding: 0 5px; border: 0; } -td { font-size: 8pt; border: 0; } - -.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; } -.infoMessage { text-align: center; color: #ff3300; font-weight: bold; } - -.infoBox { color: #000; padding: 2; border: 0; } -.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; } -.infoBoxBadProcStatus { color: #ff3300; } -a.homepageURL:Hover { color: #ff3300; } - -.helpfulHints { text-align: center; } - -.dataTitle { text-align: center; font-weight: bold; font-size: 10pt; } - -.reportRange { text-align: center; font-weight: bold; } -.reportDuration { text-align: center; } -.reportTime { text-align: center; } - -.reportSelectTitle { text-align: center; font-weight: bold; font-size: 10pt; } -.reportSelectSubTitle { font-family: arial,serif; text-align: right; } - -.popupText { font-weight: bold; } -