Go in to the SNMPTrapsender component and disable it and Apply the Settings.
Then login to the XI server as root and run the following commands to restart the nagios process.
Code: Select all
service nagios stop
service httpd stop
killall -9 nagios
service httpd start
service nagios startApply the Settings and see if it works.