| 
									
										
										
										
											2015-07-21 23:01:57 +01:00
										 |  |  | <?php | 
					
						
							|  |  |  | require_once 'includes/object-cache.inc.php'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | $temp_output = ' | 
					
						
							|  |  |  | <div class="panel panel-default panel-condensed table-responsive"> | 
					
						
							|  |  |  | <table class="table table-hover table-condensed table-striped"> | 
					
						
							|  |  |  |   <thead> | 
					
						
							| 
									
										
										
										
											2016-08-19 13:39:58 -04:00
										 |  |  |     <tr> | 
					
						
							| 
									
										
										
										
											2015-07-21 23:01:57 +01:00
										 |  |  |       <th> </th> | 
					
						
							| 
									
										
										
										
											2015-10-09 09:43:02 +02:00
										 |  |  |       <th><span class="grey">Total</span></th> | 
					
						
							|  |  |  |       <th><span class="green">Up</span></th> | 
					
						
							|  |  |  |       <th><span class="red">Down</span></th> | 
					
						
							|  |  |  |       <th><span class="grey">Ignored</span></th> | 
					
						
							|  |  |  |       <th><span class="black">Disabled</span></th> | 
					
						
							| 
									
										
										
										
											2015-08-28 09:24:08 +01:00
										 |  |  |       '.($config['summary_errors'] ? '<th>Errored</th>' : '').' | 
					
						
							| 
									
										
										
										
											2015-07-21 23:01:57 +01:00
										 |  |  |     </tr> | 
					
						
							|  |  |  |   </thead> | 
					
						
							|  |  |  |   <tbody> | 
					
						
							| 
									
										
										
										
											2016-08-19 13:39:58 -04:00
										 |  |  |     <tr> | 
					
						
							| 
									
										
										
										
											2015-07-21 23:01:57 +01:00
										 |  |  |       <td><a href="devices/">Devices</a></td> | 
					
						
							|  |  |  |       <td><a href="devices/"><span>'.$devices['count'].'</span></a></td> | 
					
						
							| 
									
										
										
										
											2015-07-23 22:55:37 +01:00
										 |  |  |       <td><a href="devices/state=up/format=list_detail/"><span class="green"> '.$devices['up'].'</span></a></td> | 
					
						
							|  |  |  |       <td><a href="devices/state=down/format=list_detail/"><span class="red"> '.$devices['down'].'</span></a></td> | 
					
						
							|  |  |  |       <td><a href="devices/ignore=1/format=list_detail/"><span class="grey"> '.$devices['ignored'].'</span></a></td> | 
					
						
							|  |  |  |       <td><a href="devices/disabled=1/format=list_detail/"><span class="black"> '.$devices['disabled'].'</span></a></td> | 
					
						
							| 
									
										
										
										
											2015-08-28 09:24:08 +01:00
										 |  |  |       '.($config['summary_errors'] ? '<td>-</td>' : '').' | 
					
						
							| 
									
										
										
										
											2015-07-21 23:01:57 +01:00
										 |  |  |     </tr> | 
					
						
							| 
									
										
										
										
											2016-08-19 13:39:58 -04:00
										 |  |  |     <tr> | 
					
						
							| 
									
										
										
										
											2015-07-21 23:01:57 +01:00
										 |  |  |       <td><a href="ports/">Ports</a></td> | 
					
						
							|  |  |  |       <td><a href="ports/"><span>'.$ports['count'].'</span></a></td> | 
					
						
							| 
									
										
										
										
											2015-07-23 22:55:37 +01:00
										 |  |  |       <td><a href="ports/format=list_detail/state=up/"><span class="green"> '.$ports['up'].'</span></a></td> | 
					
						
							|  |  |  |       <td><a href="ports/format=list_detail/state=down/"><span class="red"> '.$ports['down'].'</span></a></td> | 
					
						
							|  |  |  |       <td><a href="ports/format=list_detail/ignore=1/"><span class="grey"> '.$ports['ignored'].'</span></a></td> | 
					
						
							|  |  |  |       <td><a href="ports/format=list_detail/state=admindown/"><span class="black"> '.$ports['shutdown'].'</span></a></td> | 
					
						
							| 
									
										
										
										
											2015-08-28 09:24:08 +01:00
										 |  |  |       '.($config['summary_errors'] ? '<td><a href="ports/format=list_detail/errors=1/"><span class="black"> '.$ports['errored'].'</span></a></td>' : '').' | 
					
						
							| 
									
										
										
										
											2015-07-21 23:01:57 +01:00
										 |  |  |     </tr>'; | 
					
						
							|  |  |  | if ($config['show_services']) { | 
					
						
							| 
									
										
										
										
											2016-08-18 20:28:22 -05:00
										 |  |  |     $temp_output .= ' | 
					
						
							| 
									
										
										
										
											2016-08-19 13:39:58 -04:00
										 |  |  |     <tr> | 
					
						
							| 
									
										
										
										
											2015-07-21 23:01:57 +01:00
										 |  |  |       <td><a href="services/">Services</a></td> | 
					
						
							|  |  |  |       <td><a href="services/"><span>'.$services['count'].'</span></a></td> | 
					
						
							| 
									
										
										
										
											2016-04-26 22:05:34 +10:00
										 |  |  |       <td><a href="services/state=ok/view=details/"><span class="green">'.$services['up'].'</span></a></td> | 
					
						
							|  |  |  |       <td><a href="services/state=critical/view=details/"><span class="red"> '.$services['down'].'</span></a></td> | 
					
						
							| 
									
										
										
										
											2015-07-23 22:55:37 +01:00
										 |  |  |       <td><a href="services/ignore=1/view=details/"><span class="grey"> '.$services['ignored'].'</span></a></td> | 
					
						
							|  |  |  |       <td><a href="services/disabled=1/view=details/"><span class="black"> '.$services['disabled'].'</span></a></td> | 
					
						
							| 
									
										
										
										
											2015-08-28 09:24:08 +01:00
										 |  |  |       '.($config['summary_errors'] ? '<td>-</td>' : '').' | 
					
						
							| 
									
										
										
										
											2015-07-21 23:01:57 +01:00
										 |  |  |     </tr>'; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | $temp_output .= ' | 
					
						
							|  |  |  |   </tbody> | 
					
						
							|  |  |  | </table> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | '; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-22 22:04:33 +01:00
										 |  |  | unset($common_output); | 
					
						
							| 
									
										
										
										
											2015-07-21 23:01:57 +01:00
										 |  |  | $common_output[] = $temp_output; |