Search found 4 matches
- Tue Jan 03, 2017 12:31 pm
- Forum: Nagios XI
- Topic: Custom Configuration Wizards
- Replies: 7
- Views: 1005
Re: Custom Configuration Wizards
Did you rename the php file and the folder structure in the zip file to a different name? It could be that the upload over writes the existing files unless those are changed. Solved, Awesome, that did the trick. Renamed the containing folder->tempdemo and the .php ->tempdemo.inc.php. The .zip file ...
- Tue Jan 03, 2017 10:11 am
- Forum: Nagios XI
- Topic: Custom Configuration Wizards
- Replies: 7
- Views: 1005
Re: Custom Configuration Wizards
The following section from the wizarddemo.inc.php file would have to be edited. function wizarddemo_configwizard_init(){ //name / ID for config wizard $name="wizarddemo"; //relevant info for wizard $args=array( CONFIGWIZARD_NAME => $name, CONFIGWIZARD_TYPE => CONFIGWIZARD_TYPE_MONITORING,...
- Tue Jan 03, 2017 9:40 am
- Forum: Nagios XI
- Topic: Custom Configuration Wizards
- Replies: 7
- Views: 1005
Re: Custom Configuration Wizards
Have you looked at https://assets.nagios.com/downloads/nagiosxi/docs/Writing-Custom-Wizards-for-Nagios-XI.pdf ? If so, is there a particular place that seems to be tripping you up? What version of XI are you running? 5.4 was recently released with some important security fixes. Currently running ve...
- Fri Dec 30, 2016 12:50 pm
- Forum: Nagios XI
- Topic: Custom Configuration Wizards
- Replies: 7
- Views: 1005
Custom Configuration Wizards
I have customized the wizarddemo and uploaded to our Nagios XI and it works well. My question is how do I modify the wizarddemo a second time for a new custom wizard? I have changed the wizard name ($wizard_name) but my changes to the wizarddemo.inc.php only update the existing wizard, not create a ...