This commit is contained in:
Páll Guðjón Sigurðsson 2010-10-25 15:42:24 +00:00
parent 1e93e271b9
commit 734586d6d7
2 changed files with 7 additions and 5 deletions

View File

@ -56,7 +56,9 @@ check_replication=cmd /c echo Scripts\check_exchange\ReplicationHealth.ps1 | Pow
[include]
local.ini
wmi.ini
check_eva.ini
[includes]
local.ini
wmi.ini
check_eva.ini

View File

@ -3,11 +3,11 @@ NSCAAgent.dll
CheckExternalScripts.dll
[External Scripts]
eva-check_systems=cmd /c scripts\check_eva\check_eva.exe --mode check_systems --host localhost --username eva --password evapassword --nagios_myhostname commandview.okhysing.is --phone_home
eva-check_disks=cmd /c scripts\check_eva\check_eva.exe --mode check_disks --host localhost --username eva --password evapassword --nagios_myhostname commandview.okhysing.is --phone_home
eva-check_diskgroups=cmd /c scripts\check_eva\check_eva.exe --mode check_diskgroups --host localhost --username eva --password evapassword --nagios_myhostname commandview.okhysing.is --phone_home
eva-check_diskshelfs=cmd /c scripts\check_eva\check_eva.exe --mode check_diskshelfs --host localhost --username eva --password evapassword --nagios_myhostname commandview.okhysing.is --phone_home
eva-check_controllers=cmd /c scripts\check_eva\check_eva.exe --mode check_controllers --host localhost --username eva --password evapassword --nagios_myhostname commandview.okhysing.is --phone_home
eva-check_systems=cmd /c scripts\check_eva\check_eva.exe --mode check_systems --host localhost --username evauser --password Root1234 --nagios_myhostname commandview.okhysing.is --phone-home
eva-check_disks=cmd /c scripts\check_eva\check_eva.exe --mode check_disks --host localhost --username evauser--password Root1234 --nagios_myhostname commandview.okhysing.is --phone-home
eva-check_diskgroups=cmd /c scripts\check_eva\check_eva.exe --mode check_diskgroups --host localhost --username evauser--password Root1234 --nagios_myhostname commandview.okhysing.is --phone-home
eva-check_diskshelfs=cmd /c scripts\check_eva\check_eva.exe --mode check_diskshelfs --host localhost --username evauser--password Root1234 --nagios_myhostname commandview.okhysing.is --phone-home
eva-check_controllers=cmd /c scripts\check_eva\check_eva.exe --mode check_controllers --host localhost --username evauser--password Root1234 --nagios_myhostname commandview.okhysing.is --phone-home