Ticket #266 (closed task: fixed)
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
Note: See
TracTickets for help on using
tickets.








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