Page 1 of 1

Store/backp the Monitored Device Configuration with NagiosXI

Posted: Wed Nov 09, 2016 2:43 am
by network2016
Hi ALL,

I am looking for a solution for storing Device configuration[for ex. network switch monitored by NagiosXI] ,into NagiosXI database or somewhere where Nagios can extract it and restore on new device added in the network or removing the configuration on any switch. Basically It should backup and restore device configuration in any format [images,database or config files].

My requirements

1 Nagios should be able to store or backup the monitored device configuration in nagios database.
2 Nagios can restore the configuration on devices
3 Also able to sync the configuration on regular interval from devices and restore on demand


Please advice is there any plugin or method or link to achieve the above query

Thank you in advance!!!!!!!!!!!

Regards

Re: Store/backp the Monitored Device Configuration with Nagi

Posted: Wed Nov 09, 2016 11:56 am
by mcapra
This isn't really what Nagios as a platform was designed for. It's certainly something you could integrate with Nagios fairly easily, but at least 90% of the work would have to come in the form of a custom plugin that handles all the wrangling of your device configurations. Actions like pulling the device's configuration, saving it, restoring it, etc is not a feature native to Nagios Core or Nagios XI.

Re: Store/backp the Monitored Device Configuration with Nagi

Posted: Thu Nov 10, 2016 12:57 am
by network2016
Thanks for the reply...

Please if you have any document for such plugin or any information on this how to achieve ..that will be really helpful

Thank you in advance

Re: Store/backp the Monitored Device Configuration with Nagi

Posted: Thu Nov 10, 2016 2:46 pm
by avandemore
Nagios Plugin Development Guidelines

Basic plugins are very easy to create. We do offer services for custom development for a fee. Let us know if you are interested in that.