| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- ################################################################################
- # $Id: fluxd.conf 2880 2007-04-12 18:52:02Z b4rt $
- # $Date: 2007-04-12 13:52:02 -0500 (Thu, 12 Apr 2007) $
- # $Revision: 2880 $
- ################################################################################
- # #
- # LICENSE #
- # #
- # This program is free software; you can redistribute it and/or #
- # modify it under the terms of the GNU General Public License (GPL) #
- # as published by the Free Software Foundation; either version 2 #
- # of the License, or (at your option) any later version. #
- # #
- # This program is distributed in the hope that it will be useful, #
- # but WITHOUT ANY WARRANTY; without even the implied warranty of #
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
- # GNU General Public License for more details. #
- # #
- # To read the license please visit http://www.gnu.org/copyleft/gpl.html #
- # #
- # #
- ################################################################################
- # service-modules
- %serviceModules = (
- 1 => {
- name => "Fluxinet",
- timeout => 3
- },
- 2 => {
- name => "Qmgr",
- timeout => 20
- },
- 3 => {
- name => "Rssad",
- timeout => 20
- },
- 4 => {
- name => "Watch",
- timeout => 20
- },
- 5 => {
- name => "Maintenance",
- timeout => 20
- },
- 6 => {
- name => "Trigger",
- timeout => 20
- }
- );
- ################################################################################
- # make perl happy #
- ################################################################################
- 1;
|