From 12ef2fd68e4823116aef79d79e5f241544cb7a1e Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 29 Feb 2008 09:58:32 +0000 Subject: [PATCH] Updated list of events git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9202 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../events/DaemonEvent_localboot.tpl | 63 +++++++++++++++++++ .../events/DaemonEvent_memcheck.tpl | 63 +++++++++++++++++++ .../gotomasses/events/DaemonEvent_rescan.tpl | 63 +++++++++++++++++++ .../gotomasses/events/DaemonEvent_sysinfo.tpl | 63 +++++++++++++++++++ .../events/class_DaemonEvent_localboot.inc | 46 ++++++++++++++ .../events/class_DaemonEvent_memcheck.inc | 46 ++++++++++++++ .../events/class_DaemonEvent_rescan.inc | 46 ++++++++++++++ .../events/class_DaemonEvent_sysinfo.inc | 46 ++++++++++++++ 8 files changed, 436 insertions(+) create mode 100644 gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_localboot.tpl create mode 100644 gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_memcheck.tpl create mode 100644 gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_rescan.tpl create mode 100644 gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_sysinfo.tpl create mode 100644 gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_localboot.inc create mode 100644 gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_memcheck.inc create mode 100644 gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_rescan.inc create mode 100644 gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_sysinfo.inc diff --git a/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_localboot.tpl b/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_localboot.tpl new file mode 100644 index 000000000..4e3fc127d --- /dev/null +++ b/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_localboot.tpl @@ -0,0 +1,63 @@ + +{if $is_new} + + + + + + +
+ + + + + +
{t}Timestamp{/t}{$timestamp}
+
+ + + + +
+ {t}Target objects{/t} +
+ {$target_list} +
+
+ +{else} + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
{t}ID{/t}{$data.ID}
{t}Status{/t}{$data.STATUS}
{t}Result{/t}{$data.RESULT}
{t}Target{/t}{$data.MACADDRESS}
{t}Timestamp{/t}{$timestamp}
+
+ +
+
+ +{/if} diff --git a/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_memcheck.tpl b/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_memcheck.tpl new file mode 100644 index 000000000..4e3fc127d --- /dev/null +++ b/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_memcheck.tpl @@ -0,0 +1,63 @@ + +{if $is_new} + + + + + + +
+ + + + + +
{t}Timestamp{/t}{$timestamp}
+
+ + + + +
+ {t}Target objects{/t} +
+ {$target_list} +
+
+ +{else} + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
{t}ID{/t}{$data.ID}
{t}Status{/t}{$data.STATUS}
{t}Result{/t}{$data.RESULT}
{t}Target{/t}{$data.MACADDRESS}
{t}Timestamp{/t}{$timestamp}
+
+ +
+
+ +{/if} diff --git a/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_rescan.tpl b/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_rescan.tpl new file mode 100644 index 000000000..4e3fc127d --- /dev/null +++ b/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_rescan.tpl @@ -0,0 +1,63 @@ + +{if $is_new} + + + + + + +
+ + + + + +
{t}Timestamp{/t}{$timestamp}
+
+ + + + +
+ {t}Target objects{/t} +
+ {$target_list} +
+
+ +{else} + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
{t}ID{/t}{$data.ID}
{t}Status{/t}{$data.STATUS}
{t}Result{/t}{$data.RESULT}
{t}Target{/t}{$data.MACADDRESS}
{t}Timestamp{/t}{$timestamp}
+
+ +
+
+ +{/if} diff --git a/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_sysinfo.tpl b/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_sysinfo.tpl new file mode 100644 index 000000000..4e3fc127d --- /dev/null +++ b/gosa-plugins/goto/addons/gotomasses/events/DaemonEvent_sysinfo.tpl @@ -0,0 +1,63 @@ + +{if $is_new} + + + + + + +
+ + + + + +
{t}Timestamp{/t}{$timestamp}
+
+ + + + +
+ {t}Target objects{/t} +
+ {$target_list} +
+
+ +{else} + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
{t}ID{/t}{$data.ID}
{t}Status{/t}{$data.STATUS}
{t}Result{/t}{$data.RESULT}
{t}Target{/t}{$data.MACADDRESS}
{t}Timestamp{/t}{$timestamp}
+
+ +
+
+ +{/if} diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_localboot.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_localboot.inc new file mode 100644 index 000000000..6742a5085 --- /dev/null +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_localboot.inc @@ -0,0 +1,46 @@ +s_Menu_Name = _("Local boot"); + $this->s_Event_Name = _("Local boot"); + $this->s_Schedule_Action = "job_trigger_action_localboot"; + $this->s_Trigger_Action= "job_trigger_action_localboot"; + $this->s_Queued_Action= "trigger_action_localboot"; + $this->s_Menu_Image = "images/select_workstation.png"; + $this->s_List_Image = "images/select_workstation.png"; + } + + public function execute() + { + DaemonEvent::execute(); + + $display = $this->get_header(); + + $tmp = $this->data; + + /* Check if target add dialog is open */ + if($this->is_target_list_open() && $this->is_new){ + return($this->get_target_add_list()); + } + + $smarty = get_smarty(); + $smarty->assign("data" , $this->data); + $smarty->assign("target_list" , $this->get_target_list()); + $smarty->assign("is_new" , $this->is_new); + $smarty->assign("timestamp" , $this->get_time_select()); + $display.= $smarty->fetch(get_template_path('DaemonEvent_localboot.tpl', TRUE, dirname(__FILE__))); + $display.= $this->get_footer(); + return($display); + } + + public function save_object() + { + DaemonEvent::save_object(); + } +} +// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: +?> diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_memcheck.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_memcheck.inc new file mode 100644 index 000000000..bdf884806 --- /dev/null +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_memcheck.inc @@ -0,0 +1,46 @@ +s_Menu_Name = _("Memory check"); + $this->s_Event_Name = _("Memory check"); + $this->s_Schedule_Action= "job_trigger_action_memcheck"; + $this->s_Trigger_Action = "job_trigger_action_memcheck"; + $this->s_Queued_Action = "trigger_action_memcheck"; + $this->s_Menu_Image = "images/memory.png"; + $this->s_List_Image = "images/memory.png"; + } + + public function execute() + { + DaemonEvent::execute(); + + $display = $this->get_header(); + + $tmp = $this->data; + + /* Check if target add dialog is open */ + if($this->is_target_list_open() && $this->is_new){ + return($this->get_target_add_list()); + } + + $smarty = get_smarty(); + $smarty->assign("data" , $this->data); + $smarty->assign("target_list" , $this->get_target_list()); + $smarty->assign("is_new" , $this->is_new); + $smarty->assign("timestamp" , $this->get_time_select()); + $display.= $smarty->fetch(get_template_path('DaemonEvent_memcheck.tpl', TRUE, dirname(__FILE__))); + $display.= $this->get_footer(); + return($display); + } + + public function save_object() + { + DaemonEvent::save_object(); + } +} +// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: +?> diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_rescan.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_rescan.inc new file mode 100644 index 000000000..09ea9c753 --- /dev/null +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_rescan.inc @@ -0,0 +1,46 @@ +s_Menu_Name = _("Rescan hardware"); + $this->s_Event_Name = _("Rescan hardware"); + $this->s_Schedule_Action= "job_trigger_action_rescan"; + $this->s_Trigger_Action = "job_trigger_action_rescan"; + $this->s_Queued_Action = "trigger_action_rescan"; + $this->s_Menu_Image = "images/snd_hardware.png"; + $this->s_List_Image = "images/snd_hardware.png"; + } + + public function execute() + { + DaemonEvent::execute(); + + $display = $this->get_header(); + + $tmp = $this->data; + + /* Check if target add dialog is open */ + if($this->is_target_list_open() && $this->is_new){ + return($this->get_target_add_list()); + } + + $smarty = get_smarty(); + $smarty->assign("data" , $this->data); + $smarty->assign("target_list" , $this->get_target_list()); + $smarty->assign("is_new" , $this->is_new); + $smarty->assign("timestamp" , $this->get_time_select()); + $display.= $smarty->fetch(get_template_path('DaemonEvent_rescan.tpl', TRUE, dirname(__FILE__))); + $display.= $this->get_footer(); + return($display); + } + + public function save_object() + { + DaemonEvent::save_object(); + } +} +// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: +?> diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_sysinfo.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_sysinfo.inc new file mode 100644 index 000000000..302fc16f2 --- /dev/null +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_sysinfo.inc @@ -0,0 +1,46 @@ +s_Menu_Name = _("Sysinfo"); + $this->s_Event_Name = _("Sysinfo"); + $this->s_Schedule_Action= "job_trigger_action_sysinfo"; + $this->s_Trigger_Action = "job_trigger_action_sysinfo"; + $this->s_Queued_Action = "trigger_action_sysinfo"; + $this->s_Menu_Image = "images/hardware.png"; + $this->s_List_Image = "images/hardware.png"; + } + + public function execute() + { + DaemonEvent::execute(); + + $display = $this->get_header(); + + $tmp = $this->data; + + /* Check if target add dialog is open */ + if($this->is_target_list_open() && $this->is_new){ + return($this->get_target_add_list()); + } + + $smarty = get_smarty(); + $smarty->assign("data" , $this->data); + $smarty->assign("target_list" , $this->get_target_list()); + $smarty->assign("is_new" , $this->is_new); + $smarty->assign("timestamp" , $this->get_time_select()); + $display.= $smarty->fetch(get_template_path('DaemonEvent_sysinfo.tpl', TRUE, dirname(__FILE__))); + $display.= $this->get_footer(); + return($display); + } + + public function save_object() + { + DaemonEvent::save_object(); + } +} +// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: +?> -- 2.30.2