Fix the IDO test.

Refs #5223
This commit is contained in:
Gunnar Beutner 2014-04-28 13:15:52 +02:00
parent ea24147d0d
commit f6ad6670e9
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ TABLES = [
]
EXAMPLE_CONFIG = {
'localhost': ['disk', 'http', 'icinga', 'load', 'ping4',
'ping6', 'processes', 'ssh', 'users'],
'ping6', 'procs', 'ssh', 'users'],
'nsca-ng': ['PassiveService1', 'PassiveService2']
}