Reboot message

Antworten
maxpower681
Beiträge: 2
Registriert: 12 Sep 2012, 17:07

Reboot message

Beitrag 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
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3327
Registriert: 04 Jun 2008, 14:27

Re: Reboot message

Beitrag 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


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


maxpower681
Beiträge: 2
Registriert: 12 Sep 2012, 17:07

Re: Reboot message

Beitrag von maxpower681 »

Thank You, I'm not sure how I over looked this. :D
Antworten