Set timeout to 15 sec

master
Daniel Berteaud 4 years ago
parent 0b7465a997
commit 4b9837c47e
  1. 8
      WAPT/control
  2. 1
      zabbix_agentd.conf.d/raid_megaraid.conf

@ -1,5 +1,5 @@
package : fws-zabbix-agent package : fws-zabbix-agent
version : 5.0.3-5 version : 5.0.3-6
architecture : all architecture : all
section : base section : base
priority : optional priority : optional
@ -31,13 +31,13 @@ editor : Zabbix SIA
keywords : monitoring, zabbix, agent keywords : monitoring, zabbix, agent
licence : licence :
homepage : https://zabbix.com homepage : https://zabbix.com
package_uuid : 19f8e32b-3b75-4547-95e6-ba31e9395770 package_uuid : 70f3cc2e-dfa8-40aa-a284-a3fcdad0e673
valid_from : valid_from :
valid_until : valid_until :
forced_install_on : forced_install_on :
changelog : changelog :
signer : Daniel Berteaud signer : Daniel Berteaud
signer_fingerprint: 3c9415559e2dedbc4390e3faa2c28d3b67265baa5b35902d2764d9e41c3b3f0a signer_fingerprint: 3c9415559e2dedbc4390e3faa2c28d3b67265baa5b35902d2764d9e41c3b3f0a
signature : ghFVHSOf8p7IBqeAqcawIl6IVA8See2s670wDvs+QHTQqKE/NRGjJjyuM+QROS6xk3UDcILY0pIHZkw5jE/Z3XkivpU3aP1bWGY4mQ3Wqt8qxymPmKRNLEYwE+DwW8iSsuivVBvY+gkyfv18ewBa+So19AmlfBalOxlzFLyihVs1TtNkJql7vNfbpV18pBpmwImeijLGnSpdS/0EY6DSQRK4s1YINegjxNuWDeNx9WV0OQRowVFSarfK0oUrEo+m9Tyaqnl+7UNJWFq3fiuI1lRUIXs2tjJHVtGOt/8ceIxM0UXzRCKwCZIwWEOc5fRdmHv7FFmrq+dWpRwkThXwQg== signature : bvJk9T4nmVpVEyui8p2XO3R7aPMLbcykMLAFVlSyIpQSxotQ/ovfyIrZN4JK9NGFgwzTIX/a8/9oSQDSgSPOTiP9MFN9ZfJY+ufhzNWKIP6Jw/C0OIfm5AqzHYQfnFf9uxEgNPuhZt4kUdnGvmNs5PrqH80nyX9Xe/DXh1jfku+7pM9VFwiePFX7QMiKIrXOZpMIAnKBQa9E0GVPF5yjPKHz2uYYhbbr9eMbK1IYa7IYDGINufewH/YeiX1LHdZjlQ19tsIPpptPlI+SfWDUf61UuRCsBzYwsDADp0RkLpjiu6nSdcI7GP3VkwNpce9MNg6gOxRuSjHXIePpeXWc7w==
signature_date : 2020-09-01T11:29:17.881000 signature_date : 2020-09-01T11:38:48.484000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_os_version,max_os_version,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,signer,signer_fingerprint,signature_date,signed_attributes signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_os_version,max_os_version,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,signer,signer_fingerprint,signature_date,signed_attributes

@ -1,3 +1,4 @@
Timeout=15
UserParameter=raid.megaraid.discovery[*],C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -File "C:\Program Files\Zabbix Agent\scripts\disco_raid_megaraid.ps1" -mode $1 UserParameter=raid.megaraid.discovery[*],C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -File "C:\Program Files\Zabbix Agent\scripts\disco_raid_megaraid.ps1" -mode $1
UserParameter=raid.megaraid.adapter[*],C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -File "C:\Program Files\Zabbix Agent\scripts\check_raid_megaraid.ps1" -mode adapter -item $2 -adapter $1 UserParameter=raid.megaraid.adapter[*],C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -File "C:\Program Files\Zabbix Agent\scripts\check_raid_megaraid.ps1" -mode adapter -item $2 -adapter $1
UserParameter=raid.megaraid.bbu[*],C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -File "C:\Program Files\Zabbix Agent\scripts\check_raid_megaraid.ps1" -mode bbu -item $2 -adapter $1 UserParameter=raid.megaraid.bbu[*],C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -File "C:\Program Files\Zabbix Agent\scripts\check_raid_megaraid.ps1" -mode bbu -item $2 -adapter $1

Loading…
Cancel
Save