Code

Updated workstation and environment plugins to handle shares correctly
[gosa.git] / plugins / personal / nagios / nagios.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
2  <tr>
3   <td style="width:40%; vertical-align:top;">
4    <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Nagios Account{/t}</h2>
5    <table summary="">
6     <tr>
7      <td><LABEL for="NagiosAlias">{t}alias{/t}</LABEL>{$must}</td>
8      <td><input id="NagiosAlias" name="NagiosAlias" size=25 maxlength=65 {$NagiosAliasACL} value="{$NagiosAlias}"></td>
9     </tr>
11     <tr>
12      <td><LABEL for="NagiosMail">{t}email{/t}</LABEL>{$must}</td>
13      <td><input id="NagiosMail" name="NagiosMail" size=25 maxlength=65 {$NagiosMailACL} value="{$NagiosMail}"></td>
14     </tr>
16         <tr>
17         <td><LABEL for="HostNotificationPeriod">{t}Host Notification Period{/t}</LABEL>{$must}</td>
18         <td><select name="HostNotificationPeriod" id="HostNotificationPeriod">
19         {html_options options=$HostNotificationPeriodValues values=$HostNotificationPeriodValues selected=$HostNotificationPeriod }
20         </select>
21         </td>
22         </tr>
24         <tr>
25         <td><LABEL for="ServiceNotificationPeriod">{t}Service Notification Period{/t}</LABEL>{$must}</td>
26         <td><select name="ServiceNotificationPeriod" id="ServiceNotificationPeriod">
27         {html_options options=$ServiceNotificationPeriodValues values=$ServiceNotificationPeriodValues selected=$ServiceNotificationPeriod}
28         </select>
29         </td>
30         </tr>
31         <tr>
32         <td><LABEL for="ServiceNotificationOptions">{t}Service Notification Options{/t}</LABEL>{$must}</td>
33         <td><select name="ServiceNotificationOptions" id="ServiceNotificationOptions">
34         {html_options options=$ServiceNotificationOptionsValues values=$ServiceNotificationOptionsValues selected=$ServiceNotificationOptions}
35         </select>
36         </td>
37         </tr>
40         <tr>
41         <td><LABEL for="HostNotificationOptions">{t}Host Notification Options{/t}</LABEL>{$must}</td>
42         <td><select name="HostNotificationOptions" id="HostNotificationOptions">
43         {html_options options=$HostNotificationOptionsValues values=$HostNotificationOptionsValues selected=$HostNotificationOptions }
44         </select>
45         </td>
46         </tr>
47     <tr>
48      <td><LABEL for="NagiosPager">{t}pager{/t}</LABEL></td>
49      <td><input id="NagiosPager" name="NagiosPager" size=25 maxlength=65 {$NagiosPagerACL} value="{$NagiosPager}"></td>
50     </tr>
52     <tr>
53      <td><LABEL for="ServiceNotificationCommands">{t}Service Notification Commands{/t}</LABEL></td>
54      <td><input id="ServiceNotificationCommands" disabled name="ServiceNotificationCommands" size=25 maxlength=65 {$ServiceNotificationCommandsACL} value="{$ServiceNotificationCommands}"></td>
55     </tr>
56     <tr>
57      <td><LABEL for="HostNotificationCommands">{t}Host Notification Commands{/t}</LABEL></td>
58      <td><input id="HostNotificationCommands" disabled name="HostNotificationCommands" size=25 maxlength=65 {$HostNotificationCommandsACL} value="{$HostNotificationCommands}"></td>
59     </tr>
60 </table>
61 </td>
62   <td style="border-left:1px solid #A0A0A0">
63    &nbsp;
64   </td>
65 <td style="width:100%; vertical-align:top;">
66    <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Nagios Auth{/t}</h2>
67    <table summary="">
68         <tr><td><input type="checkbox" name="AuthorizedSystemInformation" value="{$AuthorizedSystemInformation}"  {$AuthorizedSystemInformation}>{t}authorized_for_system_information{/t}</td></tr>
69         
70         <tr><td><input type="checkbox" name="AuthorizedConfigurationInformation" {$AuthorizedConfigurationInformationACL} value="{$AuthorizedConfigurationInformation}" {$AuthorizedConfigurationInformation}>authorized_for_configuration_information</td></tr>
71         
72         <tr><td><input type="checkbox" name="AuthorizedSystemCommands" {$AuthorizedSystemCommandsACL} value="{$AuthorizedSystemCommands}" {$AuthorizedSystemCommands}>authorized_for_system_commands</td></tr>
73         
74         <tr><td><input type="checkbox" name="AuthorizedAllServices" {$AuthorizedAllServicesACL} value="{$AuthorizedAllServices}" {$AuthorizedAllServices}>authorized_for_all_services</td></tr>
75         
76         <tr><td><input type="checkbox" name="AuthorizedAllHosts" {$AuthorizedAllHostsACL} value="{$AuthorizedAllHosts}" {$AuthorizedAllHosts}>authorized_for_all_hosts</td></tr>
77         
78         <tr><td><input type="checkbox" name="AuthorizedAllServiceCommands" {$AuthorizedAllServiceCommandsACL} value="{$AuthorizedAllServiceCommands}" {$AuthorizedAllServiceCommands}>authorized_for_all_service_commands</td></tr>
79         
80         <tr><td><input type="checkbox" name="AuthorizedAllHostCommands" {$AuthorizedAllHostCommandsACL} value="{$AuthorizedAllHostCommands}" AuthorizedAllHostCommands}>authorized_for_all_host_commands</td></tr>
82    </table>
83 </td>
85 </table>
87 <input type="hidden" name="nagiosTab" value="nagiosTab">
89 <!-- Place cursor -->
90 <script language="JavaScript" type="text/javascript">
91   <!-- // First input field on page
92   document.mainform.mail.focus();
93   -->
94 </script>