|
76 | 76 | name="fim-synchronization"
|
77 | 77 | >Synchronization</md-nav-item
|
78 | 78 | >
|
| 79 | + <md-nav-item |
| 80 | + class="wz-nav-item" |
| 81 | + md-nav-click="switchConfigurationSubTab('fim-files-limit')" |
| 82 | + name="fim-files-limit" |
| 83 | + >Files limit</md-nav-item |
| 84 | + > |
| 85 | + <md-nav-item |
| 86 | + class="wz-nav-item" |
| 87 | + ng-if="((agent || {}).os || {}).platform === 'windows'" |
| 88 | + md-nav-click="switchConfigurationSubTab('fim-registries-limit')" |
| 89 | + name="fim-registries-limit" |
| 90 | + >Registries limit</md-nav-item |
| 91 | + > |
79 | 92 | </md-nav-bar>
|
80 | 93 | <!-- End Integrity monitoring navigation bar -->
|
81 | 94 |
|
|
807 | 820 | label="Maximum message throughput"
|
808 | 821 | value="currentConfig['syscheck-syscheck'].syscheck.synchronization.max_eps">
|
809 | 822 | </wz-config-item>
|
| 823 | + <wz-config-item |
| 824 | + label="Number of threads" |
| 825 | + value="currentConfig['syscheck-syscheck'].syscheck.synchronization.thread_pool"> |
| 826 | + </wz-config-item> |
| 827 | + </div> |
| 828 | + <!-- End configuration block --> |
| 829 | + </md-card-content> |
| 830 | + </md-card> |
| 831 | + |
| 832 | + <md-card |
| 833 | + class="wz-md-card" |
| 834 | + ng-if="!JSONContent && !XMLContent && configurationSubTab === 'fim-files-limit'"> |
| 835 | + <md-card-content> |
| 836 | + <div layout="row" layout-align="start center"> |
| 837 | + <div> |
| 838 | + <span class="font-size-16">Files limit</span> |
| 839 | + <div class="wz-margin-top-10"> |
| 840 | + <span class="md-subheader small" |
| 841 | + >Limit the maximum files in the FIM database</span |
| 842 | + > |
| 843 | + </div> |
| 844 | + </div> |
| 845 | + <span flex></span> |
| 846 | + <span |
| 847 | + ng-class="JSONContent ? 'wz-text-active' : ''" |
| 848 | + class="wz-text-link small" |
| 849 | + ng-click="getJSON()" |
| 850 | + >JSON</span |
| 851 | + > |
| 852 | + <span class="small"> · </span> |
| 853 | + <span |
| 854 | + ng-class="XMLContent ? 'wz-text-active' : ''" |
| 855 | + class="wz-text-link small" |
| 856 | + ng-click="getXML()" |
| 857 | + >XML</span |
| 858 | + > |
| 859 | + </div> |
| 860 | + <md-divider class="wz-margin-top-10"></md-divider> |
| 861 | + |
| 862 | + <!-- Configuration block --> |
| 863 | + <div class="wz-padding-top-10"> |
| 864 | + <wz-config-item |
| 865 | + label="File limit status" |
| 866 | + value="currentConfig['syscheck-syscheck'].syscheck.file_limit.enabled === 'yes' ? 'enabled' : 'disabled'"> |
| 867 | + </wz-config-item> |
| 868 | + <wz-config-item |
| 869 | + ng-if="currentConfig['syscheck-syscheck'].syscheck.file_limit.enabled === 'yes'" |
| 870 | + label="Maximum number of files to monitor" |
| 871 | + value="currentConfig['syscheck-syscheck'].syscheck.file_limit.entries"> |
| 872 | + </wz-config-item> |
810 | 873 | </div>
|
811 | 874 | <!-- End configuration block -->
|
812 | 875 | </md-card-content>
|
813 | 876 | </md-card>
|
814 | 877 |
|
| 878 | + <!-- End of Files limit section --> |
| 879 | + |
| 880 | + <md-card |
| 881 | + class="wz-md-card" |
| 882 | + ng-if="((agent || {}).os || {}).platform === 'windows' && !JSONContent && !XMLContent && configurationSubTab === 'fim-registries-limit'"> |
| 883 | + <md-card-content> |
| 884 | + <div layout="row" layout-align="start center"> |
| 885 | + <div> |
| 886 | + <span class="font-size-16">Registries limit</span> |
| 887 | + <div class="wz-margin-top-10"> |
| 888 | + <span class="md-subheader small" |
| 889 | + >Limit the maximum registries in the FIM database</span |
| 890 | + > |
| 891 | + </div> |
| 892 | + </div> |
| 893 | + <span flex></span> |
| 894 | + <span |
| 895 | + ng-class="JSONContent ? 'wz-text-active' : ''" |
| 896 | + class="wz-text-link small" |
| 897 | + ng-click="getJSON()" |
| 898 | + >JSON</span |
| 899 | + > |
| 900 | + <span class="small"> · </span> |
| 901 | + <span |
| 902 | + ng-class="XMLContent ? 'wz-text-active' : ''" |
| 903 | + class="wz-text-link small" |
| 904 | + ng-click="getXML()" |
| 905 | + >XML</span |
| 906 | + > |
| 907 | + </div> |
| 908 | + <md-divider class="wz-margin-top-10"></md-divider> |
| 909 | + |
| 910 | + <!-- Configuration block --> |
| 911 | + <div class="wz-padding-top-10"> |
| 912 | + <wz-config-item |
| 913 | + label="Registries limit status" |
| 914 | + value="currentConfig['syscheck-syscheck'].syscheck.registry_limit.enabled === 'yes' ? 'enabled' : 'disabled'"> |
| 915 | + </wz-config-item> |
| 916 | + <wz-config-item |
| 917 | + ng-if="currentConfig['syscheck-syscheck'].syscheck.registry_limit.enabled === 'yes'" |
| 918 | + label="Maximum number of registries to monitor" |
| 919 | + value="currentConfig['syscheck-syscheck'].syscheck.registry_limit.entries"> |
| 920 | + </wz-config-item> |
| 921 | + </div> |
| 922 | + <!-- End configuration block --> |
| 923 | + </md-card-content> |
| 924 | + </md-card> |
| 925 | + |
| 926 | + <!-- End of Registries limit section --> |
| 927 | + |
815 | 928 | <!-- JSON && XML card-->
|
816 | 929 | <wz-config-viewer
|
817 | 930 | flex
|
|
0 commit comments