Page 1 of 1

activating plugins

Posted: Fri Dec 20, 2013 2:36 pm
by jwu
I'm trying to add a plugin for storage (SAN)
I manually followed the directions here
http://assets.nagios.com/downloads/nagi ... lugins.pdf
I was able to test the function via command line and it does work, I attached a screen shot of the test command function in the web interface.
Problem comes when I try to apply the configuration, it fails.
Am I missing something here?

technical details:
I have a python script that serves the purpose just like MIBS, it will give us the information we need for monitoring.

Re: activating plugins

Posted: Fri Dec 20, 2013 3:05 pm
by sreinhardt
Could you post the output from verifying your configuration so we can see the errors? Configure -> tools -> Write config files, then run write and verify buttons.

Re: activating plugins

Posted: Fri Dec 20, 2013 4:05 pm
by jwu
ok, that was helpful as a debug tool. I resolved the issue, thanks!