File: side.html.in

package info (click to toggle)
nagios2 2.6-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 6,780 kB
  • ctags: 4,475
  • sloc: ansic: 64,870; sh: 3,667; makefile: 787; perl: 722
file content (269 lines) | stat: -rw-r--r-- 12,533 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
<HEAD>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<TITLE>Nagios</TITLE>

<STYLE type="text/css">

<!--

	TABLE.NavBarTitle { font-family: verdana,arial,serif; background-color: black; border: thin solid white; padding: 1; }
	TD.NavBarTitle { font-family: verdana,arial,serif; background-color: black; color: #DEE7C6; font-size: 10pt; font-weight: bold; text-decoration: none; }
	.NavBarItem { font-family: verdana,arial,serif; background-color: black; color: #DEE7C6; font-size: 8pt; font-weight: bold; text-decoration: none; }
	.NavBarSearchItem { font-family: verdana,arial,serif; background-color: black; color: #DEE7C6; font-size: 8pt; }
	INPUT.NavBarSearchItem { font-family: verdana,arial,serif; background-color: white; color: black; font-size: 8pt; }
	BODY.navbar { font-family: verdana,arial,serif; background-color: white; color: black;  background-color: black }

-->
	
</STYLE>

</HEAD>

<BODY CLASS='navbar'>

<SCRIPT LANGUAGE="JavaScript">
<!--

if(parseInt(navigator.appVersion.substring(0,1))>=3){
  doton = new Image(13,14);
  doton.src = "images/orangedot.gif";
  dotoff = new Image(13,14);
  dotoff.src = "images/greendot.gif";
  }

function switchdot(name,on){
  if(parseInt(navigator.appVersion.substring(0,1))>=3){
    image = eval("" + (on == 1 ? "doton.src" : "dotoff.src"));
    document[name].src=image;
    }
  }

//-->
</SCRIPT>



<table width="150" border="0">
  <tr>
    <td>
      <div align="center"><a href="http://www.nagios.org" target="_blank"><img src="images/sblogo.jpg" border="0" alt="Nagios"></a></div>
    </td>
  </tr>
</table>

<table width="150">
  <tr>
    <td>
      <table width="100%" class="NavBarTitle" cellspacing="0">
        <tr>
  	  <td class="NavBarTitle">General</td>
	</tr>
      </table>
    </td>
  </tr>
</table>

<table width=150 border="0" cellpadding=0 cellspacing=0>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="home-dot"></td>
    <td nowrap width=134><a href="main.html" target="main" onMouseOver="switchdot('home-dot',1)" onMouseOut="switchdot('home-dot',0)" class="NavBarItem">Home</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="docs-dot"></td>
    <td nowrap><a href="docs/index.html" target="main" onMouseOver="switchdot('docs-dot',1)" onMouseOut="switchdot('docs-dot',0)" class="NavBarItem">Documentation</a></td>
  </tr>
  <tr>
    <td colspan="2" height="10"></td>
  </tr>
</table>

<table width="150">
  <tr>
    <td>
      <table width="100%" class="NavBarTitle" cellspacing="0">
        <tr>
  	  <td class="NavBarTitle">Monitoring</td>
	</tr>
      </table>
    </td>
  </tr>
</table>

<table width="150" border="0" cellpadding=0 cellspacing=0>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="tac-dot"></td>
    <td nowrap width=134><a href="@cgiurl@/tac.cgi" target="main" onMouseOver="switchdot('tac-dot',1)" onMouseOut="switchdot('tac-dot',0)" class="NavBarItem">Tactical Overview</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="status-dot"></td>
    <td nowrap><a href="@cgiurl@/status.cgi?host=all" target="main" onMouseOver="switchdot('status-dot',1)" onMouseOut="switchdot('status-dot',0)" class="NavBarItem">Service Detail</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="hoststatus-dot"></td>
    <td nowrap><a href="@cgiurl@/status.cgi?hostgroup=all&style=hostdetail" target="main" onMouseOver="switchdot('hoststatus-dot',1)" onMouseOut="switchdot('hoststatus-dot',0)" class="NavBarItem">Host Detail</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="hgstatus-dot"></td>
    <td nowrap><a href="@cgiurl@/status.cgi?hostgroup=all&style=overview" target="main" onMouseOver="switchdot('hgstatus-dot',1)" onMouseOut="switchdot('hgstatus-dot',0)" class="NavBarItem">Hostgroup Overview</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="hgstatus2-dot"></td>
    <td nowrap><a href="@cgiurl@/status.cgi?hostgroup=all&style=summary" target="main" onMouseOver="switchdot('hgstatus2-dot',1)" onMouseOut="switchdot('hgstatus2-dot',0)" class="NavBarItem">Hostgroup Summary</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="hgstatus3-dot"></td>
    <td nowrap><a href="@cgiurl@/status.cgi?hostgroup=all&style=grid" target="main" onMouseOver="switchdot('hgstatus3-dot',1)" onMouseOut="switchdot('hgstatus3-dot',0)" class="NavBarItem">Hostgroup Grid</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="sgstatus1-dot"></td>
    <td nowrap><a href="@cgiurl@/status.cgi?servicegroup=all&style=overview" target="main" onMouseOver="switchdot('sgstatus1-dot',1)" onMouseOut="switchdot('sgstatus1-dot',0)" class="NavBarItem">Servicegroup Overview</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="sgstatus2-dot"></td>
    <td nowrap><a href="@cgiurl@/status.cgi?servicegroup=all&style=summary" target="main" onMouseOver="switchdot('sgstatus2-dot',1)" onMouseOut="switchdot('sgstatus2-dot',0)" class="NavBarItem">Servicegroup Summary</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="sgstatus3-dot"></td>
    <td nowrap><a href="@cgiurl@/status.cgi?servicegroup=all&style=grid" target="main" onMouseOver="switchdot('sgstatus3-dot',1)" onMouseOut="switchdot('sgstatus3-dot',0)" class="NavBarItem">Servicegroup Grid</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="statusmap-dot"></td>
    <td nowrap><a href="@cgiurl@/statusmap.cgi?host=all" target="main" onMouseOver="switchdot('statusmap-dot',1)" onMouseOut="switchdot('statusmap-dot',0)" class="NavBarItem">Status Map</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="statuswrl-dot"></td>
    <td nowrap><a href="@cgiurl@/statuswrl.cgi?host=all" target="main" onMouseOver="switchdot('statuswrl-dot',1)" onMouseOut="switchdot('statuswrl-dot',0)" class="NavBarItem">3-D Status Map</a></td>
  </tr>
  <tr> 
    <td colspan="2" height="10"></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="svcproblems-dot"></td>
    <td nowrap><a href="@cgiurl@/status.cgi?host=all&servicestatustypes=28" target="main" onMouseOver="switchdot('svcproblems-dot',1)" onMouseOut="switchdot('svcproblems-dot',0)" class="NavBarItem">Service Problems</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="hostproblems-dot"></td>
    <td nowrap><a href="@cgiurl@/status.cgi?hostgroup=all&style=hostdetail&hoststatustypes=12" target="main" onMouseOver="switchdot('hostproblems-dot',1)" onMouseOut="switchdot('hostproblems-dot',0)" class="NavBarItem">Host Problems</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="outages-dot"></td>
    <td nowrap><a href="@cgiurl@/outages.cgi" target="main" onMouseOver="switchdot('outages-dot',1)" onMouseOut="switchdot('outages-dot',0)" class="NavBarItem">Network Outages</a></td>
  </tr>
  <tr> 
    <td colspan="2" height="10"></td>
  </tr>
  <tr> 
    <td width=13></td>
    <td nowrap class="NavBarSearchItem">Show Host:</td>
  </tr>
  <tr> 
    <td width=13></td>
    <td nowrap>
	<form method="get" action="@cgiurl@/status.cgi" target="main">
	<input type='hidden' name='navbarsearch' value='1'>
	<input type='text' name='host' size='15' class="NavBarSearchItem">
	</form>
    </td>
  </tr>
  <tr> 
    <td colspan="2" height="10"></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="comment-dot"></td>
    <td nowrap><a href="@cgiurl@/extinfo.cgi?&type=3" target="main" onMouseOver="switchdot('comment-dot',1)" onMouseOut="switchdot('comment-dot',0)" class="NavBarItem">Comments</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="downtime-dot"></td>
    <td nowrap><a href="@cgiurl@/extinfo.cgi?&type=6" target="main" onMouseOver="switchdot('downtime-dot',1)" onMouseOut="switchdot('downtime-dot',0)" class="NavBarItem">Downtime</a></td>
  </tr>
  <tr> 
    <td colspan="2" height="10"></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="processinfo-dot"></td>
    <td nowrap><a href="@cgiurl@/extinfo.cgi?&type=0" target="main" onMouseOver="switchdot('processinfo-dot',1)" onMouseOut="switchdot('processinfo-dot',0)" class="NavBarItem">Process Info</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="performance-dot"></td>
    <td nowrap><a href="@cgiurl@/extinfo.cgi?&type=4" target="main" onMouseOver="switchdot('performance-dot',1)" onMouseOut="switchdot('performance-dot',0)" class="NavBarItem">Performance Info</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="queue-dot"></td>
    <td nowrap><a href="@cgiurl@/extinfo.cgi?&type=7" target="main" onMouseOver="switchdot('queue-dot',1)" onMouseOut="switchdot('queue-dot',0)" class="NavBarItem">Scheduling Queue</a></td>
  </tr>
  <tr>
    <td colspan="2" height="10"></td>
  </tr>
</table>

<table width="150">
  <tr>
    <td>
      <table width="100%" class="NavBarTitle" cellspacing="0">
        <tr>
  	  <td class="NavBarTitle">Reporting</td>
	</tr>
      </table>
    </td>
  </tr>
</table>

<table width="150" border="0" cellpadding=0 cellspacing=0>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="trends-dot"></td>
    <td nowrap width=134><a href="@cgiurl@/trends.cgi" target="main" onMouseOver="switchdot('trends-dot',1)" onMouseOut="switchdot('trends-dot',0)" class="NavBarItem">Trends</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="avail-dot"></td>
    <td nowrap><a href="@cgiurl@/avail.cgi" target="main" onMouseOver="switchdot('avail-dot',1)" onMouseOut="switchdot('avail-dot',0)" class="NavBarItem">Availability</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="histogram-dot"></td>
    <td nowrap><a href="@cgiurl@/histogram.cgi" target="main" onMouseOver="switchdot('histogram-dot',1)" onMouseOut="switchdot('histogram-dot',0)" class="NavBarItem">Alert Histogram</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="history-dot"></td>
    <td nowrap><a href="@cgiurl@/history.cgi?host=all" target="main" onMouseOver="switchdot('history-dot',1)" onMouseOut="switchdot('history-dot',0)" class="NavBarItem">Alert History</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="summary-dot"></td>
    <td nowrap><a href="@cgiurl@/summary.cgi" target="main" onMouseOver="switchdot('summary-dot',1)" onMouseOut="switchdot('summary-dot',0)" class="NavBarItem">Alert Summary</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="notifications-dot"></td>
    <td nowrap><a href="@cgiurl@/notifications.cgi?contact=all" target="main" onMouseOver="switchdot('notifications-dot',1)" onMouseOut="switchdot('notifications-dot',0)" class="NavBarItem">Notifications</a></td>
  </tr>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="logfile-dot"></td>
    <td nowrap><a href="@cgiurl@/showlog.cgi" target="main" onMouseOver="switchdot('logfile-dot',1)" onMouseOut="switchdot('logfile-dot',0)" class="NavBarItem">Event Log</a></td>
  </tr>
  <tr>
    <td colspan="2" height="10"></td>
  </tr>
</table>


<table width="150">
  <tr>
    <td>
      <table width="100%" class="NavBarTitle" cellspacing="0">
        <tr>
  	  <td class="NavBarTitle">Configuration</td>
	</tr>
      </table>
    </td>
  </tr>
</table>

<table width="150" border="0" cellpadding=0 cellspacing=0>
  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="config-dot"></td>
    <td nowrap width=134><a href="@cgiurl@/config.cgi" target="main" onMouseOver="switchdot('config-dot',1)" onMouseOut="switchdot('config-dot',0)" class="NavBarItem">View Config</a></td>
  </tr>
</table>

</BODY>
</HTML>