> On 14 Apr 2016, at 12:56, Meti, Shantala (NFV BU) <[email protected]> > wrote: > > Hi, > > > I need to implement a custom plugin in icinga2 which needs a ssh connection > to remote host as part of the custom plugin requirement. I want to use the > default ssh plugin available to ssh connection (credentials won’t be passed). > > Please can anyone let me know, how to use existing plugin in custom plugin.
Which programming language will be used in your custom plugin? It is more reasonable to use those built-in ssh connection libraries, e.g. in Python rather than calling yet another system command. Kind regards, Michael -- Michael Friedrich, DI (FH) Senior Developer NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg Tel: +49 911 92885-0 | Fax: +49 911 92885-77 CEO: Julian Hein, Bernd Erk | AG Nuernberg HRB18461 http://www.netways.de | [email protected] ** OSDC 2016 - April - netways.de/osdc ** ** OSBConf 2016 - September - osbconf.org ** _______________________________________________ icinga-users mailing list [email protected] https://lists.icinga.org/mailman/listinfo/icinga-users
