Ticket #266 (closed task: fixed)

Opened 3 years ago

Last modified 3 weeks ago

Need feature, nsclient-reload.

Reported by: stalker_by@… Owned by: MickeM
Priority: 1 Milestone: 0.4.0
Component: Core Version: 0.3.4
Severity: Feature Requests Keywords:
Cc:

Description

Hi, sorry for dublication

in the list of ideas I found idea, that I need too.

nsclient-reload

Please answer me if you can :)

e-mail: stalker_by@…

Change History

comment:1 Changed 3 weeks ago by mickem

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from 0.3.6 to 0.4.0

Can be done via the API from scripts... Python for instance:

core = Core.get()

#Reload specific plugin
core.reload('my_plugin')

#Reload the service (all plugins)
core.reload('service')

Michael Medin

Note: See TracTickets for help on using tickets.