1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872
|
<?xml version="1.0" encoding="utf-8" ?>
<otrs_config version="2.0" init="Application">
<Setting Name="Frontend::Module###AgentDaemonInfo" Required="0" Valid="1">
<Description Translatable="1">Frontend module registration for the agent interface.</Description>
<Navigation>Frontend::Admin::ModuleRegistration</Navigation>
<Value>
<Item ValueType="FrontendRegistration">
<Hash>
<Item Key="GroupRo">
<Array>
</Array>
</Item>
<Item Key="Group">
<Array>
<Item>admin</Item>
</Array>
</Item>
<Item Key="Description">Admin</Item>
<Item Key="Title" Translatable="1">Shows information on how to start OTRS Daemon</Item>
<Item Key="NavBarName"></Item>
</Hash>
</Item>
</Value>
</Setting>
<Setting Name="Frontend::NotifyModule###8000-Daemon-Check" Required="0" Valid="1">
<Description Translatable="1">Defines the module to display a notification in the agent interface if the OTRS Daemon is not running.</Description>
<Navigation>Frontend::Agent::FrontendNotification</Navigation>
<Value>
<Hash>
<Item Key="Module">Kernel::Output::HTML::Notification::DaemonCheck</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Loader::Agent::CommonCSS###001-Daemon" Required="1" Valid="1">
<Description Translatable="1">List of CSS files to always be loaded for the agent interface.</Description>
<Navigation>Frontend::Base::Loader</Navigation>
<Value>
<Array>
<Item>Core.Agent.Daemon.css</Item>
</Array>
</Value>
</Setting>
<Setting Name="Loader::Agent::CommonJS###001-Daemon" Required="1" Valid="1">
<Description Translatable="1">List of JS files to always be loaded for the agent interface.</Description>
<Navigation>Frontend::Base::Loader</Navigation>
<Value>
<Array>
<Item>Core.Agent.Daemon.js</Item>
</Array>
</Value>
</Setting>
<Setting Name="Daemon::Log::RotationType" Required="1" Valid="1">
<Description Translatable="1">Type of daemon log rotation to use: Choose 'OTRS' to let OTRS system to handle the file rotation, or choose 'External' to use a 3rd party rotation mechanism (i.e. logrotate). Note: External rotation mechanism requires its own and independent configuration.</Description>
<Navigation>Daemon::Log</Navigation>
<Value>
<Item ValueType="Select" SelectedID="otrs"><!-- default OTRS -->
<Item ValueType="Option" Value="otrs" Translatable="1">OTRS</Item>
<Item ValueType="Option" Value="external" Translatable="1">External</Item>
</Item>
</Value>
</Setting>
<Setting Name="Daemon::PID::Path" Required="0" Valid="0">
<Description Translatable="1">If enabled the daemon will use this directory to create its PID files. Note: Please stop the daemon before any change and use this setting only if <$OTRSHome>/var/run/ can not be used.</Description>
<Navigation>Daemon</Navigation>
<Value>
<Item ValueRegex="" ValueType="Directory">/opt/otrs/var/run/</Item>
</Value>
</Setting>
<Setting Name="Daemon::Log::DaysToKeep" Required="0" Valid="0">
<Description Translatable="1">Defines the number of days to keep the daemon log files.</Description>
<Navigation>Daemon::Log</Navigation>
<Value>
<Item ValueType="String" ValueRegex="^[1-9]\d*">1</Item><!-- default 1 day -->
</Value>
</Setting>
<Setting Name="Daemon::Log::STDOUT" Required="1" Valid="1">
<Description Translatable="1">If enabled the daemon will redirect the standard output stream to a log file.</Description>
<Navigation>Daemon::Log</Navigation>
<Value>
<Item ValueType="Checkbox">0</Item>
</Value>
</Setting>
<Setting Name="Daemon::Log::STDERR" Required="1" Valid="1">
<Description Translatable="1">If enabled the daemon will redirect the standard error stream to a log file.</Description>
<Navigation>Daemon::Log</Navigation>
<Value>
<Item ValueType="Checkbox">1</Item>
</Value>
</Setting>
<Setting Name="DaemonModules###SchedulerGenericAgentTaskManager" Required="1" Valid="1">
<Description Translatable="1">The daemon registration for the scheduler generic agent task manager.</Description>
<Navigation>Daemon::ModuleRegistration</Navigation>
<Value>
<Hash>
<Item Key="Module">Kernel::System::Daemon::DaemonModules::SchedulerGenericAgentTaskManager</Item>
</Hash>
</Value>
</Setting>
<Setting Name="DaemonModules###SchedulerCronTaskManager" Required="1" Valid="1">
<Description Translatable="1">The daemon registration for the scheduler cron task manager.</Description>
<Navigation>Daemon::ModuleRegistration</Navigation>
<Value>
<Hash>
<Item Key="Module">Kernel::System::Daemon::DaemonModules::SchedulerCronTaskManager</Item>
</Hash>
</Value>
</Setting>
<Setting Name="DaemonModules###SchedulerFutureTaskManager" Required="1" Valid="1">
<Description Translatable="1">The daemon registration for the scheduler future task manager.</Description>
<Navigation>Daemon::ModuleRegistration</Navigation>
<Value>
<Hash>
<Item Key="Module">Kernel::System::Daemon::DaemonModules::SchedulerFutureTaskManager</Item>
</Hash>
</Value>
</Setting>
<Setting Name="DaemonModules###SchedulerTaskWorker" Required="1" Valid="1">
<Description Translatable="1">The daemon registration for the scheduler task worker.</Description>
<Navigation>Daemon::ModuleRegistration</Navigation>
<Value>
<Hash>
<Item Key="Module">Kernel::System::Daemon::DaemonModules::SchedulerTaskWorker</Item>
</Hash>
</Value>
</Setting>
<Setting Name="DaemonModules###SystemConfigurationSyncManager" Required="1" Valid="1">
<Description Translatable="1">The daemon registration for the system configuration deployment sync manager.</Description>
<Navigation>Daemon::ModuleRegistration</Navigation>
<Value>
<Hash>
<Item Key="Module">Kernel::System::Daemon::DaemonModules::SystemConfigurationSyncManager</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerTaskWorker::MaximumWorkers" Required="1" Valid="1">
<Description Translatable="1">Defines the maximum number of tasks to be executed as the same time.</Description>
<Navigation>Daemon::SchedulerTaskWorker</Navigation>
<Value>
<Item ValueType="Select" SelectedID="5">
<Item ValueType="Option" Value="5"> 5</Item> <!-- Leave a space before 5 to have correct sorting -->
<Item ValueType="Option" Value="7"> 7</Item> <!-- Leave a space before 7 to have correct sorting -->
<Item ValueType="Option" Value="10">10</Item>
</Item>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerTaskWorker::NotificationRecipientEmail" Required="0" Valid="1">
<Description Translatable="1">Specifies the email addresses to get notification messages from scheduler tasks.</Description>
<Navigation>Daemon::SchedulerTaskWorker</Navigation>
<Value>
<Item ValueType="String" ValueRegex="^\S+@\S+">root@localhost</Item> <!-- default root@localhost-->
</Value>
</Setting>
<Setting Name="Daemon::SchedulerGenericAgentTaskManager::TicketLimit" Required="1" Valid="1">
<Description Translatable="1">Defines the maximum number of affected tickets per job.</Description>
<Navigation>Daemon::SchedulerGenericAgentTaskManager</Navigation>
<Value>
<Item ValueType="String" ValueRegex="^\d+$">4000</Item>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerGenericAgentTaskManager::SleepTime" Required="1" Valid="1">
<Description Translatable="1">Defines a sleep time in microseconds between tickets while they are been processed by a job.</Description>
<Navigation>Daemon::SchedulerGenericAgentTaskManager</Navigation>
<Value>
<Item ValueType="String" ValueRegex="^\d+$">0</Item>
</Value>
</Setting>
<!-- var/cron tasks -->
<Setting Name="Daemon::SchedulerCronTaskManager::Task###CoreCacheCleanup" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Delete expired cache from core modules.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">CoreCacheCleanup</Item>
<Item Key="Schedule">20 0 * * 0</Item> <!-- default every Sunday at 12:20 AM -->
<Item Key="Module">Kernel::System::Cache</Item>
<Item Key="Function">CleanUp</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>Expired</Item>
<Item>1</Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###WebUploadCacheCleanup" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Delete expired upload cache hourly.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">WebUploadCacheCleanup</Item>
<Item Key="Schedule">46 * * * *</Item> <!-- default every hour -->
<Item Key="Module">Kernel::System::Web::UploadCache</Item>
<Item Key="Function">FormIDCleanUp</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###LoaderCacheDelete" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Delete expired loader cache weekly (Sunday mornings).</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">LoaderCacheDelete</Item>
<Item Key="Schedule">30 0 * * 0</Item> <!-- default every Sunday at 12:30 AM -->
<Item Key="Module">Kernel::System::Loader</Item>
<Item Key="Function">CacheDelete</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###FetchMail" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Fetch emails via fetchmail.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">FetchMail</Item>
<Item Key="Schedule">*/5 * * * *</Item> <!-- default each five minutes -->
<Item Key="Module">Kernel::System::FetchMail</Item>
<Item Key="Function">Fetch</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###FetchMailSSL" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Fetch emails via fetchmail (using SSL).</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">FetchMailSSL</Item>
<Item Key="Schedule">*/5 * * * *</Item> <!-- default each five minutes -->
<Item Key="Module">Kernel::System::FetchMail</Item>
<Item Key="Function">Fetch</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>SSL</Item>
<Item>1</Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###GenerateDashboardStats" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Generate dashboard statistics.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">GenerateDashboardStats</Item>
<Item Key="Schedule">5 * * * *</Item> <!-- default: every hour on the 5th minute -->
<!-- Use a console command here as it does some PID handling -->
<Item Key="Module">Kernel::System::Console::Command::Maint::Stats::Dashboard::Generate</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###EscalationCheck" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Triggers ticket escalation events and notification events for escalation.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">EscalationCheck</Item>
<Item Key="Schedule">*/5 * * * *</Item> <!-- Default every 5 mins -->
<Item Key="Module">Kernel::System::Console::Command::Maint::Ticket::EscalationCheck</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###TicketPendingCheck" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Process pending tickets.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">TicketPendingCheck</Item>
<Item Key="Schedule">45 */2 * * *</Item> <!-- default every 2 hours in the minute 45 -->
<Item Key="Module">Kernel::System::Console::Command::Maint::Ticket::PendingCheck</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###SpoolMailsReprocess" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Reprocess mails from spool directory that could not be imported in the first place.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">SpoolMailsReprocess</Item>
<Item Key="Schedule">10 0 * * *</Item> <!-- default: every day at 12:10 AM-->
<Item Key="Module">Kernel::System::Console::Command::Maint::PostMaster::SpoolMailsReprocess</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###MailAccountFetch" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Fetch incoming emails from configured mail accounts.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">MailAccountFetch</Item>
<Item Key="Schedule">*/10 * * * *</Item> <!-- default: every 10 minutes -->
<Item Key="Module">Kernel::System::Console::Command::Maint::PostMaster::MailAccountFetch</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###TicketAcceleratorRebuild" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Rebuild the ticket index for AgentTicketQueue.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">TicketAcceleratorRebuild</Item>
<Item Key="Schedule">01 01 * * *</Item> <!-- default each day at 01:01 AM -->
<Item Key="Module">Kernel::System::Ticket</Item>
<Item Key="Function">TicketAcceleratorRebuild</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###SessionDeleteExpired" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Delete expired sessions.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">SessionDeleteExpired</Item>
<Item Key="Schedule">55 */2 * * *</Item> <!-- default every 2 hours in the minute 55 -->
<Item Key="Module">Kernel::System::Console::Command::Maint::Session::DeleteExpired</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###TicketUnlockTimeout" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Unlock tickets that are past their unlock timeout.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">TicketUnlockTimeout</Item>
<Item Key="Schedule">35 * * * *</Item> <!-- default: every hour in minute 35 -->
<Item Key="Module">Kernel::System::Console::Command::Maint::Ticket::UnlockTimeout</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###RenewCustomerSMIMECertificates" Required="0" Valid="1">
<Description Translatable="1">Renew existing SMIME certificates from customer backend. Note: SMIME and SMIME::FetchFromCustomer needs to be enabled in SysConfig and customer backend needs to be configured to fetch UserSMIMECertificate attribute.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">RenewCustomerSMIMECertificates</Item>
<Item Key="Schedule">02 02 * * *</Item> <!-- default each day at 02:02 AM -->
<Item Key="Module">Kernel::System::Console::Command::Maint::SMIME::CustomerCertificate::Renew</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###ArticleSearchIndexRebuild" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Checks for articles that needs to be updated in the article search index.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">ArticleSearchIndexRebuild</Item>
<Item Key="Schedule">* * * * *</Item> <!-- default: every minute -->
<Item Key="Module">Kernel::System::Console::Command::Maint::Ticket::FulltextIndexRebuildWorker</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>--children</Item>
<Item>4</Item>
<Item>--limit</Item>
<Item>20000</Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###MailQueueSend" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Checks for queued outgoing emails to be sent.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">MailQueueSend</Item>
<Item Key="Schedule">* * * * *</Item> <!-- default every minute -->
<Item Key="Module">Kernel::System::Console::Command::Maint::Email::MailQueue</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>--send</Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###CommunicationLogDelete" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Checks for communication log entries to be deleted.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">CommunicationLogDelete</Item>
<Item Key="Schedule">00 03 * * *</Item> <!-- default each day at 03:00 AM -->
<Item Key="Module">Kernel::System::Console::Command::Maint::Log::CommunicationLog</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>--purge</Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<!-- custom cron tasks -->
<Setting Name="Daemon::SchedulerCronTaskManager::Task###Custom1" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Executes a custom command or module. Note: if module is used, function is required.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">Custom1</Item>
<Item Key="Schedule">* * * * *</Item>
<Item Key="Module"></Item>
<Item Key="Function"></Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###Custom2" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Executes a custom command or module. Note: if module is used, function is required.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">Custom2</Item>
<Item Key="Schedule">* * * * *</Item>
<Item Key="Module"></Item>
<Item Key="Function"></Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###Custom3" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Executes a custom command or module. Note: if module is used, function is required.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">Custom3</Item>
<Item Key="Schedule">* * * * *</Item>
<Item Key="Module"></Item>
<Item Key="Function"></Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###Custom4" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Executes a custom command or module. Note: if module is used, function is required.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">Custom4</Item>
<Item Key="Schedule">* * * * *</Item>
<Item Key="Module"></Item>
<Item Key="Function"></Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###Custom5" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Executes a custom command or module. Note: if module is used, function is required.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">Custom5</Item>
<Item Key="Schedule">* * * * *</Item>
<Item Key="Module"></Item>
<Item Key="Function"></Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###Custom6" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Executes a custom command or module. Note: if module is used, function is required.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">Custom6</Item>
<Item Key="Schedule">* * * * *</Item>
<Item Key="Module"></Item>
<Item Key="Function"></Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###Custom7" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Executes a custom command or module. Note: if module is used, function is required.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">Custom7</Item>
<Item Key="Schedule">* * * * *</Item>
<Item Key="Module"></Item>
<Item Key="Function"></Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###Custom8" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Executes a custom command or module. Note: if module is used, function is required.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">Custom8</Item>
<Item Key="Schedule">* * * * *</Item>
<Item Key="Module"></Item>
<Item Key="Function"></Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###Custom9" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Executes a custom command or module. Note: if module is used, function is required.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">Custom9</Item>
<Item Key="Schedule">* * * * *</Item>
<Item Key="Module"></Item>
<Item Key="Function"></Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<!-- custom generic agent tasks -->
<Setting Name="Daemon::SchedulerCronTaskManager::Task###GenericAgentFile1" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Run file based generic agent jobs (Note: module name needs to be specified in -configuration-module param e.g. "Kernel::System::GenericAgent").</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">GenericAgentFile1</Item>
<Item Key="Schedule">*/20 * * * *</Item> <!-- Default every 20 mins -->
<!-- Use a console command here as it does some PID handling -->
<Item Key="Module">Kernel::System::Console::Command::Maint::GenericAgent::Run</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>--configuration-module</Item>
<Item><ModuleName></Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###GenericAgentFile2" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Run file based generic agent jobs (Note: module name needs to be specified in -configuration-module param e.g. "Kernel::System::GenericAgent").</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">GenericAgentFile2</Item>
<Item Key="Schedule">*/20 * * * *</Item> <!-- Default every 20 mins -->
<!-- Use a console command here as it does some PID handling -->
<Item Key="Module">Kernel::System::Console::Command::Maint::GenericAgent::Run</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>--configuration-module</Item>
<Item><ModuleName></Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###GenericAgentFile3" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Run file based generic agent jobs (Note: module name needs to be specified in -configuration-module param e.g. "Kernel::System::GenericAgent").</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">GenericAgentFile3</Item>
<Item Key="Schedule">*/20 * * * *</Item> <!-- Default every 20 mins -->
<!-- Use a console command here as it does some PID handling -->
<Item Key="Module">Kernel::System::Console::Command::Maint::GenericAgent::Run</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>--configuration-module</Item>
<Item><ModuleName></Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###GenericAgentFile4" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Run file based generic agent jobs (Note: module name needs to be specified in -configuration-module param e.g. "Kernel::System::GenericAgent").</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">GenericAgentFile4</Item>
<Item Key="Schedule">*/20 * * * *</Item> <!-- Default every 20 mins -->
<!-- Use a console command here as it does some PID handling -->
<Item Key="Module">Kernel::System::Console::Command::Maint::GenericAgent::Run</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>--configuration-module</Item>
<Item><ModuleName></Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###GenericAgentFile5" Required="0" Valid="0" ConfigLevel="100">
<Description Translatable="1">Run file based generic agent jobs (Note: module name needs to be specified in -configuration-module param e.g. "Kernel::System::GenericAgent").</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">GenericAgentFile5</Item>
<Item Key="Schedule">*/20 * * * *</Item> <!-- Default every 20 mins -->
<!-- Use a console command here as it does some PID handling -->
<Item Key="Module">Kernel::System::Console::Command::Maint::GenericAgent::Run</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>--configuration-module</Item>
<Item><ModuleName></Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<!-- new tasks -->
<Setting Name="Daemon::SchedulerCronTaskManager::Task###RegistrationUpdateSend" Required="1" Valid="1" ReadOnly="1" ConfigLevel="100">
<Description Translatable="1">Sends registration information to OTRS group.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">RegistrationUpdateSend</Item>
<Item Key="Schedule">30 * * * *</Item> <!-- default: every hour in minute 30 -->
<Item Key="Module">Kernel::System::Console::Command::Maint::Registration::UpdateSend</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###SupportDataCollectAsynchronous" Required="1" Valid="1" ReadOnly="1" ConfigLevel="100">
<Description Translatable="1">Collect support data for asynchronous plug-in modules.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">SupportDataCollectAsynchronous</Item>
<Item Key="Schedule">1 * * * *</Item> <!-- default: every hour in minute 1 -->
<Item Key="Module">Kernel::System::Console::Command::Maint::SupportData::CollectAsynchronous</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###OTRSBusinessEntitlementCheck" Required="0" Valid="0" ReadOnly="0" ConfigLevel="100">
<Description Translatable="1">Checks the entitlement status of OTRS Business Solution™.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">OTRSBusinessEntitlementCheck</Item>
<Item Key="Schedule">25,45 */1 * * *</Item> <!-- default: each hour in the minute 15 and 45 -->
<Item Key="Module">Kernel::System::Console::Command::Maint::OTRSBusiness::EntitlementCheck</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###OTRSBusinessAvailabilityCheck" Required="0" Valid="0" ReadOnly="0" ConfigLevel="100">
<Description Translatable="1">Checks the availability of OTRS Business Solution™ for this system.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">OTRSBusinessAvailabilityCheck</Item>
<Item Key="Schedule">15,35,55 */1 * * *</Item> <!-- default: each hour in the minute 15,35 and 55 -->
<Item Key="Module">Kernel::System::Console::Command::Maint::OTRSBusiness::AvailabilityCheck</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerGenericInterfaceTaskManager::FutureTaskTimeDiff" Required="1" Valid="1" ConfigLevel="100">
<Description Translatable="1">Defines the default the number of seconds (from current time) to re-schedule a generic interface failed task.</Description>
<Navigation>Daemon::SchedulerGenericInterfaceTaskManager</Navigation>
<Value>
<Item ValueType="String" ValueRegex="^\d+$">300</Item> <!-- default 60 * 5 (5 mins)-->
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###ConfigurationDeploymentCleanup" Required="1" Valid="1" ConfigLevel="100">
<Description Translatable="1">Removes old system configuration deployments (Sunday mornings).</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">ConfigurationDeploymentCleanup</Item>
<Item Key="Schedule">40 0 * * 0</Item> <!-- default every Sunday at 12:40 AM -->
<Item Key="Module">Kernel::System::SysConfig</Item>
<Item Key="Function">ConfigurationDeployCleanup</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###TicketNumberCounterCleanup" Required="1" Valid="1" ConfigLevel="100">
<Description Translatable="1">Removes old ticket number counters (each 10 minutes).</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">TicketNumberCounterCleanup</Item>
<Item Key="Schedule">*/10 * * * *</Item> <!-- each 10 mins -->
<Item Key="Module">Kernel::System::Ticket::Number::AutoIncrement</Item> <!-- use AutoIncrement to have access to the base function. -->
<Item Key="Function">TicketNumberCounterCleanup</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###GeneticInterfaceDebugLogCleanup" Required="0" Valid="1">
<Description Translatable="1">Removes old generic interface debug log entries created before the specified amount of days.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">GeneticInterfaceDebugLogCleanup</Item>
<Item Key="Schedule">02 03 * * *</Item> <!-- default each day at 03:02 AM -->
<Item Key="Module">Kernel::System::Console::Command::Maint::GenericInterface::DebugLog::Cleanup</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>--created-before-days</Item>
<Item>14</Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Daemon::SchedulerCronTaskManager::Task###TicketDraftDeleteExpired" Required="0" Valid="1" ConfigLevel="100">
<Description Translatable="1">Delete expired ticket draft entries.</Description>
<Navigation>Daemon::SchedulerCronTaskManager::Task</Navigation>
<Value>
<Hash>
<Item Key="TaskName">TicketDraftDeleteExpired</Item>
<Item Key="Schedule">55 * * * *</Item> <!-- default every hour in minute 55 -->
<Item Key="Module">Kernel::System::Console::Command::Maint::FormDraft::Delete</Item>
<Item Key="Function">Execute</Item>
<Item Key="MaximumParallelInstances">1</Item>
<Item Key="Params">
<Array>
<Item>--object-type</Item>
<Item>Ticket</Item>
<Item>--expired</Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
</otrs_config>
|