mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch '822-wizard-SNMP-wrong-postprocess-dev' into 'develop'
Changed default value to post process in tpolicy modules See merge request !457
This commit is contained in:
commit
62f96b16a0
@ -2070,7 +2070,7 @@ CREATE TABLE IF NOT EXISTS `tpolicy_modules` (
|
|||||||
`plugin_pass` text default '',
|
`plugin_pass` text default '',
|
||||||
`plugin_parameter` text,
|
`plugin_parameter` text,
|
||||||
`id_plugin` int(10) default '0',
|
`id_plugin` int(10) default '0',
|
||||||
`post_process` double(24,15) default NULL,
|
`post_process` double(24,15) default 0,
|
||||||
`prediction_module` bigint(14) default '0',
|
`prediction_module` bigint(14) default '0',
|
||||||
`max_timeout` int(4) unsigned default '0',
|
`max_timeout` int(4) unsigned default '0',
|
||||||
`max_retries` int(4) unsigned default '0',
|
`max_retries` int(4) unsigned default '0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user