Removed dep on API
[ninja.git] / application / views / extinfo / nagios_commands.php
blob0354f8a07ad5e1348f2df308ebafc44fdd7b61bd
1 <?php defined('SYSPATH') OR die('No direct access allowed.'); ?>
3 <div class="left width-50" id="nagios_commands">
4 <table class="ext">
5 <tr><th colspan="2"><?php echo $title ?></th></tr>
6 <tr>
7 <td class="icon dark">
8 <?php echo html::image($this->add_path('icons/16x16/stop.png'), array('alt' => $label_shutdown_nagios, 'title' => $label_shutdown_nagios, 'style' => 'height: 16px')); ?>
9 </td>
10 <td class="bt"><?php echo $link_shutdown_nagios ?></td>
11 </tr>
12 <tr>
13 <td class="icon dark">
14 <?php echo html::image($this->add_path('icons/16x16/restart.gif'), array('alt' => $label_restart_nagios, 'title' => $label_restart_nagios, 'style' => 'height: 16px')); ?>
15 </td>
16 <td><?php echo $link_restart_nagios ?></td>
17 </tr>
18 <tr>
19 <td class="icon dark">
20 <?php echo html::image($this->add_path('icons/16x16/notify-disabled.png'), array('alt' => $label_notifications, 'title' => $label_notifications, 'style' => 'height: 16px')); ?>
21 </td>
22 <td><?php echo $link_notifications ?></td>
23 </tr>
24 <tr>
25 <td class="icon dark">
26 <?php echo html::image($this->add_path('icons/16x16/stop-execute.png'), array('alt' => $label_execute_service_checks, 'title' => $label_execute_service_checks, 'style' => 'height: 16px')); ?>
27 </td>
28 <td><?php echo $link_execute_service_checks ?></td>
29 </tr>
30 <tr>
31 <td class="icon dark">
32 <?php echo html::image($this->add_path('icons/16x16/stop-execute.png'), array('alt' => $label_passive_service_checks, 'title' => $label_passive_service_checks, 'style' => 'height: 16px')); ?>
33 </td>
34 <td><?php echo $link_passive_service_checks ?></td>
35 </tr>
36 <tr>
37 <td class="icon dark">
38 <?php echo html::image($this->add_path('icons/16x16/stop-execute.png'), array('alt' => $label_execute_host_checks, 'title' => $label_execute_host_checks, 'style' => 'height: 16px')); ?>
39 </td>
40 <td><?php echo $link_execute_host_checks ?></td>
41 </tr>
42 <tr>
43 <td class="icon dark">
44 <?php echo html::image($this->add_path('icons/16x16/stop-execute.png'), array('alt' => $label_accept_passive_host_checks, 'title' => $label_accept_passive_host_checks, 'style' => 'height: 16px')); ?>
45 </td>
46 <td><?php echo $link_accept_passive_host_checks ?></td>
47 </tr>
48 <tr>
49 <td class="icon dark">
50 <?php echo html::image($this->add_path('icons/16x16/disabled.png'), array('alt' => $label_enable_event_handlers, 'title' => $label_enable_event_handlers, 'style' => 'height: 16px')); ?>
51 </td>
52 <td><?php echo $link_enable_event_handlers ?></td>
53 </tr>
54 <tr>
55 <td class="icon dark">
56 <?php echo html::image($this->add_path('icons/16x16/start.png'), array('alt' => $label_obsess_over_services, 'title' => $label_obsess_over_services, 'style' => 'height: 16px')); ?>
57 </td>
58 <td><?php echo $link_obsess_over_services ?></td>
59 </tr>
60 <tr>
61 <td class="icon dark">
62 <?php echo html::image($this->add_path('icons/16x16/start.png'), array('alt' => $label_obsess_over_hosts, 'title' => $label_obsess_over_hosts, 'style' => 'height: 16px')); ?>
63 </td>
64 <td><?php echo $link_obsess_over_hosts ?></td>
65 </tr>
66 <tr>
67 <td class="icon dark">
68 <?php echo html::image($this->add_path('icons/16x16/disabled.png'), array('alt' => $label_flap_detection_enabled, 'title' => $label_flap_detection_enabled, 'style' => 'height: 16px')); ?>
69 </td>
70 <td><?php echo $link_flap_detection_enabled ?></td>
71 </tr>
72 <tr>
73 <td class="icon dark">
74 <?php echo html::image($this->add_path('icons/16x16/disabled.png'), array('alt' => $label_process_performance_data, 'title' => $label_process_performance_data, 'style' => 'height: 16px')); ?>
75 </td>
76 <td><?php echo $link_process_performance_data ?></td>
77 </tr>
78 </table>
79 </div>