Seite 1 von 1

[resolved] How to deactivate Opsi-client ?

Verfasst: 13 Sep 2022, 11:42
von bourhis
Hi,

is there a way to deactivate Opsi Client version 4.2 without uninstall it ?

Regards.

Re: How to deactivate Opsi-client ?

Verfasst: 04 Okt 2022, 10:33
von n.doerrer
Hi,

not really. If you really want to get rid of the opsi-client-agent you have to uninstall it.

If you only want to prohibit any actions, you could deactivate the events.
For a non-WAN client it should be sufficient to set
opsiclientd.event_gui_startup.active=False
opsiclientd.event_on_demand.active=False

The best way to set these is as Hostparameters for the client (Configs with reasonable defaults should be created for the configserver).

Re: How to deactivate Opsi-client ?

Verfasst: 05 Okt 2022, 15:45
von bourhis
Hi,

that's exactly what I had looking for :
opsiclientd.event_gui_startup.active=False

Thank's a lot !