Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / dashboard / config / dashboard_config.py @ 805cc54a

History | View | Annotate | Download (414 Bytes)

1
# -*- coding: utf-8 -*-
2
"""Configuration for Dashboard."""
3

    
4
dashboard_config = {
5
        'dashboard_links.nagios' : 'http://example1.com/%(idevent)d',
6
        'dashboard_links.metrology' : 'http://example2.com/%(idevent)d',
7
        'dashboard_links.security' : 'http://example3.com/%(idevent)d',
8
        'dashboard_links.servicetype' : 'http://example4.com/%(idevent)d',
9
        'dashboard_item_per_page' : '15'
10
}