Monitor type for init scripts

This commit is contained in:
Jamie Cameron
2019-06-30 18:35:07 -07:00
parent 031aded040
commit 6aca4b6fd3
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ print &ui_table_row($text{'init_action'},
sub parse_init_dialog
{
&depends_check($_[0], "init");
$in{'action'} || &error($text{'init_eaction'});
$_[0]->{'action'} = $in{'action'};
}
+4
View File
@@ -64,6 +64,7 @@ type_mailserver=Mailserver Response
type_sshd=SSH Server
type_raid=RAID Device Status
type_iface=Network Interface Status
type_init=Bootup Action
type_sensors=LM Sensor Status
type_nut=NUT UPS Value
type_mailq=Mail Queue Size
@@ -349,6 +350,9 @@ raid_other=Other..
iface_iface=Interface to check
init_action=Action to check
init_eaction=No action selected
refresh_title=Refresh Status
refresh_doing=Refreshing the status of all monitors ..
refresh_doing2=Refreshing the status of $1 selected monitors ..