fluxd.conf 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ################################################################################
  2. # $Id: fluxd.conf 2880 2007-04-12 18:52:02Z b4rt $
  3. # $Date: 2007-04-12 13:52:02 -0500 (Thu, 12 Apr 2007) $
  4. # $Revision: 2880 $
  5. ################################################################################
  6. # #
  7. # LICENSE #
  8. # #
  9. # This program is free software; you can redistribute it and/or #
  10. # modify it under the terms of the GNU General Public License (GPL) #
  11. # as published by the Free Software Foundation; either version 2 #
  12. # of the License, or (at your option) any later version. #
  13. # #
  14. # This program is distributed in the hope that it will be useful, #
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of #
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
  17. # GNU General Public License for more details. #
  18. # #
  19. # To read the license please visit http://www.gnu.org/copyleft/gpl.html #
  20. # #
  21. # #
  22. ################################################################################
  23. # service-modules
  24. %serviceModules = (
  25. 1 => {
  26. name => "Fluxinet",
  27. timeout => 3
  28. },
  29. 2 => {
  30. name => "Qmgr",
  31. timeout => 20
  32. },
  33. 3 => {
  34. name => "Rssad",
  35. timeout => 20
  36. },
  37. 4 => {
  38. name => "Watch",
  39. timeout => 20
  40. },
  41. 5 => {
  42. name => "Maintenance",
  43. timeout => 20
  44. },
  45. 6 => {
  46. name => "Trigger",
  47. timeout => 20
  48. }
  49. );
  50. ################################################################################
  51. # make perl happy #
  52. ################################################################################
  53. 1;