Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
mrc
Thanks for the script,
When using a setup with VDOMs you need to jump into global mode before running "execute sensor list", so I updated the command as follows & it seems to be working for me..
# Execute command
my $command="config global
execute sensor list";
When using a setup with VDOMs you need to jump into global mode before running "execute sensor list", so I updated the command as follows & it seems to be working for me..
# Execute command
my $command="config global
execute sensor list";