Seite 1 von 1

Reboot message

Verfasst: 12 Sep 2012, 17:13
von maxpower681
Hi,

I'm a new Opsi user and I had a question about the reboot message that pops up above the system tray in windows whenever I include a command like "ExitWindows /Reboot" in a script. Is there be a way to customize the message that gets shown in the notifier box? I haven't been able to find an answer in the documentation or on the forums.


Thanks

Re: Reboot message

Verfasst: 12 Sep 2012, 17:30
von d.oertel
Hi,

have a look at the opsi-manual:
http://download.uib.de/opsi_stable/doc/ ... nt-service
go there to the chapter 'Configuration' (read it),
At the opsiclientd.conf you will find at the section [event_default] the sub header:
"; === Shutdown notification (if machine should be shut down or rebooted)"
and there you will find the entries:

Code: Alles auswählen

shutdown_warning_message = A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).
# German translation (string)
shutdown_warning_message[de] = Ein Neustart wird benötigt um die Software-Installationen abzuschliessen. Sie können diesen Neustart insgesamt %shutdown_user_cancelable% mal verschieben. Der Neustart wurde bereits %state.shutdown_cancel_counter% mal verschoben.
So you want to change this entries.

Change them by creating a hostsparameter (config) as it is explained at the bottom of this chapter.

regards
d.oertel

Re: Reboot message

Verfasst: 12 Sep 2012, 17:55
von maxpower681
Thank You, I'm not sure how I over looked this. :D