Skip to content

Commit 8c0dc83

Browse files
committed
Fix : the test end to end conf for result modulation.
1 parent 053f012 commit 8c0dc83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/etc/test_stack2/shinken-specific-ha-only.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ define resultmodulation{
292292
exit_code_modulation 1 ;code that will be put if the code match
293293
output_modulation s/// ;optionnal regexp to change output
294294
longoutput_modulation s/// ;optionnal regexp to change long_output
295-
modulation_period 24×7 ;period when to apply the modulation
295+
modulation_period 24x7 ;period when to apply the modulation
296296
}
297297

298298

test/etc/test_stack2/shinken-specific-lb-only.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ define resultmodulation{
270270
exit_code_modulation 1 ;code that will be put if the code match
271271
output_modulation s/// ;optionnal regexp to change output
272272
longoutput_modulation s/// ;optionnal regexp to change long_output
273-
modulation_period 24×7 ;period when to apply the modulation
273+
modulation_period 24x7 ;period when to apply the modulation
274274
}
275275

276276

test/etc/test_stack2/shinken-specific-passive-poller.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ define resultmodulation{
241241
exit_code_modulation 1 ;code that will be put if the code match
242242
output_modulation s/// ;optionnal regexp to change output
243243
longoutput_modulation s/// ;optionnal regexp to change long_output
244-
modulation_period 24×7 ;period when to apply the modulation
244+
modulation_period 24x7 ;period when to apply the modulation
245245
}
246246

247247

0 commit comments

Comments
 (0)