├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── english ├── 01.Prerequisites │ └── Libraries-version.md ├── 02.Newbie-documentation │ └── OCS-Inventory-NG-Basics.md ├── 03.Basic-documentation │ ├── Administration-of-OCS-Inventory-NG.md │ ├── Deploying-database-server.md │ ├── Setting-up-a-OCS-Inventory-Server-with-rpm.md │ ├── Setting-up-a-OCS-Inventory-Server.md │ ├── Setting-up-the-Android-Agent.md │ ├── Setting-up-the-MacOSX-agent-on-client-computers.md │ ├── Setting-up-the-UNIX-agent-manually-on-client-computers.md │ ├── Setting-up-the-UNIX-agent-using-repository-on-client-computers.md │ ├── Setting-up-the-Windows-Agent-2.x-on-client-computers.md │ ├── Understanding-OCS-Crontab.md │ └── Updating-the-server.md ├── 04.Management-console-and-its-advanced-features │ ├── CVE-Search-management.md │ ├── CVE-Search-match-regex.md │ ├── CVE-Search-visualize-history.md │ ├── Configure-OCS-news.md │ ├── Configure-mail-notification.md │ ├── Export-a-computer.md │ ├── Layout-management.md │ ├── Manage-authentification-with-CAS.md │ ├── Managing-SAAS-inventory.md │ ├── Managing-administrative-data.md │ ├── Managing-users-profiles-of-the-web-interface.md │ ├── Querying-inventory-results.md │ ├── Synchronization-between-OCS-and-LDAP.md │ ├── Using-Assets-Categorization.md │ ├── Using-Saved-Searches.md │ ├── Using-Software-Categorization.md │ ├── Using-computers-archive-feature.md │ ├── Using-computers-groups.md │ └── Using-wake-on-lan-feature.md ├── 05.Deployment │ ├── Configuration.md │ ├── Developers.md │ ├── Introduction.md │ ├── Linux │ │ └── Summary.md │ ├── Mac │ │ └── Summary.md │ ├── Prerequisites.md │ └── Windows │ │ └── Summary.md ├── 06.Network-Discovery-with-OCS-Inventory-NG │ ├── Managing-and-using-SNMP-feature.md │ ├── SNMP-Synchronization.md │ ├── Using-IP-discovery-feature.md │ ├── Using-IPDiscover-scanner.md │ ├── Using-Local-SNMP-scan-feature.md │ └── Using-SNMP-scan-feature.md ├── 07.OCS-Tools │ ├── OCS-Ansible-Role-for-Unix-Packager.md │ ├── OCS-Inventory-NG-Agent-Deployement-Tool.md │ ├── OCS-MacOSX-Packager.md │ ├── OCS-Unix-Packager.md │ └── OCS-Windows-Packager.md ├── 08.Multi-site-network-architecture │ ├── Synchronisation-between-OCS-server-master-slaves.md │ └── Using-local-proxy-cache-to-deploy.md ├── 09.Extras │ ├── Backup-restore-of-OCS-Inventory-NG-database.md │ ├── Common-errors.md │ ├── Enable-Powershell-Support-on-Windows-Agent.md │ ├── Management-server-tuning.md │ └── Secure-your-OCS-Inventory-NG-Server.md ├── 10.Plugin-engine │ └── Using-plugins-installer.md ├── 11.Rest-API │ ├── Authentification.md │ ├── Configuration.md │ ├── DELETE-Routes.md │ ├── GET-Routes.md │ ├── Introduction.md │ ├── POST-Routes.md │ └── PUT-Routes.md ├── 12.Developers │ ├── HOWTO-compile-OCS-Windows-Agent.md │ ├── HOWTO-create-theme.md │ ├── HOWTO-package-OCS-MacOSX-agent-releases.md │ ├── HOWTO-package-OCS-Unix-agent-releases.md │ ├── HOWTO-package-OCS-Unix-server-releases.md │ └── XML-Format.md ├── 13.Docker-documentation │ └── Using-the-docker-image.md ├── 14.Archive │ └── OLD-Using-the-docker-image.md ├── 15.GreenIT │ ├── 01.Server │ │ ├── Dashboard.md │ │ └── Server-installation-and-configuration.md │ ├── 02.Agent │ │ ├── Agent-installation-and-configuration.md │ │ └── Agent-service-for-developpers.md │ └── index.md ├── 15.Kubernetes │ └── Helm-charts.md └── index.md └── img ├── agent ├── android │ ├── android_agent_acces_1.png │ ├── android_agent_acces_2.png │ ├── android_agent_acces_3.png │ ├── android_agent_config_1.png │ ├── android_agent_config_2.png │ ├── android_agent_download.png │ ├── android_agent_homepage.png │ ├── android_agent_homepage_settings.png │ └── android_agent_install_down.png ├── deployment │ ├── OCS-NG-Deploy-Tool-Config_1.png │ ├── OCS-NG-Deploy-Tool-Config_2.png │ ├── OCS-NG-Deploy-Tool-Deploy-Win_1.png │ ├── OCS-NG-Deploy-Tool-Deploy-Win_2.png │ ├── OCS-NG-Deploy-Tool-Deploy-Win_3.png │ ├── OCS-NG-Deploy-Tool-Deploy-Win_4.png │ ├── OCS-NG-Deploy-Tool-Deploy-Win_5.png │ ├── OCS-NG-Deploy-Tool-Setup_1.png │ ├── OCS-NG-Deploy-Tool-Setup_2.png │ ├── OCS-NG-Deploy-Tool-Setup_3.png │ ├── OCS-NG-Deploy-Tool-Setup_4.png │ ├── OCS-NG-Deploy-Tool-Setup_5.png │ └── OCS-NG-Deploy-Tool-Setup_6.png ├── greenit │ ├── service_configuration_1.png │ ├── service_mainFile_1.png │ ├── service_openHardwareMonitor_1.png │ ├── service_organization_1.png │ ├── service_serviceFile_1.png │ ├── service_serviceFile_2.png │ └── service_serviceFile_3.png ├── linux │ ├── Unix_agent.jpg │ ├── Unix_agent_2.jpg │ ├── Unix_agent_3.jpg │ ├── Unix_agent_4.jpg │ ├── Unix_agent_5.jpg │ ├── Unix_agent_6.jpg │ ├── Unix_agent_7.jpg │ └── Unix_agent_8.jpg ├── macOS │ ├── macosx_agent_download_warn.png │ ├── macosx_agent_finder_icon.png │ ├── macosx_agent_install_authentication.png │ ├── macosx_agent_install_configuration.png │ ├── macosx_agent_install_configuration_warn.png │ ├── macosx_agent_install_daemon_options.png │ ├── macosx_agent_install_destination.png │ ├── macosx_agent_install_end.png │ ├── macosx_agent_install_introduction.png │ ├── macosx_agent_install_licence.png │ ├── macosx_agent_install_type.png │ ├── macosx_agent_launch_window.png │ ├── macosx_agent_pkg_icon.png │ └── packager │ │ ├── configuration_choose_cacert.png │ │ ├── configuration_choose_package.png │ │ ├── configuration_download_warn.png │ │ ├── configuration_package_warn.png │ │ ├── configuration_window.png │ │ ├── end_notification.png │ │ ├── export_choose_export.png │ │ ├── export_package_already_exists_warn.png │ │ ├── export_path_warn.png │ │ └── export_window.png └── windows │ ├── install_agent_win_proxy1.png │ ├── install_agent_win_proxy2.png │ ├── install_agent_win_proxy3.png │ ├── install_agent_win_proxy4.png │ ├── install_agent_win_proxy5.png │ ├── install_agent_win_proxy6.png │ ├── install_agent_win_proxy7.png │ ├── install_agent_win_proxy8.png │ ├── packager │ ├── configuration_choose.jpg │ ├── configuration_choose_directory.jpg │ └── configuration_choose_empty.jpg │ ├── setup_1.png │ ├── setup_10.png │ ├── setup_2.png │ ├── setup_3.png │ ├── setup_4.png │ ├── setup_5.png │ ├── setup_6.png │ ├── setup_7.png │ ├── setup_8.png │ ├── setup_9.png │ ├── setup_local_1.png │ ├── setup_local_2.png │ ├── setup_local_3.png │ └── uninstaller.png ├── other ├── team-guigui.jpg ├── team-pierre.jpg ├── team-rone.jpg └── team-the-ordi.jpg └── server ├── deployment ├── .gitkeep ├── configuration_enable_download.png ├── teledeploy_all_custom_example.png ├── teledeploy_all_custom_resume.png ├── teledeploy_all_others_options.png ├── teledeploy_all_store_example.png ├── teledeploy_all_store_resume.png ├── teledeploy_configuration_activate.png ├── teledeploy_configuration_cycle_latency.png ├── teledeploy_configuration_enable.png ├── teledeploy_configuration_frag_latency.png ├── teledeploy_configuration_fragmentation.png ├── teledeploy_configuration_menu.png ├── teledeploy_configuration_period_latency.png ├── teledeploy_configuration_period_length.png ├── teledeploy_configuration_timeout.png ├── teledeploy_configuration_uri_frag.png ├── teledeploy_configuration_uri_info.png ├── teledeploy_developpers_example_field.png ├── teledeploy_interactions.png ├── teledeploy_interactions_example.png ├── teledeploy_linux_aptrepo_example.png ├── teledeploy_linux_aptrepo_resume.png ├── teledeploy_linux_bash_example.png ├── teledeploy_linux_bash_resume.png ├── teledeploy_linux_install_example.png ├── teledeploy_linux_install_resume.png ├── teledeploy_linux_install_uninstall_options.png ├── teledeploy_linux_installplugin_example.png ├── teledeploy_linux_installplugin_resume.png ├── teledeploy_linux_scripts_options.png ├── teledeploy_linux_uninstall_example.png ├── teledeploy_linux_uninstall_resume.png ├── teledeploy_linux_yumrepo_example.png ├── teledeploy_linux_yumrepo_resume.png ├── teledeploy_macos_app_example.png ├── teledeploy_macos_app_resume.png ├── teledeploy_macos_apple_example.png ├── teledeploy_macos_apple_resume.png ├── teledeploy_macos_brew_example.png ├── teledeploy_macos_brew_resume.png ├── teledeploy_macos_install_uninstall_options.png ├── teledeploy_macos_pkg_example.png ├── teledeploy_macos_pkg_resume.png ├── teledeploy_macos_scripts_options.png ├── teledeploy_new_configurations.png ├── teledeploy_operating_systems.png ├── teledeploy_resume_creation.png ├── teledeploy_windows_batch_example.png ├── teledeploy_windows_batch_resume.png ├── teledeploy_windows_exe_example.png ├── teledeploy_windows_exe_resume.png ├── teledeploy_windows_install_uninstall_options.png ├── teledeploy_windows_msi_example.png ├── teledeploy_windows_msi_resume.png ├── teledeploy_windows_powershell_example.png ├── teledeploy_windows_powershell_resume.png ├── teledeploy_windows_scripts_options.png ├── teledeploy_windows_uninstall_example.png ├── teledeploy_windows_uninstall_resume.png ├── teledeploy_windows_update_agent_example.png └── teledeploy_windows_update_agent_resume.png ├── developpers ├── ex_accoutinfo_config_data.png ├── ex_accoutinfo_data.png └── ex_config_accountinfo_data.png ├── filesystem ├── plugins_feature_1.png ├── plugins_feature_2.png ├── plugins_feature_3.png └── plugins_feature_4.png ├── greenit ├── allow_access_1.png ├── allow_access_2.png ├── allow_access_3.png ├── allow_access_4.png ├── configuration_1.png ├── configuration_2.png ├── dashboard_1.png ├── dashboard_2.png ├── dashboard_computerType_1.png ├── dashboard_computerType_2.png ├── dashboard_filtered_1.png ├── dashboard_filtered_2.png ├── dashboard_filtered_3.png ├── dashboard_filtered_4.png ├── dashboard_filtered_5.png ├── dashboard_global_1.png ├── dashboard_global_2.png ├── dashboard_manufacturer_1.png ├── dashboard_manufacturer_2.png ├── dashboard_os_1.png ├── dashboard_os_2.png └── datafilter_1.png ├── linux ├── import_mysql.jpg ├── install_restart_apache.png ├── ip_discover_feature.png ├── secure_ocs_database.png ├── setup_administration_console.png ├── setup_apache_config.png ├── setup_apache_config_directory.png ├── setup_apache_daemon.png ├── setup_apache_document_root_directory.png ├── setup_apache_group.png ├── setup_apache_user.png ├── setup_cancel.png ├── setup_communication_server.png ├── setup_database_1.png ├── setup_database_2.png ├── setup_log.png └── setup_perl_binary.png ├── reports ├── SAAS_activate.png ├── SAAS_add.png ├── SAAS_computer_detail.png ├── SAAS_list_all.png ├── SAAS_menu.png ├── administration_ocs_1.png ├── administration_ocs_10.png ├── administration_ocs_11.png ├── administration_ocs_12.png ├── administration_ocs_13.png ├── administration_ocs_14.png ├── administration_ocs_15.png ├── administration_ocs_16.png ├── administration_ocs_17.png ├── administration_ocs_18.png ├── administration_ocs_19.png ├── administration_ocs_2.png ├── administration_ocs_20.png ├── administration_ocs_21.png ├── administration_ocs_22.png ├── administration_ocs_23.png ├── administration_ocs_24.png ├── administration_ocs_25.png ├── administration_ocs_26.png ├── administration_ocs_3.png ├── administration_ocs_4.png ├── administration_ocs_5.png ├── administration_ocs_6.png ├── administration_ocs_7.png ├── administration_ocs_8.png ├── administration_ocs_9.png ├── administration_ocs_cas_lang_var.png ├── administration_ocs_cas_var.png ├── administration_ocs_ldap_var.png ├── administrative_data_1.png ├── administrative_data_10.png ├── administrative_data_11.png ├── administrative_data_12.png ├── administrative_data_13.png ├── administrative_data_14.png ├── administrative_data_15.png ├── administrative_data_2.png ├── administrative_data_3.png ├── administrative_data_4.png ├── administrative_data_5.png ├── administrative_data_6.png ├── administrative_data_7.png ├── administrative_data_8.png ├── administrative_data_9.png ├── archive_mass_action.png ├── assets_categories_create_form.png ├── assets_categories_list.png ├── assets_categories_multi_search.png ├── computer_details_configuration.PNG ├── computer_details_configurations.png ├── computers_groups_1.png ├── computers_groups_10.png ├── computers_groups_11.png ├── computers_groups_12.png ├── computers_groups_2.png ├── computers_groups_3.png ├── computers_groups_4.png ├── computers_groups_5.png ├── computers_groups_6.png ├── computers_groups_7.png ├── computers_groups_8.png ├── computers_groups_9.png ├── config_custom_theme.png ├── config_tab_theme.png ├── configuration_menu.PNG ├── configurations_menu.png ├── cvesearch_config_pane_entry.png ├── cvesearch_config_screen.png ├── cvesearch_csv_import.png ├── cvesearch_cve_history.png ├── cvesearch_cvereporting_menu.png ├── cvesearch_cvetable.png ├── cvesearch_cvetable_computer.png ├── cvesearch_cvetable_cvss.png ├── cvesearch_cvetable_details.png ├── cvesearch_cvetable_filter.png ├── cvesearch_cvetable_software.png ├── cvesearch_match_criterias.png ├── cvesearch_match_list.png ├── cvesearch_match_regex_page.png ├── cvesearch_publisher_mismatch.png ├── deploying_packages_10.png ├── deploying_packages_11.png ├── deploying_packages_12.png ├── deploying_packages_13.png ├── deploying_packages_14.png ├── deploying_packages_17.png ├── deploying_packages_18.png ├── deploying_packages_19.png ├── deploying_packages_20.png ├── deploying_packages_21.png ├── deploying_packages_22.png ├── deploying_packages_23.png ├── deploying_packages_24.png ├── deploying_packages_3.png ├── deploying_packages_4.png ├── deploying_packages_5.png ├── deploying_packages_6.png ├── deploying_packages_7.png ├── deploying_packages_8.png ├── deploying_packages_9.png ├── deploying_packages_activate.png ├── deploying_packages_activateman.png ├── deploying_packages_edit.png ├── device_configuration.png ├── export_xml.png ├── export_xml_computer.png ├── group_configurations.png ├── group_report_notification_detail.png ├── groups_configuration.png ├── homescreen_reports.png ├── install │ ├── installation_ocsreports_1.png │ ├── installation_ocsreports_2.jpg │ ├── installation_ocsreports_3.jpg │ ├── installation_ocsreports_4.png │ └── installation_ocsreports_6.png ├── inventory_tab_menu.png ├── ip_discover_feature_1.png ├── ip_discover_feature_2.png ├── ip_discover_feature_3.png ├── ip_discover_feature_4.png ├── ip_discover_feature_5.png ├── ip_discover_feature_6.png ├── ip_discover_feature_7.png ├── ip_discover_feature_8.png ├── ip_discover_feature_9.png ├── ipdiscover_administer.png ├── ipdiscover_administer_tab.png ├── ipdiscover_administer_tab2.png ├── ipdiscover_administer_tag.png ├── ipdiscover_identified.png ├── ipdiscover_iventoried.png ├── ipdiscover_multicriteria.png ├── ipdiscover_nonidentified.png ├── ipdiscover_tab.png ├── ipdiscover_tab2.png ├── ipdiscover_tab3.png ├── layout_available.png ├── layout_columns.png ├── layout_creation.png ├── layout_manage.png ├── layout_right.png ├── ldap_1.png ├── ldap_10.png ├── ldap_2.png ├── ldap_3.png ├── ldap_4.jpg ├── ldap_5.png ├── ldap_6.jpg ├── ldap_7.jpg ├── ldap_8.png ├── ldap_9.png ├── localsnmp_config_export.png ├── localsnmp_per_group.png ├── login_page_1.png ├── login_page_2.png ├── mail_template_group_report.png ├── manage_menu.png ├── manages_menu.png ├── master_slave_1.png ├── master_slave_2.png ├── network_scans_configuration.png ├── network_scans_device_config_options.png ├── networks_scan_configuration.PNG ├── networks_scan_configurations.png ├── networks_scans_device_edit.png ├── news_config.png ├── news_dashboard.png ├── news_full.png ├── news_menu.png ├── notification_1.png ├── notification_2.png ├── notification_3.png ├── notification_4.png ├── notification_5.png ├── notification_6.png ├── notification_7.png ├── notification_8.png ├── notification_9.png ├── plugin_installation.png ├── plugin_installation_onglet.png ├── querying_ir_1.png ├── querying_ir_10.png ├── querying_ir_11.png ├── querying_ir_2.png ├── querying_ir_3.png ├── querying_ir_4.png ├── querying_ir_5.png ├── querying_ir_7.png ├── querying_ir_8.png ├── querying_ir_9.png ├── saved_searches_button.png ├── saved_searches_create.png ├── saved_searches_first.png ├── saved_searches_menu.png ├── saved_searches_search.png ├── saved_searches_second.png ├── saved_searches_success.png ├── saved_searches_update.png ├── saved_searches_updated.png ├── saved_searches_use.png ├── secure_ocs_1.png ├── secure_ocs_3.png ├── snmp_details.png ├── snmp_feature_add_communities.png ├── snmp_feature_add_community.PNG ├── snmp_feature_communities.PNG ├── snmp_feature_community.png ├── snmp_feature_config.png ├── snmp_feature_config_menu.PNG ├── snmp_feature_config_table.png ├── snmp_feature_config_type.png ├── snmp_feature_configuration.PNG ├── snmp_feature_configuration_table.png ├── snmp_feature_configuration_type.png ├── snmp_feature_configurations.png ├── snmp_feature_inventory_detail.png ├── snmp_feature_inventory_details.PNG ├── snmp_feature_inventory_table.PNG ├── snmp_feature_inventory_tables.png ├── snmp_feature_label.png ├── snmp_feature_label_table.png ├── snmp_feature_menu.png ├── snmp_feature_mib.png ├── snmp_feature_mib_config.png ├── snmp_feature_mib_table.png ├── snmp_feature_type.png ├── snmp_feature_type_table.png ├── snmp_inventory.png ├── snmp_multisearch_query.png ├── snmp_multisearch_tab.png ├── snmp_scan_configuration.png ├── snmp_scan_feature_1.png ├── snmp_scan_feature_10.png ├── snmp_scan_feature_2.png ├── snmp_scan_feature_3.png ├── snmp_scan_feature_4.png ├── snmp_scan_feature_5.png ├── snmp_scan_feature_6.png ├── snmp_scan_feature_7.png ├── snmp_scan_feature_8.png ├── snmp_scan_feature_9.png ├── snmp_scan_feature_mib_detail.png ├── snmp_scan_feature_mib_details.PNG ├── snmp_scan_feature_type_mib.PNG ├── snmp_scan_feature_type_mibs.png ├── snmp_stats.png ├── software_categories_add_regular_exp.png ├── software_categories_add_soft_name.png ├── software_categories_advance_settings.png ├── software_categories_category_form_create.png ├── software_categories_default_config.png ├── software_categories_list_categories.png ├── software_categories_list_empty.png ├── software_categories_tab_add_soft.png ├── software_categories_tab_create.png ├── software_categories_tab_list.png ├── users_profiles_1.png ├── users_profiles_10.png ├── users_profiles_11.png ├── users_profiles_12.png ├── users_profiles_2.png ├── users_profiles_3.png ├── users_profiles_4.png ├── users_profiles_5.png ├── users_profiles_6.png ├── users_profiles_7.png ├── users_profiles_8.png ├── users_profiles_9.png ├── using_redistribution_servers_10.jpg ├── using_redistribution_servers_11.jpg ├── using_redistribution_servers_12.jpg ├── using_redistribution_servers_13.jpg ├── using_redistribution_servers_14.jpg ├── using_redistribution_servers_15.jpg ├── using_redistribution_servers_16.jpg ├── using_redistribution_servers_2.jpg ├── using_redistribution_servers_3.jpg ├── using_redistribution_servers_4.jpg ├── using_redistribution_servers_5.jpg ├── using_redistribution_servers_6.jpg ├── using_redistribution_servers_7.jpg ├── using_redistribution_servers_8.jpg ├── using_redistribution_servers_9.jpg ├── visualize_computers_archive.png ├── windows_packager_reports.jpg ├── wol_immediatly.png ├── wol_only_one_computer.png └── wol_schedule.png ├── schema ├── app.jpg ├── architecture_ocs.png ├── deploying_packages_1.png ├── deploying_packages_2.png ├── injector.jpg ├── proxy_cache_deploy.jpg └── redistribution_servers.jpg └── windows ├── AD_users_and_commputers_user_logon_script.png ├── GPO ├── activate_filter.png ├── computer_startup_script_1.png ├── computer_startup_script_2.png ├── computer_startup_script_3.png ├── computer_startup_script_4.png ├── computer_startup_script_5.png └── objects.png ├── choose_components.gif ├── completing.gif ├── install_location.gif ├── license.gif ├── start_menu.gif ├── welcome.gif ├── xampp.png ├── xampp_directory.gif ├── xampp_security.png └── xampp_security_status.png /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | 2 | language: generic 3 | 4 | before_script: 5 | - sudo apt -y install npm wget 6 | - sudo npm install -g markdown-link-check 7 | - wget https://raw.githubusercontent.com/richelbilderbeek/travis_markdown-link-check/master/check_dead_links 8 | - chmod +x check_dead_links 9 | 10 | script: ./check_dead_links 11 | 12 | addons: 13 | apt: 14 | update: true 15 | 16 | branches: 17 | only: 18 | - master 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Wiki 2 | ### This is the new Documentation for OCS Inventory-NG since Version 2.4. 3 | 4 |
5 | 6 | ### English documentation 7 | 8 | * [ENGLISH DOCUMENTATION](english/index.md) 9 | 10 |
11 | 12 | ### Contribution 13 | 14 | If you miss something feel free to open an issue and ask for documentation or fork it and document it by yourself. Same for mistakes in the documentation. 15 | 16 | See [our GitHub repository](https://github.com/OCSInventory-NG/Wiki) 17 | 18 | -------------------------------------------------------------------------------- /english/01.Prerequisites/Libraries-version.md: -------------------------------------------------------------------------------- 1 | # Libraries and Modules versions 2 | 3 | Here is the list of the different libraries and modules and their versions useful for OCS Inventory server as well as the Agents. 4 | 5 | ## OCS Inventory Server 6 | 7 | * Apache version 2.2 or higher. 8 | * Mod_perl version 1.29 or higher. 9 | * PHP 7 or higher, with ZIP and GD support enabled. 10 | * php_curl 11 | * php_mbstring 12 | * php_soap 13 | * php_xml 14 | * PERL 5.6 or higher. 15 | * Perl module XML::Simple version 2.12 or higher. 16 | * Perl module Compress::Zlib version 1.33 or higher. 17 | * Perl module DBI version 1.40 or higher. 18 | * Perl module DBD::Mysql version 2.9004 or higher. 19 | * Perl module Apache::DBI version 0.93 or higher. 20 | * Perl module Net::IP version 1.21 or higher. 21 | * Perl module SOAP::Lite version 0.66 or higher (optional) 22 | * Perl module Mojolicious::Lite 23 | * Perl module Plack::Handler 24 | * Perl module Archive::Zip 25 | * Perl module YAML 26 | * Perl module XML::Entities 27 | * Perl module Switch 28 | * We recommend MySQL 8.0 or higher and MariaDB 10.3 or higher in order to be compatible and have the latest security fixes. 29 | * Make utility such as GNU make. 30 | 31 | **`Note : We highly recommend to use mariaDB`** 32 | 33 | ## OCS Inventory Agent 2.x on Unix Operating Systems 34 | 35 | * PERL 5.8 and higher 36 | * Perl module XML::Simple 37 | * Perl module Compress::Zlib 38 | * Perl module Net::IP 39 | * Perl module LWP::UserAgent 40 | * Perl module Digest::MD5 41 | * Perl module Net::SSLeay 42 | * Perl module Data::UUID 43 | * Perl Module Mac::SysProfile is needed on MacOSX 44 | * dmidecode 45 | * lspci on Linux and BSD (pciutils package) 46 | * Make utility 47 | * C/C++ compiler like GNU GCC 48 | 49 | Recommended modules: 50 | 51 | * Perl module IO::Socket::SSL 52 | * Perl module Crypt::SSLeay 53 | * Perl module LWP::Protocol::https 54 | * Perl module Proc::Daemon 55 | * Perl module Proc::PID::File if Proc::Daemon is installed 56 | * Perl module Net::SNMP 57 | * Perl module Net::Netmask 58 | * Perl module Nmap::Parser 59 | * Perl module Module::Install 60 | * Perl module Net::CUPS 61 | * Perl module Parse::EDID 62 | * Nmap (v3.90 or superior) 63 | 64 | ## OCS Inventory Agent 2.x on Windows Operating Systems 65 | 66 | OCS Inventory NG Agent 2.X does not work on Windows 9X, Windows Millennium Edition or Windows NT4. 67 | You need to use old 1.X agent 4061-1. 68 | 69 | On Windows XP and 2003R2 you can only use the Windows agent 2.1.1.1. 70 | 71 | ## OCS Inventory MacOSX Agent 2.x 72 | 73 | OCS MacOSX agent 2.3 and newer agent are fully compatible under MacOSX 10.11 El captain and more. 74 | For older macos system you will have to user older versions of our agent. We don't support Mac OS versions that are not maintained by Apple. 75 | 76 | ## OCS Inventory Android Agent 77 | 78 | Have a device under Android 4.0 or higher. 79 | -------------------------------------------------------------------------------- /english/03.Basic-documentation/Understanding-OCS-Crontab.md: -------------------------------------------------------------------------------- 1 | # Understanding OCS Crontab 2 | 3 | You can find a list of available crontab on OCS Inventory and their explainations below : 4 | 5 | * **cron_all_software.php** : populate and update All software page. 6 | 7 | * **cron_cve.php** : clean and populate CVE reporting according to OCS Inventory softwares. See the [CVE Reporting documentation](../04.Management-console-and-its-advanced-features/CVE-Search-management.md) for more informations. 8 | 9 | * **cron_ipdiscover.php** : purge IpDiscover data. See [Using Ip Discovery feature](../06.Network-Discovery-with-Ocs-Inventory-NG/Using-IP-discovery-feature.md) documentation for more informations. 10 | 11 | * **cron_wol.php** : execute scheduled Wake On Lan. See [Using Wake on Lan feature](../04.Management-console-and-its-advanced-features/Using-wake-on-lan-feature.md) documentation for more informations. 12 | 13 | * **cron_mailer.php** : send reporting mail from OCS Inventory. See [Mail notifications](../04.Management-console-and-its-advanced-features/Configure-mail-notification.md) documentation for more informations. 14 | 15 | -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/CVE-Search-match-regex.md: -------------------------------------------------------------------------------- 1 | # CVE Matching expressions 2 | 3 | ## Introduction 4 | 5 | In some cases, softwares informations available on the operating system doesn't match the real publisher name and thus invalidate the CVE Research process. 6 | 7 | For example, in the screen below, you will see that our Cisco software has its publisher name set as "Cisco Systems, Inc." which is not the correct name when it come to CVE Official reference. 8 | 9 | ![cve-search publisher mistmatch](../../img/server/reports/cvesearch_publisher_mismatch.png) 10 | 11 | By default, when our CVE Inventory implementation will check the product it will use "Cisco Systems, Inc." to search potential CVE and will most likely fail to find any CVE. 12 | 13 | To make CVE more reliable OCS Inventory team created a "Matching Engine" which permit to change / replace publisher name and software name on CVE Scan. 14 | Think of this feature as a dictionnary but only targeted for CVE Scanning. 15 | 16 | ## Create a matching regex 17 | 18 | To create a matching regex between an existing software and a CVE, you will need to navigate to the "Manage > CVE Inventory" menu : 19 | 20 | ![cve-search matching regex page](../../img/server/reports/cvesearch_match_regex_page.png) 21 | 22 | From this page you will be able to create a matching criteria between an inventoried software and the proper publisher name when it come to CVE References. 23 | 24 | To take the example with Cisco Anyconnect from above, the properly name in CVE Search is : cisco as publisher and anyconnect_secure_mobility_client as name. 25 | 26 | Link : ``https://cve.circl.lu/search/cisco/anyconnect_secure_mobility_client`` 27 | 28 | To match the cve search reference, we need to set the following settings : 29 | 30 | ![cve-search match criteria](../../img/server/reports/cvesearch_match_criterias.png) 31 | 32 | When CVE Engine will process the softwares he will replace publisher and name if there is a match in the regex and thus give us a proper result. 33 | 34 | ## Bulk import using CSV file 35 | 36 | When you have a restricted / limited assets number, creating matching regex one by one can be the solution but in most of the case, you will need to be able to inject multiple entries at the same time. 37 | 38 | CVE matching come with a CSV file management, you can create your matchs under Excel or LibleOffice Calc for example and inject it later in OCS. 39 | 40 | ![cve-search csv import](../../img/server/reports/cvesearch_csv_import.png) 41 | 42 | As shown in the screen above, you can download a sample file which will help you to create valid CSV for injection. 43 | 44 | ## List matching regex 45 | 46 | You can list created / import matching regex by clicking on "Match list" tab on the left of the page. 47 | 48 | ![cve-search match list](../../img/server/reports/cvesearch_csv_import.png) 49 | -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/CVE-Search-visualize-history.md: -------------------------------------------------------------------------------- 1 | # CVE Process history 2 | 3 | ## Introduction 4 | 5 | OCS Inventory CVE Scanning will scan software by publishers and will leave an history log. 6 | 7 | This history log will give you the following informations : 8 | * Latest execution date for a specific publisher 9 | * CVE number found for that publisher 10 | * The publisher name 11 | 12 | ## How to visualize CVE History 13 | 14 | You can visualize the CVE History by going to the "Informations > CVE History" menu. 15 | 16 | ![cve-search history](../../img/server/reports/cvesearch_cve_history.png) 17 | 18 | Note : this log is read only, no action can be made from this page. -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/Configure-OCS-news.md: -------------------------------------------------------------------------------- 1 | # OCS Inventory News 2 | 3 | OCS Inventory News has been added to OCS Inventory 2.6. This feature allows you to view the latest OCS news from your dashboard. 4 | 5 | ## Enable OCS inventory News 6 | 7 | Click on ```Configuration``` then ```General configuration``` and ```Interface```. 8 | 9 | ![Enable news](../../img/server/reports/news_config.png) 10 | 11 | ## Consult the news 12 | 13 | Navigate to your dashboard and click on ```See news``` for display news menu. 14 | 15 | ![See news](../../img/server/reports/news_dashboard.png) 16 | 17 | ![News menu](../../img/server/reports/news_menu.png) 18 | 19 | Click on the news title for read it ! 20 | 21 | ![Read news](../../img/server/reports/news_full.png) 22 | 23 | Click on the arrow for return to ne news menu or click on the cross for close all news menu. 24 | -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/Configure-mail-notification.md: -------------------------------------------------------------------------------- 1 | # Mail Notifications 2 | 3 | Mail Notifications have been added in release 2.5 of OCS Inventory. This feature allow you to configure and customize your report notification. 4 | 5 | Click on _Config_ then _Notifications_. 6 | 7 | ![Notification follow](../../img/server/reports/notification_9.png) 8 | 9 | ## Configuration 10 | 11 | The first page is the configuration page. 12 | 13 | * Activate or not notification mail. 14 | 15 | ![Notification follow](../../img/server/reports/notification_1.png) 16 | 17 | * Set Administrator's email address and name. 18 | 19 | ![Notification Admin email](../../img/server/reports/notification_2.png) 20 | 21 | * Set reply email address and name. (Optional) 22 | 23 | ![Notification Admin name](../../img/server/reports/notification_3.png) 24 | 25 | * Configure SMTP : email send mode (_SMTP_ - _SMTP + SSL_ - _SMTP + TLS_), Host and Port. 26 | 27 | ![Notification SMTP](../../img/server/reports/notification_4.png) 28 | 29 | * Configure SMTP : User identifier and password. (Optional) 30 | 31 | ![Notification SMTP user](../../img/server/reports/notification_5.png) 32 | 33 | * Configure recurrence : reception time and day(s). 34 | 35 | ![Notification recurrence](../../img/server/reports/notification_6.png) 36 | 37 | ## Customization template 38 | 39 | The second page allows you to customize your template. 40 | 41 | By default the OCS Inventory template is selected. 42 | 43 | ![Notification default](../../img/server/reports/notification_7.png) 44 | 45 | If you choose _Customize template_, you can upload an html file with your custom template. It will be uploaded to the folder 46 | 47 | ocsreports/templates 48 | 49 | ![Notification customize](../../img/server/reports/notification_8.png) 50 | 51 | In order to have the OCS Inventory report values in your notification, put in your html code the values proposed below: 52 | 53 | At the moment the notification report only offers two choices: 54 | 55 | {{Report.Software}} - Number of softwares per software category 56 | {{Report.Asset}} - Number of machines per asset category 57 | 58 | In your OCS Inventory report you can use traduction files with 59 | 60 | {{g.number_of_the_traduction}} 61 | Example : {{g.49}} = Name 62 | 63 | ## Change default notification language 64 | 65 | The default notification language is English but you can modify this value in 66 | 67 | ocsreports/var.php 68 | 69 | Change the default value by your 70 | 71 | /** 72 | * Default GUI language 73 | */ 74 | define('DEFAULT_LANGUAGE', 'your_language'); 75 | 76 | ## Configure CronTab 77 | 78 | In your server, configure a CronTab to call the file cron_mailer.php in 79 | 80 | ocsreports/tools/cron_mailer.php 81 | 82 | **`Note`**`: It's recommended to set the frequency to every minute` 83 | -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/Export-a-computer.md: -------------------------------------------------------------------------------- 1 | # Export your computer to xml file 2 | 3 | For export in XML, click on XML near the name of the computer in the computer page. 4 | 5 | ![Export XML](../../img/server/reports/export_xml.png) 6 | -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/Layout-management.md: -------------------------------------------------------------------------------- 1 | # Manage layout 2 | 3 | Since 2.10, it is possible to create custom table layout in the console interface. This feature allows you to save the displayed columns of the tables and re-display them quickly. 4 | 5 | ## How to create a layout 6 | 7 | On any page with a table (except the multi-criteria page), select the columns you want to save using the `Show/Hide` dropdown and click on the button `Add a new layout`. 8 | 9 | ![layout_columns](../../img/server/reports/layout_columns.png) 10 | 11 | Set the `layout name`, the `layout description` and the `visibility scope` (only me, my group or all users) and click on `OK`. 12 | 13 | ![layout_creation](../../img/server/reports/layout_creation.png) 14 | 15 | The `visibility scope` option is available only if `Is allowed to manage layouts` is enabled on profile rights. By default, the visibility scope will be limited to the user. 16 | 17 | ![layout_right](../../img/server/reports/layout_right.png) 18 | 19 | ## How to use layout 20 | 21 | Go back to the page(s) where you saved layouts and use the `Available layouts` dropdown to change the column layouts. 22 | 23 | ![layout_available](../../img/server/reports/layout_available.png) 24 | 25 | ## How to manage layout 26 | 27 | Go to `Manage > Layouts`. You can edit or delete the layout from this page. 28 | 29 | ![layout_manage](../../img/server/reports/layout_manage.png) 30 | -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/Manage-authentification-with-CAS.md: -------------------------------------------------------------------------------- 1 | # Manage authentification with CAS 2 | 3 | It is possible to delegate authentication of the administration console of OCS Inventory. 4 | So we will see how to delegate the connection to the OCSInventory NG GUI to a CAS server. 5 | 6 | **`Note: We assume that you have a working and fully configured CAS server`** 7 | 8 | ## Prerequisites 9 | 10 | In the first place, you need to enable the advanced configuration : 11 | * Navigate to ```Configuration > General configuration``` 12 | * Click on the ```Server``` tab 13 | * Set ```ADVANCE_CONFIGURATION``` to ON 14 | * Click on ```Update``` 15 | 16 | Our only prerequisites for OCS is the **jasig/phpcas** extension already installed by composer. 17 | 18 | ## Configure LDAP options in web gui 19 | 20 | Here is a summary of the available web configuration : 21 | 22 | | Configuration item | Description | Example | 23 | |---|---|---| 24 | | **CAS_PORT** | CAS Server port | 443 | 25 | | **CAS_URI** | CAS URI | /cas | 26 | | **CAS_HOST** | CAS Server host | authentication.org | 27 | | **CAS_DEFAULT_ROLE** | Default role of CAS based user, assigned at first connection | | 28 | 29 | 30 | ## Configure AUTH Method from var.php file 31 | 32 | After configuring the CAS connection from web console, you will need to edit the ```var.php``` file located in ```/usr/share/ocsinventory-reports/ocsreports``` folder (by default). 33 | 34 | In this file you will find a section named : ```Authentication Configuration``` (see screenshot below) 35 | 36 | ![var.php Auth section](../../img/server/reports/administration_ocs_cas_var.png) 37 | 38 | To change the way OCS manage authentication, you will have to edit the **AUTH_TYPE** value : 39 | * 1 => Local database only 40 | * 2 => Local database and LDAP Connection 41 | * 3 => LDAP Only (Keep in mind that if the LDAP Server is down, AUTH will be also down) 42 | * 4 => LDAP with SSO Capabilities 43 | * 5 => Always_OK not recommended, will log without checking the password 44 | * 6 => CAS authentication 45 | 46 | 47 | Because the usual login screen won't be shown, users will not be able to change their language preferences. This can be set as a global change in the same file : 48 | 49 | ![var.php language section](../../img/server/reports/administration_ocs_cas_lang_var.png) -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/Managing-SAAS-inventory.md: -------------------------------------------------------------------------------- 1 | # Managing Web application Inventory 2 | 3 | ## Introduction 4 | 5 | Web application Inventory feature has been added in 2.7 release. 6 | 7 | At the moment, this feature is only available for windows agent. Its goal is to inventory web applications used on a computer or by a user. OCSInventory will look at the DNS cache of the windows machine to see which web site has been reached in a given amount of time. 8 | 9 | This inventory feature is installed as a plugin on the Windows Agent (by default in "C:\Programs files\OCS Inventory Agent\Plugins") and is named "Saas.ps1". Thus, removing this file will prevent Web application inventory from working. 10 | 11 | Web application Inventory is working only with agent 2.6.0.0 and newer. 12 | 13 | ## Enable Web application Inventory 14 | 15 | To activate Web application Inventory, go to ```Configuration > General configuration```, and click on _Inventory_ entry in left navigation pane. At the bottom of the page click on _ON_ for **INVENTORY_SAAS_ENABLED**. 16 | 17 | ![saas enabled](../../img/server/reports/SAAS_activate.png) 18 | 19 | ## Register a domain to be inventoried 20 | 21 | Since we are using the DNS cache of the windows machine, all the DNS entries are retrieved by the agent. To solve this problem, we implemented a whitelist which allow to filter the domain names to inventory. 22 | 23 | To add a new domain go to ```Inventory > Web application Inventory``` and click on _Add Web application_ in left menu. 24 | 25 | ![saas menu](../../img/server/reports/SAAS_menu.png) 26 | 27 | In order, enter the name that corresponds to the Web application you want to register and its associated domain. After, click on _OK_. 28 | 29 | ![saas register](../../img/server/reports/SAAS_add.png) 30 | 31 | 32 | ## Show inventory results 33 | 34 | In the case Web application Inventory is enabled and configured, you will have to wait for the agent to send its inventory or trigger one manually. 35 | 36 | ### On a global reporting 37 | 38 | To display the inventoried data, go to ```Inventory > Web application Inventory``` and click on _Web application list_ in left menu. 39 | 40 | You will find below the displayed informations : 41 | 42 | + Name : Web application name of the matching entry. 43 | + Entry : Associated domain. 44 | + Data : IP address associated to the domain. 45 | + Count : Number of machine matching this entry. 46 | 47 | ![saas list](../../img/server/reports/SAAS_list_all.png) 48 | 49 | When you click on the count number, you will be redirected to a search reporting based on the domain name. 50 | 51 | ### On computer details 52 | 53 | Go to computer details page and click on _Software_ in left navigation pane. Below software table, the Web application Inventory table list all matching entries for this machine. 54 | 55 | ![saas computer details](../../img/server/reports/SAAS_computer_detail.png) 56 | -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/Using-Assets-Categorization.md: -------------------------------------------------------------------------------- 1 | # Using assets categorization 2 | 3 | ## Introduction 4 | 5 | Assets categorization is a new feature introduced in 2.5 6 | It's goal is to create and attribute category to computers depending on specific criterias. 7 | 8 | This feature may seem really similar to dynamic group and that the case. 9 | 10 | However, this feature is intended to be used by third party software since the category can be easly retrieved using the [REST API](../11.Rest-API/Introduction.md) 11 | 12 | ## Create an asset category 13 | 14 | To create an asset category you need to go into the multi search page : ```Inventory > Search with various criteria``` 15 | 16 | If you need more informations about the multi search, please see : [Querying inventory results](../04.Management-console-and-its-advanced-features/Querying-inventory-results.md) 17 | 18 | When all you criteria are ready, perform the search. You will see a button named ```Assets categorization``` at the bottom of the page 19 | 20 | ![Assets categories multi search](../../img/server/reports/assets_categories_multi_search.png) 21 | 22 | You will be redirected to a form to create your category 23 | 24 | ![Assets categories form](../../img/server/reports/assets_categories_create_form.png) 25 | 26 | Note : Categories are set on inventory, so it can take some time to be set on computers informations. 27 | 28 | ## List asset categories 29 | 30 | To list all your categories, click on the ```Manage > Assets Categories``` menu. 31 | 32 | ![Assets categories](../../img/server/reports/assets_categories_list.png) 33 | 34 | 35 | ## Current limitation 36 | 37 | SQL Query generated can't be seen in the categories list. You need to put explicit name in order to remember what they contains. -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/Using-Saved-Searches.md: -------------------------------------------------------------------------------- 1 | # Using and managing saved searches 2 | 3 | Saved searches is a new feature introduced in version 2.7. 4 | It's goal is to save a current multicriteria search to permit future re-use. 5 | 6 | ## Create saved search 7 | 8 | First step is to create a multicirteria search. If you don't know how to create a multicriteria search please read the documentation [Querying inventory results](../04.Management-console-and-its-advanced-features/Querying-inventory-results.md). 9 | 10 | ![Multicriteria search](../../img/server/reports/saved_searches_search.png) 11 | 12 | When your search is created, click on `Save my search` button at the bottom of the page. 13 | 14 | ![Create saved search](../../img/server/reports/saved_searches_create.png) 15 | 16 | Set the name and the description of your search and click on `YES`. A success message appears, click on `Back to multi search` to return to your search. 17 | 18 | ![Create saved search successfull](../../img/server/reports/saved_searches_success.png) 19 | 20 | 21 | ## Use saved searches 22 | 23 | Two method exist to use saved searches. You can access your saved searches from the multi search page by cliking on `Use a saved search`. 24 | 25 | ![Use a saved search](../../img/server/reports/saved_searches_use.png) 26 | 27 | You can also list all your saved searches from `Manage > Saved searches`. 28 | 29 | When you are on the Saved searches page, click on the search name you want to use. 30 | 31 | ![Saved searches page](../../img/server/reports/saved_searches_first.png) 32 | 33 | You will be redirected to the multicriteria page with all parameters set-up. 34 | 35 | 36 | ## Update saved search 37 | 38 | To update an existing saved search, create a new search or use a saved search on multicriteria. Click on `Save my search` button at the bottom of the page. 39 | 40 | ![Saved searches button](../../img/server/reports/saved_searches_button.png) 41 | 42 | Select the saved search that you want to update and click on `YES`. 43 | 44 | ![Saved searches button](../../img/server/reports/saved_searches_update.png) 45 | 46 | Modify the name or the description or both and click on `YES`. 47 | 48 | ![Saved searches updated](../../img/server/reports/saved_searches_second.png) 49 | 50 | Search parameters will be updated. 51 | 52 | ![Saved searches updated](../../img/server/reports/saved_searches_updated.png) -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/Using-computers-archive-feature.md: -------------------------------------------------------------------------------- 1 | # Using computers archive capabilities 2 | 3 | ## Introduction 4 | 5 | Archiving capabilities has been implemented during the nightlies from July and in the 2.8 release. 6 | Its goal is to keep old machines available for consultation but without having them in the basics reporting of the web console 7 | 8 | ## Visualize computers 9 | 10 | To see Active and Archived computers you will need to go in the "All Computers" menu. 11 | 12 | ![visualize_computers](../../img/server/reports/visualize_computers_archive.png) 13 | 14 | You will find three tabs at the top of the page : 15 | * By default, OCS will redirect you in the "Active computers" tab which is the list of all non-archived computers. 16 | * By clicking on "Archived computers", you will be able to see computer in the "archived" state. 17 | * You can also click on "All computers" to see all computers without taking in account their status. 18 | 19 | ## Archive computers 20 | 21 | To archive one computer, you need to get in the "All computers" menu in the "Active computers" tab. 22 | 23 | In the "Actions" columns, you will be able on the purple arrow icon to set one specific computer in archive mode. 24 | 25 | A validation pop-up will appear and ask for confirmation. 26 | After the validation, your computer will appear in the "Archived computers" tab 27 | 28 | ## Remove archive status 29 | 30 | To remove one computer from archive, you need to get in the "All computers" menu in the "Archived computers" tab. 31 | 32 | In the "Actions" columns, you will be able on the purple arrow icon to remove one specific computer in archive mode. 33 | 34 | A validation pop-up will appear and ask for confirmation. 35 | After the validation, your computer will appear in the "Active computers" tab 36 | 37 | ## Bulk archiving / de-archiving 38 | 39 | You can set a machine group in archive (or remove them from archive status) using the multi search and from the all computers page by selecting them and clicking on "Mass processing" 40 | 41 | From the mass processing page, you will be able to navigate to the "Archive / Restore" tab. 42 | 43 | You will have two buttons : 44 | * Archive => Will set selected machines to "archived" status 45 | * Restore => Remove them from archived status 46 | 47 | ![mass_action](../../img/server/reports/archive_mass_action.png) -------------------------------------------------------------------------------- /english/04.Management-console-and-its-advanced-features/Using-wake-on-lan-feature.md: -------------------------------------------------------------------------------- 1 | # Using Wake On Lan 2 | 3 | ## Introduction 4 | 5 | The Wake On Lan feature allows you to "wake up" a remote machine. 6 | 7 | ## WOL on only one machine 8 | 9 | To trigger a Wake On Lan on one machine, navigate to the ```Computer details``` page of the machine when you want to wake up and click on the ```WOL``` button. 10 | 11 | ![WOL one computer](../../img/server/reports/wol_only_one_computer.png) 12 | 13 | ## WOL multiple machines immediatly 14 | 15 | To trigger a Wake On Lan on multiple machines, navigate to the ```All computers``` page. Check machine you need to wake up and click on ```Mass Processing``` button. Navigate to the ```Wake On Lan``` tab and click on ```Send```. 16 | 17 | ![WOL multiple computers](../../img/server/reports/wol_immediatly.png) 18 | 19 | **`Note : you can perform the same operation from a multi-criteria search`** 20 | 21 | ## Scheduled wol 22 | 23 | To schedule a WOL, navigate to the ```All computers``` page. Check machine you need to wake up and click on ```Mass Processing``` button. Navigate to the ```Wake On Lan``` tab and check ```Schedule a Wake On Lan```. 24 | 25 | Click on ```Save``` when you scheduled your WOL. 26 | 27 | ![Schedule WOL](../../img/server/reports/wol_schedule.png) 28 | 29 | **`Note : you can perform the same operation from a multi-criteria search`** 30 | 31 | ## Configure CronTab 32 | 33 | In command line, configure a CronTab to call the file cron_wol.php in 34 | 35 | ocsreports/crontab/cron_wol.php 36 | 37 | **`Note: It's recommended to set the frequency to every minute`** 38 | -------------------------------------------------------------------------------- /english/05.Deployment/Introduction.md: -------------------------------------------------------------------------------- 1 | # Introduction to OCS Deployment 2 | 3 | OCS Inventory have the capability to deployment softwares when agent are properly configured. This feature gives you a simple and efficient to manage software installation / update and script execution on the remote machine. 4 | 5 | `This` [pre-requisites](Prerequisites.md) `and` [configuration](Configuration.md)` won't be discussed in this chapter, refer to corresponding chapter for more info.` 6 | 7 | ## How does it work ? 8 | 9 | Stating from 2.9, OCS Inventory use a template system in order to provide a more user-friendly user interface. 10 | 11 | The deployment is composed in four different step : 12 | * Operating system : Target operating system selection 13 | * Interactions : Action to be performed on the remote system 14 | * Options : Depending on the selected interation, a list of the required information to create the package 15 | * Resume : Summary of the created package 16 | 17 | The generated packages will be constitued of an info file containing a list of actions to perform on the remote system. 18 | 19 | In the case you install a software for example, the executable / setup of the software will be stored in a zip format. Depending on its size, it will be fragment in multiple part to avoid to stress the network during the deployment. 20 | 21 | ## Accessing the deployment wizard 22 | 23 | You can access the deployment wizard by clicking on the `Deployment > Build` menu. 24 | 25 | ![teledeploy_operating_systems](../../img/server/deployment/teledeploy_operating_systems.png) 26 | 27 | Then click on the targeted operating system. 28 | 29 | ![teledeploy_interations](../../img/server/deployment/teledeploy_interactions.png) 30 | -------------------------------------------------------------------------------- /english/05.Deployment/Prerequisites.md: -------------------------------------------------------------------------------- 1 | # Prerequisites on OCS deployment 2 | 3 | This chapter will try to list all the requirement needed by the server and agents. 4 | 5 | ## Server configuration 6 | 7 | Having deployment configured properly on the server is not really complicated, you'll have to keep two things in mind : 8 | * By default deployment is not enabled 9 | * SSL / HTTPS is a mandatory, OCS doesn't send deployment package if the server is not configured with HTTPS 10 | 11 | To enable OCS Inventory deployment feature, login with a sadmin user and navigate to the `Configuration -> General configuration` menu. 12 | 13 | On the left of the page, click on the `Deployment` tab and set the `DOWNLOAD` settings to ON. 14 | Don't forget to click on the update button at the bottom of the page otherwise your settings won't be saved. 15 | 16 | ![Enable OCS Deployment](../../img/server/deployment/configuration_enable_download.png) 17 | 18 | To configure the SSL with OCS, you need make sure that `mod_ssl` is available on your system. 19 | Please, refer to your system documentation to get it installed and working. 20 | 21 | You will find the official documentation here : https://httpd.apache.org/docs/2.4/en/ssl/ssl_howto.html 22 | 23 | **Please note that OCS need to have the CN of the certificate to be EXACTLY the same of the Domain Name used by the agents** 24 | 25 | ## Agent configuration 26 | 27 | The agent only need SSL configured to work with deployment. 28 | 29 | You will find below a recommended configuration for OCS agent (Windows) : 30 | ``` 31 | [OCS Inventory Agent] 32 | ComProvider=ComHTTP.dll 33 | Debug=1 34 | Local= 35 | NoSoftware=0 36 | HKCU=0 37 | NoTAG=0 38 | IpDisc= 39 | [HTTP] 40 | Server=https://myfqdn.ocs.server/ocsinventory 41 | SSL=1 42 | CaBundle=cacert.pem 43 | AuthRequired=0 44 | User= 45 | Pwd= 46 | ProxyType=0 47 | Proxy= 48 | ProxyPort=0 49 | ProxyAuthRequired=0 50 | ProxyUser= 51 | ProxyPwd= 52 | [OCS Inventory Service] 53 | PROLOG_FREQ=24 54 | INVENTORY_ON_STARTUP=1 55 | OLD_PROLOG_FREQ=24 56 | TTO_WAIT=240 57 | ``` 58 | 59 | As you can see the server URL is set in HTTPS, the SSL parameter is set on 1 and CaBundle is set. CaBundle refer to the SSL Certificate path. 60 | 61 | *Reminder : Windows agent configuration can be found in `C:\ProgramData\OCS Inventory NG\Agent`* -------------------------------------------------------------------------------- /english/06.Network-Discovery-with-OCS-Inventory-NG/SNMP-Synchronization.md: -------------------------------------------------------------------------------- 1 | # SNMP Synchonization 2 | 3 | It is now possible to synchronize SNMP inventories in between servers using the same process as basic "inventories". 4 | The first step will be to synchronize the configured types between the servers. 5 | 6 | ### Prerequisites 7 | - PHP synchronization script `sync_snmp_types.php` (found in the tools/ directory of ocsreports) 8 | - SNMP types configuration file (see the Configuration section for details about retrieving the file) 9 | - Configuration option GENERATE_OCS_FILES_SNMP enabled on the server 10 | - Perl injector script `ocsinventory-injector.pl` (found in the utils/ directory of the release archive) 11 | 12 | 13 | ### Configuration 14 | 15 | #### SNMP file generation : 16 | Head to the General Configuration, then "Inventory Files" and enable the GENERATE_OCS_FILES_SNMP option. 17 | 18 | Once done, every SNMP inventory sent to this server will generate a file at the path specified under OCS_FILES_PATH. These files can be used with the ocsinventory-injector.pl to inject them to a higher level server. 19 | 20 | #### SNMP types synchronization : 21 | The `sync_snmp_types.php` script can be used to synchronize the SNMP types between two servers. 22 | We recommend you to backup your database / SNMP tables before running the script. 23 | To avoid loosing data, the script will only add or update the types configuration, no deletion will be performed. 24 | 25 | First, you will need to retrieve the SNMP types configuration file from the server you want to synchronize from. Go to Configuration > SNMP Configuration > Configuration export and click the "Download SNMP Types Configuration" button. 26 | 27 | ### Executing the synchronization script 28 | `cd /usr/share/ocsinventory-reports/ocsreports/tools/ && php sync_snmp_types.php --file=/path/to/localsnmp_types_conf.xml` 29 | 30 | ### Output 31 | The script will ouput information about types added from the xml. 32 | If all goes well, you should be able to see the new types and/or updated configurations in the SNMP configuration page. 33 | Again, since the synchronization script is not allowed to delete types, you will need to delete the types manually if you want to remove them. 34 | 35 | ### Troubleshooting 36 | Output of the script can be redirected to a file for further analysis. It will log any action done by the script, from adding a type to updating the table structure. 37 | 38 | ### Injecting the SNMP inventories 39 | Once the SNMP types have been synchronized, you can inject the SNMP inventories generated by the server to a higher lever server using the ocsinventory-injector.pl script just like you would with basic inventories. 40 | 41 | Command-line example : `perl ocsinventory-injector.pl -v -f /path/to/snmpxml/-SNMP.ocs -u http:///ocsinventory` 42 | 43 | -------------------------------------------------------------------------------- /english/06.Network-Discovery-with-OCS-Inventory-NG/Using-IPDiscover-scanner.md: -------------------------------------------------------------------------------- 1 | # Using the IpDiscover Scanner 2 | 3 | This script is meant as an alternative to the existing IpDiscover perl script included with ocsreports. It will not insert data into the database, but the results of the scan will be output to a file in XML format. The files can then be injected into an OCS server, either by using the perl injector script or any tool able to POST data to /ocsinventory. 4 | 5 | ## Requirements 6 | - Python 3.6+ 7 | - fping 8 | - nmap 9 | 10 | Install the required packages on Debian-based systems: 11 | ```shell 12 | apt install fping nmap 13 | ``` 14 | 15 | ## Usage 16 | 17 | Clone the repository: 18 | ```shell 19 | git clone https://github.com/OCSInventory-NG/IpdiscoverScanner 20 | ``` 21 | 22 | Then, to start the scanner, run the file `ipd_scanner.py` in the root folder. 23 | 24 | Detailed example: 25 | ```shell 26 | python3 ipd_scanner.py --scantype= --subnets=[X.X.X.X/XX || X.X.X.X/XX:tag] --output_dir= --debug 27 | ``` 28 | 29 | ### Options 30 | 31 | - `--scantype` - The type of scan to perform, fping or nmap. Required. 32 | - `--subnets` - A comma separated list of subnets to scan. Required. The format is subnet:tag, where tag is optional. 33 | - `--output_dir` - The directory where the output files will be saved. Defaults to the `results` directory in the script's directory. 34 | - `--debug` - Enable debug output. Optional. 35 | 36 | Example usage: 37 | ```shell 38 | python3 ipd_scanner.py --scantype=fping --subnets=172.18.25.0/24,172.18.15.0/24:tag15 --output_dir=/tmp/ --debug 39 | ``` 40 | 41 | This will scan the subnets 172.18.25.0/24 and 172.18.15.0/24 using fping and output the results to the /tmp/ directory. The "tag15" tag will be added to all the hosts in the 172.18.15.0/24 subnet. The tag is optional and can be omitted. The debug flag will output additional information to the console such as command outputs. 42 | 43 | ## Injecting the results into OCS 44 | 45 | See the [OCS documentation](https://wiki.ocsinventory-ng.org/08.Multi-site-network-architecture/Synchronisation-between-OCS-server-master-slaves/#synchronsation-of-one-inventory) for more information on how to inject the results into OCS. 46 | 47 | The perl injector script is included with the OCS installation. It can be found in the `binutils` directory of the server. The script is called `ocsinventory-injector.pl` (see [ocsinventory-injector.pl on Github](https://github.com/OCSInventory-NG/OCSInventory-Server/blob/master/binutils/ocsinventory-injector.pl)) -------------------------------------------------------------------------------- /english/07.OCS-Tools/OCS-Unix-Packager.md: -------------------------------------------------------------------------------- 1 | # OCS Agent Unix Packager 2 | 3 | ## Introduction 4 | 5 | The aim of this script is to create a all in one package to be deployed on every Linux machine. 6 | 7 | The package embeds compiled Perl for the related OS, OCS Agent perl package, and all required perl mudules. 8 | 9 | Thus toik can be found on our download section on our website. 10 | 11 | ## Configuration files 12 | 13 | * packageOCSAgent.config: packager configuration 14 | * PROXY_HOST if you have direct Internet connection 15 | * OCS_INSTALL_DIR: OCS Agent installation directory 16 | * PERL_VERSION: Perl version you want to compile and embed in OCS package 17 | * PERL_DL_LINK: Perl download link 18 | * OCSAGENT_DL_LINK: OCS Agent download link 19 | * NMAP_DL_LINK: Nmap download link 20 | * OCS_AGENT_CRONTAB: ```[0-1]``` Create script to add crontab on system 21 | * OCS_AGENT_CRONTAB_HOUR: How many hour between each crontab call 22 | * OCS_AGENT_LAZY: ```[0-1]``` Activate lazy mode on Agent 23 | * OCS_AGENT_TAG: Set default tag 24 | * OCS_SERVER_URL: Set server URL 25 | * OCS_SSL_ENABLED: ```[0-1]``` Enable SSL check 26 | * OCS_SSL_CERTIFICATE_FULL_PATH: Path to the certificate 27 | * OCS_LOG_FILE: ```[0-1]``` Enable file logging feature 28 | * OCS_LOG_FILE_PATH: Set the log path file 29 | * PerlModulesDownloadList.txt: download URL for all Perl modules dependencies 30 | * packageOCSAgent.sh: packager script 31 | 32 | ## Usage 33 | 34 | As root user 35 | ```shell 36 | #./packageOCSAgent.sh 37 | ``` 38 | 39 | Output is a tar/gz archive: ocsinventory-agent_*LinuxDistribution*_*MajorVersion*.tar.gz 40 | 41 | ## Todo 42 | 43 | 1. Bypass current limitations 44 | 45 | ## Current Limitation 46 | 47 | 1. nmap command line path is not referenced in Perl module, thus, IP Discovery function does not work 48 | -------------------------------------------------------------------------------- /english/09.Extras/Backup-restore-of-OCS-Inventory-NG-database.md: -------------------------------------------------------------------------------- 1 | # Backup/restore of OCS Inventory NG database 2 | 3 | You can use tools like phpMyAdmin or MySQL Administrator to backup/restore MySQL databases. 4 | 5 | However, MySQL and MariaDB Server provide standard tools usable in command line. 6 | 7 | ## Backing up OCS Inventory NG database 8 | 9 | mysqldump allows you to dump all content of a database to a single file. These tool can be directly called under Linux. 10 | 11 | Simply run the following command to backup OCS Inventory NG database: 12 | 13 | mysqldump --add-drop-table --complete-insert --extended-insert --quote-names --host=localhost --user=root --password=root password ocsweb > mysqldump_ocsweb.sql 14 | 15 | This will save database content of OCS Inventory NG database _ocsweb_ into file _mysqldump_ocsweb.sql_. 16 | 17 | **`Note: If you do not have backup software for MySQL then you may find Auto MySQL Backup handy :)`** 18 | 19 | ## Restoring OCS Inventory NG database 20 | 21 | MySql / Mariadb allows you to launch SQL queries on a database. These tool can be directly called under Linux. 22 | 23 | Just run MySQL command line interpreter to import save set previously created “ocsweb” database. 24 | 25 | $mysql –u root –p ocsweb 26 | mysql>source 27 | mysql>exit 28 | 29 | **`Note: You will be prompted from root password. If you haven’t yet set root password, do use "-p" 30 | command line switch.`** 31 | -------------------------------------------------------------------------------- /english/09.Extras/Enable-Powershell-Support-on-Windows-Agent.md: -------------------------------------------------------------------------------- 1 | # Enable powershell support on windows agent 2 | 3 | ## Introduction 4 | 5 | Since OCS Inventory Windows Agent 2.4.0.0, the agent can now execute powershell script in the plugin directory. 6 | 7 | However, some manipulation are required to enable powershell script. 8 | Windows' default execution policy is really restrictive and will prevent the OCS Agent to properly create a powershell process 9 | 10 | ## List execution policies by scope 11 | 12 | In the first place, you may want to see what policies are active on your computer. To list the policies you need to open a powershell window and type: 13 | 14 | ```Get-ExecutionPolicy -List``` 15 | 16 | The output will look like this : 17 | 18 | ``` 19 | Scope ExecutionPolicy 20 | ----- --------------- 21 | MachinePolicy Undefined 22 | UserPolicy Undefined 23 | Process Undefined 24 | CurrentUser AllSigned 25 | LocalMachine RemoteSigned 26 | ``` 27 | 28 | If you want more informations on ExecutionPolicies, please see [Windows' MSDN link on execution policies](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-6) 29 | 30 | ## Set execution policies by scope 31 | 32 | To make the OCS Agent work, you need to set the ```Process``` and ```LocalMachine``` to ```Unrestricted``` 33 | 34 | The command is the following : 35 | 36 | ```Set-ExecutionPolicy -Scope {MyScope} -ExecutionPolicy {Policy Level}``` 37 | 38 | In our case: 39 | * ```Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy Unrestricted``` 40 | * ```Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted``` 41 | 42 | OCS Agent will now be able to execute powershell scripts for plugins. 43 | 44 | For more informations, see : [Set-ExecutionPolicy Documentation](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-6) 45 | 46 | ## Lift execution policy restrictions using GPO 47 | 48 | If you would like to contribute to this section, our Github repository below is directly linked to our documentation. 49 | 50 | See [our GitHub repository](https://github.com/OCSInventory-NG/Wiki) 51 | 52 | -------------------------------------------------------------------------------- /english/09.Extras/Management-server-tuning.md: -------------------------------------------------------------------------------- 1 | # Management server tuning 2 | 3 | OCS Inventory NG management server needs some tuning to support the load of a large number of inventoried 4 | computers. Performances are just limited by the hardware configuration (especially the amount of RAM, 5 | processor is not very loaded) of computer hosting the 3 main components: 6 | 7 | * MySQL database server 8 | * Communication server 9 | * Administration server 10 | * Deployment server 11 | 12 | For example, our production server manages more than 70 000 clients. For this, we have 3 servers running 13 | Linux Debian Sarge, one for the database server and the Communication server, another one for 14 | Administration console and a replica of database server (we choose to replicate database on 15 | Administration server to avoid Administration console SQL queries using CPU and MySQL connexions of 16 | database used by Communication server) and the last one for deployment server. Hardware configuration 17 | for servers is the following: 18 | 19 | * 1 Xeon E3 2,8 GHz. 20 | * 4 GB RAM 21 | 22 | Because of the amount of available RAM, we have to limit the number of simultaneous HTTP connection 23 | to Communication and Administration server to 500. 24 | 25 | **You must keep an eye on Apache web server logs for Communication server to detect any problems. 26 | Also, check Communication server log file in directory “/var/log/ocsinventory-NG”.** 27 | 28 | If you want to upgrade the number of simultaneous connections, you must update the “MaxClients” 29 | directive in Apache configuration file, usually “/etc/httpd/conf/httpd.conf”. 30 | 31 | **Refer to Apache tuning guidelines on Apavhe web site ([http://httpd.apache.org](http://httpd.apache.org/)) 32 | for more information.** 33 | 34 | Also, MySQL database server is limited by default to 100 simultaneous connections. So, if the 35 | Communication server handles more than 100 simultaneous requests for inventory, it will not be able 36 | to answer all. You can upgrade this value by updating the “max_connections” MySQL variable for mysqld daemon. 37 | 38 | Here is sample lso, MySQL database server is limited by default to 100 simultaneous connections. So, if the 39 | Communication server handles more than 100 simultaneous requests for inventory, it will not be able 40 | to answer all. You can upgrade this value by updating the “max_connections” MySQL variable for mysqld daemon. 41 | 42 | Here is sample recommendations found on MySQL web site, using server with different amount of physical memory. 43 | 44 | **For further informations on MySQL tuning, see their guidelines on MySQL / MariaDB web site 45 | ([http://dev.mysql.com/tech-resources/articles/](http://dev.mysql.com/tech-resources/articles/)) 46 | for more information.** -------------------------------------------------------------------------------- /english/11.Rest-API/Authentification.md: -------------------------------------------------------------------------------- 1 | # Authentification 2 | 3 | For the moment, our REST API use Apache to provide secure authentification. 4 | 5 | You need to add your restrictions in the ``. You can restrict access by IP or by user / pass authentification. Please, Refer to apache documentation for this part. 6 | 7 | In the future we plan to use a restful process and stop rely on apache configuration. 8 | 9 | By default, the API base URI is the following one : 10 | `http://myocsserver/ocsapi/v1` -------------------------------------------------------------------------------- /english/11.Rest-API/DELETE-Routes.md: -------------------------------------------------------------------------------- 1 | # DELETE Routes 2 | 3 | At the moment our REST API only support GET, so the POST / DELETE / PUT routes md files will be empty. -------------------------------------------------------------------------------- /english/11.Rest-API/Introduction.md: -------------------------------------------------------------------------------- 1 | # Introduction 2 | 3 | **The OCS Inventory REST API** has been created to help third party program to retrieve our inventory informations. This documentation will help you to install, configure and use our API. 4 | 5 | Note : This documentation has been done on Debian 9, some path might differ if you use another distribution. 6 | 7 | In the first place, we recommand you to learn how to configuration and how to setup autentification for our API: 8 | 1. [Configuration](Configuration.md) 9 | 2. [Authentification](Authentification.md) 10 | 11 | If you want to know which routes are available see : 12 | * [GET Routes](GET-Routes.md) 13 | * [POST Routes (not implemented)](POST-Routes.md) 14 | * [DELETE Routes (not implemented)](DELETE-Routes.md) 15 | * [PUT Routes (not implemented)](PUT-Routes.md) 16 | -------------------------------------------------------------------------------- /english/11.Rest-API/POST-Routes.md: -------------------------------------------------------------------------------- 1 | # POST Routes 2 | 3 | At the moment our REST API only support GET, so the POST / DELETE / PUT routes md files will be empty. -------------------------------------------------------------------------------- /english/11.Rest-API/PUT-Routes.md: -------------------------------------------------------------------------------- 1 | # PUT Routes 2 | 3 | At the moment our REST API only support GET, so the POST / DELETE / PUT routes md files will be empty. -------------------------------------------------------------------------------- /english/12.Developers/HOWTO-create-theme.md: -------------------------------------------------------------------------------- 1 | # Creating a theme 2 | 3 | ## Introduction 4 | 5 | Since OCS Inventory 2.5, you have the possibility to create Theme to customize your OCS Reports web console. 6 | 7 | At the moment, you can: 8 | * Change CSS 9 | * Images (logo and banner) 10 | 11 | ## Where it is located ? 12 | 13 | The theme folder is located in : ```/usr/share/ocsinventory-reports/ocsreports/themes``` 14 | 15 | ## Install a theme 16 | 17 | To install a theme, you need to put your theme's folder in the following place : ```/usr/share/ocsinventory-reports/ocsreports/themes``` 18 | 19 | ## How to change the current theme ? 20 | 21 | To change the current theme, you need to go in the OCS Inventory configuration menu : ```Configuration > General Configuration``` 22 | 23 | Navigate to the ```Interface``` tab. 24 | 25 | ![Access Config](../../img/server/reports/config_tab_theme.png) 26 | 27 | Then, you need to change the ```CUSTOM_THEME``` to the desired value. 28 | 29 | ![Access Config](../../img/server/reports/config_custom_theme.png) 30 | 31 | Note : You need to logout and login again to see the theme modification. In the case, it doesn't work, try to clear your browser cache. 32 | 33 | ## Sample theme 34 | 35 | By default, OCS use the theme named ```OCS``` 36 | 37 | It is located in : ```/usr/share/ocsinventory-reports/ocsreports/themes/OCS``` 38 | 39 | You can use it as a sample theme. 40 | 41 | Note : All style in OCS Inventory can be overrided by the theme engine 42 | -------------------------------------------------------------------------------- /english/12.Developers/HOWTO-package-OCS-MacOSX-agent-releases.md: -------------------------------------------------------------------------------- 1 | # HOWTO package OCS MacOSX agent releases 2 | 3 | To package the OCS MacOSX agent release, we will use the OCS Unix Agent release tarball file. 4 | 5 | ## Uncompress release tarball file 6 | 7 | Get the OCS Unix agent release tarball and uncompress it by double clicking on it. 8 | 9 | ## Build OCSNG.app 10 | 11 | Go to the _tools/macosx_ directory and build the appalication 12 | 13 | cd tools/macosx 14 | sh BUILDME.sh -release 15 | 16 | ## Build the graphical installer 17 | 18 | * Go to the _installer_gui/iceberg_ directory and click on the iceberg_project.packproj to open the 19 | Icerberg project. 20 | * Click on _Build_ menu and _Build_ to build the installer 21 | 22 | ## Create the zip release file 23 | 24 | * Go the the _build_ direcory inside the _iceberg_ directory 25 | * Rename _Ocsinventory_Agent_MacOSX.pkg_ to _MacOcsinventory_Agent_MacOSX-XXX.pkg_ 26 | * Compress _MacOcsinventory_Agent_MacOSX-XXX.pkg_ file using a right click on the file -------------------------------------------------------------------------------- /english/12.Developers/HOWTO-package-OCS-Unix-agent-releases.md: -------------------------------------------------------------------------------- 1 | # HOWTO package OCS Unix agent releases 2 | 3 | To package the OCS Unix server release, we will use git to get code from GitHub. 4 | 5 | ## Get OcsInventory Unix agent code 6 | 7 | Now, get the Ocsinventory Unix agent code from Launchpad using this command: 8 | 9 | $ git clone https://github.com/OCSInventory-NG/UnixAgent 10 | $ cd UnixAgent 11 | 12 | ## Create the tarball file 13 | 14 | Create the release tarball using this commands: 15 | 16 | $ rm MANIFEST 17 | $ perl Makefile.PL 18 | 19 | **`Warning`**`: If you are under Linux, you have to delete the ipdiscover binary before launching the next 20 | commands. Delete the ipdiscover binary using this command: rm ipdiscover.`** 21 | 22 | $ make manifest 23 | $ make dist 24 | 25 | The last command creates automatically the release tarball file named Ocsinventory-Unix-Agent-XXX.tar.gz 26 | in the current directory. 27 | -------------------------------------------------------------------------------- /english/12.Developers/HOWTO-package-OCS-Unix-server-releases.md: -------------------------------------------------------------------------------- 1 | # HOWTO package OCS Unix server releases 2 | 3 | To package the OCS Unix server release, we will use git to get code from GitHub. 4 | 5 | ## Create the working directory 6 | 7 | Create a working directory first and go in this directory: 8 | 9 | $mkdir OCSNG_UNIX_SERVER-XXX 10 | $cd OCSNG_UNIX_SERVER-XXX 11 | 12 | ## Get OcsInventory Server code 13 | 14 | Now, get the Ocsinventory Server code from Launchpad using this command: 15 | 16 | $bzr export . lp:ocsinventory-server/stable-xxx 17 | 18 | ## Get OcsInventory Ocsreports code 19 | 20 | Create a directory to put the ocsreports code and go in this directory: 21 | 22 | $mkdir ocsreports 23 | $cd ocsreports 24 | 25 | Now, get the Ocsinventory ocsreports code from Launchpad using this command: 26 | 27 | $bzr export . lp:ocsinventory-ocsreports/stable-XXX 28 | 29 | ## Create the tarball file 30 | 31 | Create the release tarball using this commands: 32 | 33 | $cd .. 34 | $tar -cvzf OCSNG_UNIX_SERVER-XXX.tar.gz OCSNG_UNIX_SERVER-XXX 35 | 36 | You now have the OCSNG_UNIX_SERVER-XXX.tar.gz tarball in the parent directory. 37 | -------------------------------------------------------------------------------- /english/12.Developers/XML-Format.md: -------------------------------------------------------------------------------- 1 | ## XML-Format 2 | 3 | OCSInventory is using XML for nearly every transactions, DTDs had been written to have strict XML. 4 | 5 | We have 7 DTDs, one for each kind of XML: 6 | 7 | * inventory_request.dtd 8 | * inventory_reply.dtd 9 | * update_request.dtd 10 | * update_reply.dtd 11 | * prolog_request.dtd 12 | * prolog_reply.dtd 13 | * file_request.dtd 14 | 15 | Every time you make changes on a particular XML or you had datas in (by modifying Inventory.pm on an Agent 16 | for example) you need to update the corresponding DTD. 17 | 18 | The biggest one is for the inventory request, we have every field defined in. 19 | 20 | For example: 21 | 22 | When a Storage inventory is done you have an XML like that: 23 | 24 | 25 | SATA 26 | 117220 27 | 3.AD 28 | Seagate 29 | ST9120823AS 30 | sda 31 | 5NJ0NJ09 32 | disk 33 | 34 | 35 | For each field you have a corresponding line in the DTD: 36 | 37 | This one define the subtree STORAGES, you have a list of every field allowed in, the separator is a | because we don't want a special order, and we put a * after the brackets, because there are not all mandatory. 38 | 39 | 40 | 41 | Then you have a line for each field which can contain text datas (#PCDATA). 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | So each time you want to add a field in a XML file, you need to create the field and to add it in the 53 | list for the subtree where it goes. Every field is usable on every subtree, you just have to add it 54 | in the list if it already exist. 55 | -------------------------------------------------------------------------------- /english/15.GreenIT/02.Agent/Agent-installation-and-configuration.md: -------------------------------------------------------------------------------- 1 | # GreenIT - Agent installation 2 | 3 | ## Introduction 4 | This documentation explains how to install the GreenIT plugin and service on Windows. 5 | 6 | ## Installation 7 | 8 | 9 | 10 | > ***Known issue**: Concerning the EDR detection, the library we use to get consumption data (OpenHardwareMonitor) might have an intrusive behavior, whitelisting the process and its file is recommended.* 11 | 12 | 13 | 14 | ### Plugin 15 | > ***NOTE**: Documentation already exists for plugin installation. Please refer to this [link](https://wiki.ocsinventory-ng.org/10.Plugin-engine/Using-plugins-installer/#windows-plugin-deployment)* 16 | 17 | ### Service 18 | 19 | #### Executable file 20 | > ***NOTE**: To install it, download the setup of the service [here](https://github.com/OCSInventory-NG/greenit_service/releases/)* 21 | 22 | #### CLI Installation 23 | You can also install the service in CLI mode. 24 | 25 | Open a terminal and move to the executable folder. 26 | 27 | Then you can execute the setup by entering the following command : 28 | 29 | `GreenITService_Installer.exe` 30 | 31 | It will launch the setup as usual. The `/silent` argument can be added to start the setup in silent mode. 32 | 33 | > ***IMPORTANT NOTE**: All of the below arguments must be provided when using the /silent argument !* 34 | 35 | Here are the 3 arguments you will need to add when using silent mode: 36 | - /collectPeriod 37 | - /uploadPeriod 38 | - /savesPeriod 39 | 40 | > ***Example**: `GreenITService_Installer.exe /silent /collectPeriod=1 /uploadPeriod=0 /savesPeriod=1`* 41 | 42 | > ***NOTE**: More details about arguments [here](#service-configuration)* 43 | 44 | ## Configuration 45 | 46 | ### Service configuration 47 | When you start the service setup, you'll get this configuration window: 48 | 49 |

50 | 51 |

52 | 53 | Here you can configure: 54 | - Period between collecting information: a time in seconds for the service to collect information from the computer. 55 | > ***Example** : if you set it to 5, it will collect information every 5 seconds.* 56 | 57 | - Period between uploads: a time in minutes for the service to write information collected into the following file *`C:\ProgramData\GreenIT\data.json`* 58 | > ***Example** : if you set it to 5, it will write information to the file every 5 minutes. **If set to 0, data will be written each time the service collects information.*** 59 | 60 | > ***NOTE**: `C:\ProgramData` is a hidden folder.* 61 | 62 | - Period between saves: a time in hours for the service to save the data file into the following file *`C:\ProgramData\GreenIT\data.bak`* 63 | > ***Example** : if you set it to 5, it will save the data file every 5 hours.* 64 | 65 | Once configured, click on **Install** and that's it :-) 66 | -------------------------------------------------------------------------------- /img/agent/android/android_agent_acces_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/android/android_agent_acces_1.png -------------------------------------------------------------------------------- /img/agent/android/android_agent_acces_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/android/android_agent_acces_2.png -------------------------------------------------------------------------------- /img/agent/android/android_agent_acces_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/android/android_agent_acces_3.png -------------------------------------------------------------------------------- /img/agent/android/android_agent_config_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/android/android_agent_config_1.png -------------------------------------------------------------------------------- /img/agent/android/android_agent_config_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/android/android_agent_config_2.png -------------------------------------------------------------------------------- /img/agent/android/android_agent_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/android/android_agent_download.png -------------------------------------------------------------------------------- /img/agent/android/android_agent_homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/android/android_agent_homepage.png -------------------------------------------------------------------------------- /img/agent/android/android_agent_homepage_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/android/android_agent_homepage_settings.png -------------------------------------------------------------------------------- /img/agent/android/android_agent_install_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/android/android_agent_install_down.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Config_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Config_1.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Config_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Config_2.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Deploy-Win_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Deploy-Win_1.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Deploy-Win_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Deploy-Win_2.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Deploy-Win_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Deploy-Win_3.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Deploy-Win_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Deploy-Win_4.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Deploy-Win_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Deploy-Win_5.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Setup_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Setup_1.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Setup_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Setup_2.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Setup_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Setup_3.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Setup_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Setup_4.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Setup_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Setup_5.png -------------------------------------------------------------------------------- /img/agent/deployment/OCS-NG-Deploy-Tool-Setup_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/deployment/OCS-NG-Deploy-Tool-Setup_6.png -------------------------------------------------------------------------------- /img/agent/greenit/service_configuration_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/greenit/service_configuration_1.png -------------------------------------------------------------------------------- /img/agent/greenit/service_mainFile_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/greenit/service_mainFile_1.png -------------------------------------------------------------------------------- /img/agent/greenit/service_openHardwareMonitor_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/greenit/service_openHardwareMonitor_1.png -------------------------------------------------------------------------------- /img/agent/greenit/service_organization_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/greenit/service_organization_1.png -------------------------------------------------------------------------------- /img/agent/greenit/service_serviceFile_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/greenit/service_serviceFile_1.png -------------------------------------------------------------------------------- /img/agent/greenit/service_serviceFile_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/greenit/service_serviceFile_2.png -------------------------------------------------------------------------------- /img/agent/greenit/service_serviceFile_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/greenit/service_serviceFile_3.png -------------------------------------------------------------------------------- /img/agent/linux/Unix_agent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/linux/Unix_agent.jpg -------------------------------------------------------------------------------- /img/agent/linux/Unix_agent_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/linux/Unix_agent_2.jpg -------------------------------------------------------------------------------- /img/agent/linux/Unix_agent_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/linux/Unix_agent_3.jpg -------------------------------------------------------------------------------- /img/agent/linux/Unix_agent_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/linux/Unix_agent_4.jpg -------------------------------------------------------------------------------- /img/agent/linux/Unix_agent_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/linux/Unix_agent_5.jpg -------------------------------------------------------------------------------- /img/agent/linux/Unix_agent_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/linux/Unix_agent_6.jpg -------------------------------------------------------------------------------- /img/agent/linux/Unix_agent_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/linux/Unix_agent_7.jpg -------------------------------------------------------------------------------- /img/agent/linux/Unix_agent_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/linux/Unix_agent_8.jpg -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_download_warn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_download_warn.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_finder_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_finder_icon.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_install_authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_install_authentication.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_install_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_install_configuration.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_install_configuration_warn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_install_configuration_warn.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_install_daemon_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_install_daemon_options.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_install_destination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_install_destination.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_install_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_install_end.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_install_introduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_install_introduction.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_install_licence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_install_licence.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_install_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_install_type.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_launch_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_launch_window.png -------------------------------------------------------------------------------- /img/agent/macOS/macosx_agent_pkg_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/macosx_agent_pkg_icon.png -------------------------------------------------------------------------------- /img/agent/macOS/packager/configuration_choose_cacert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/packager/configuration_choose_cacert.png -------------------------------------------------------------------------------- /img/agent/macOS/packager/configuration_choose_package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/packager/configuration_choose_package.png -------------------------------------------------------------------------------- /img/agent/macOS/packager/configuration_download_warn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/packager/configuration_download_warn.png -------------------------------------------------------------------------------- /img/agent/macOS/packager/configuration_package_warn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/packager/configuration_package_warn.png -------------------------------------------------------------------------------- /img/agent/macOS/packager/configuration_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/packager/configuration_window.png -------------------------------------------------------------------------------- /img/agent/macOS/packager/end_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/packager/end_notification.png -------------------------------------------------------------------------------- /img/agent/macOS/packager/export_choose_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/packager/export_choose_export.png -------------------------------------------------------------------------------- /img/agent/macOS/packager/export_package_already_exists_warn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/packager/export_package_already_exists_warn.png -------------------------------------------------------------------------------- /img/agent/macOS/packager/export_path_warn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/packager/export_path_warn.png -------------------------------------------------------------------------------- /img/agent/macOS/packager/export_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/macOS/packager/export_window.png -------------------------------------------------------------------------------- /img/agent/windows/install_agent_win_proxy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/install_agent_win_proxy1.png -------------------------------------------------------------------------------- /img/agent/windows/install_agent_win_proxy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/install_agent_win_proxy2.png -------------------------------------------------------------------------------- /img/agent/windows/install_agent_win_proxy3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/install_agent_win_proxy3.png -------------------------------------------------------------------------------- /img/agent/windows/install_agent_win_proxy4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/install_agent_win_proxy4.png -------------------------------------------------------------------------------- /img/agent/windows/install_agent_win_proxy5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/install_agent_win_proxy5.png -------------------------------------------------------------------------------- /img/agent/windows/install_agent_win_proxy6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/install_agent_win_proxy6.png -------------------------------------------------------------------------------- /img/agent/windows/install_agent_win_proxy7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/install_agent_win_proxy7.png -------------------------------------------------------------------------------- /img/agent/windows/install_agent_win_proxy8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/install_agent_win_proxy8.png -------------------------------------------------------------------------------- /img/agent/windows/packager/configuration_choose.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/packager/configuration_choose.jpg -------------------------------------------------------------------------------- /img/agent/windows/packager/configuration_choose_directory.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/packager/configuration_choose_directory.jpg -------------------------------------------------------------------------------- /img/agent/windows/packager/configuration_choose_empty.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/packager/configuration_choose_empty.jpg -------------------------------------------------------------------------------- /img/agent/windows/setup_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_1.png -------------------------------------------------------------------------------- /img/agent/windows/setup_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_10.png -------------------------------------------------------------------------------- /img/agent/windows/setup_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_2.png -------------------------------------------------------------------------------- /img/agent/windows/setup_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_3.png -------------------------------------------------------------------------------- /img/agent/windows/setup_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_4.png -------------------------------------------------------------------------------- /img/agent/windows/setup_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_5.png -------------------------------------------------------------------------------- /img/agent/windows/setup_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_6.png -------------------------------------------------------------------------------- /img/agent/windows/setup_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_7.png -------------------------------------------------------------------------------- /img/agent/windows/setup_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_8.png -------------------------------------------------------------------------------- /img/agent/windows/setup_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_9.png -------------------------------------------------------------------------------- /img/agent/windows/setup_local_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_local_1.png -------------------------------------------------------------------------------- /img/agent/windows/setup_local_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_local_2.png -------------------------------------------------------------------------------- /img/agent/windows/setup_local_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/setup_local_3.png -------------------------------------------------------------------------------- /img/agent/windows/uninstaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/agent/windows/uninstaller.png -------------------------------------------------------------------------------- /img/other/team-guigui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/other/team-guigui.jpg -------------------------------------------------------------------------------- /img/other/team-pierre.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/other/team-pierre.jpg -------------------------------------------------------------------------------- /img/other/team-rone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/other/team-rone.jpg -------------------------------------------------------------------------------- /img/other/team-the-ordi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/other/team-the-ordi.jpg -------------------------------------------------------------------------------- /img/server/deployment/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/.gitkeep -------------------------------------------------------------------------------- /img/server/deployment/configuration_enable_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/configuration_enable_download.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_all_custom_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_all_custom_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_all_custom_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_all_custom_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_all_others_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_all_others_options.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_all_store_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_all_store_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_all_store_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_all_store_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_configuration_activate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_configuration_activate.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_configuration_cycle_latency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_configuration_cycle_latency.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_configuration_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_configuration_enable.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_configuration_frag_latency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_configuration_frag_latency.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_configuration_fragmentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_configuration_fragmentation.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_configuration_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_configuration_menu.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_configuration_period_latency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_configuration_period_latency.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_configuration_period_length.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_configuration_period_length.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_configuration_timeout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_configuration_timeout.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_configuration_uri_frag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_configuration_uri_frag.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_configuration_uri_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_configuration_uri_info.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_developpers_example_field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_developpers_example_field.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_interactions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_interactions.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_interactions_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_interactions_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_aptrepo_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_aptrepo_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_aptrepo_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_aptrepo_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_bash_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_bash_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_bash_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_bash_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_install_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_install_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_install_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_install_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_install_uninstall_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_install_uninstall_options.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_installplugin_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_installplugin_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_installplugin_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_installplugin_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_scripts_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_scripts_options.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_uninstall_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_uninstall_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_uninstall_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_uninstall_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_yumrepo_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_yumrepo_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_linux_yumrepo_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_linux_yumrepo_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_macos_app_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_macos_app_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_macos_app_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_macos_app_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_macos_apple_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_macos_apple_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_macos_apple_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_macos_apple_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_macos_brew_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_macos_brew_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_macos_brew_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_macos_brew_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_macos_install_uninstall_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_macos_install_uninstall_options.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_macos_pkg_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_macos_pkg_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_macos_pkg_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_macos_pkg_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_macos_scripts_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_macos_scripts_options.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_new_configurations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_new_configurations.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_operating_systems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_operating_systems.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_resume_creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_resume_creation.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_batch_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_batch_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_batch_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_batch_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_exe_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_exe_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_exe_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_exe_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_install_uninstall_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_install_uninstall_options.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_msi_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_msi_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_msi_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_msi_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_powershell_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_powershell_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_powershell_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_powershell_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_scripts_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_scripts_options.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_uninstall_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_uninstall_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_uninstall_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_uninstall_resume.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_update_agent_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_update_agent_example.png -------------------------------------------------------------------------------- /img/server/deployment/teledeploy_windows_update_agent_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/deployment/teledeploy_windows_update_agent_resume.png -------------------------------------------------------------------------------- /img/server/developpers/ex_accoutinfo_config_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/developpers/ex_accoutinfo_config_data.png -------------------------------------------------------------------------------- /img/server/developpers/ex_accoutinfo_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/developpers/ex_accoutinfo_data.png -------------------------------------------------------------------------------- /img/server/developpers/ex_config_accountinfo_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/developpers/ex_config_accountinfo_data.png -------------------------------------------------------------------------------- /img/server/filesystem/plugins_feature_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/filesystem/plugins_feature_1.png -------------------------------------------------------------------------------- /img/server/filesystem/plugins_feature_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/filesystem/plugins_feature_2.png -------------------------------------------------------------------------------- /img/server/filesystem/plugins_feature_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/filesystem/plugins_feature_3.png -------------------------------------------------------------------------------- /img/server/filesystem/plugins_feature_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/filesystem/plugins_feature_4.png -------------------------------------------------------------------------------- /img/server/greenit/allow_access_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/allow_access_1.png -------------------------------------------------------------------------------- /img/server/greenit/allow_access_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/allow_access_2.png -------------------------------------------------------------------------------- /img/server/greenit/allow_access_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/allow_access_3.png -------------------------------------------------------------------------------- /img/server/greenit/allow_access_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/allow_access_4.png -------------------------------------------------------------------------------- /img/server/greenit/configuration_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/configuration_1.png -------------------------------------------------------------------------------- /img/server/greenit/configuration_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/configuration_2.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_1.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_2.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_computerType_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_computerType_1.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_computerType_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_computerType_2.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_filtered_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_filtered_1.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_filtered_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_filtered_2.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_filtered_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_filtered_3.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_filtered_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_filtered_4.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_filtered_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_filtered_5.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_global_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_global_1.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_global_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_global_2.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_manufacturer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_manufacturer_1.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_manufacturer_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_manufacturer_2.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_os_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_os_1.png -------------------------------------------------------------------------------- /img/server/greenit/dashboard_os_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/dashboard_os_2.png -------------------------------------------------------------------------------- /img/server/greenit/datafilter_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/greenit/datafilter_1.png -------------------------------------------------------------------------------- /img/server/linux/import_mysql.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/import_mysql.jpg -------------------------------------------------------------------------------- /img/server/linux/install_restart_apache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/install_restart_apache.png -------------------------------------------------------------------------------- /img/server/linux/ip_discover_feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/ip_discover_feature.png -------------------------------------------------------------------------------- /img/server/linux/secure_ocs_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/secure_ocs_database.png -------------------------------------------------------------------------------- /img/server/linux/setup_administration_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_administration_console.png -------------------------------------------------------------------------------- /img/server/linux/setup_apache_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_apache_config.png -------------------------------------------------------------------------------- /img/server/linux/setup_apache_config_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_apache_config_directory.png -------------------------------------------------------------------------------- /img/server/linux/setup_apache_daemon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_apache_daemon.png -------------------------------------------------------------------------------- /img/server/linux/setup_apache_document_root_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_apache_document_root_directory.png -------------------------------------------------------------------------------- /img/server/linux/setup_apache_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_apache_group.png -------------------------------------------------------------------------------- /img/server/linux/setup_apache_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_apache_user.png -------------------------------------------------------------------------------- /img/server/linux/setup_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_cancel.png -------------------------------------------------------------------------------- /img/server/linux/setup_communication_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_communication_server.png -------------------------------------------------------------------------------- /img/server/linux/setup_database_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_database_1.png -------------------------------------------------------------------------------- /img/server/linux/setup_database_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_database_2.png -------------------------------------------------------------------------------- /img/server/linux/setup_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_log.png -------------------------------------------------------------------------------- /img/server/linux/setup_perl_binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/linux/setup_perl_binary.png -------------------------------------------------------------------------------- /img/server/reports/SAAS_activate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/SAAS_activate.png -------------------------------------------------------------------------------- /img/server/reports/SAAS_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/SAAS_add.png -------------------------------------------------------------------------------- /img/server/reports/SAAS_computer_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/SAAS_computer_detail.png -------------------------------------------------------------------------------- /img/server/reports/SAAS_list_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/SAAS_list_all.png -------------------------------------------------------------------------------- /img/server/reports/SAAS_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/SAAS_menu.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_1.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_10.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_11.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_12.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_13.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_14.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_15.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_16.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_17.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_18.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_19.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_2.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_20.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_21.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_22.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_23.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_24.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_25.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_26.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_3.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_4.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_5.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_6.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_7.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_8.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_9.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_cas_lang_var.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_cas_lang_var.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_cas_var.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_cas_var.png -------------------------------------------------------------------------------- /img/server/reports/administration_ocs_ldap_var.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administration_ocs_ldap_var.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_1.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_10.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_11.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_12.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_13.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_14.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_15.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_2.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_3.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_4.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_5.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_6.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_7.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_8.png -------------------------------------------------------------------------------- /img/server/reports/administrative_data_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/administrative_data_9.png -------------------------------------------------------------------------------- /img/server/reports/archive_mass_action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/archive_mass_action.png -------------------------------------------------------------------------------- /img/server/reports/assets_categories_create_form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/assets_categories_create_form.png -------------------------------------------------------------------------------- /img/server/reports/assets_categories_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/assets_categories_list.png -------------------------------------------------------------------------------- /img/server/reports/assets_categories_multi_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/assets_categories_multi_search.png -------------------------------------------------------------------------------- /img/server/reports/computer_details_configuration.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computer_details_configuration.PNG -------------------------------------------------------------------------------- /img/server/reports/computer_details_configurations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computer_details_configurations.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_1.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_10.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_11.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_12.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_2.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_3.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_4.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_5.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_6.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_7.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_8.png -------------------------------------------------------------------------------- /img/server/reports/computers_groups_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/computers_groups_9.png -------------------------------------------------------------------------------- /img/server/reports/config_custom_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/config_custom_theme.png -------------------------------------------------------------------------------- /img/server/reports/config_tab_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/config_tab_theme.png -------------------------------------------------------------------------------- /img/server/reports/configuration_menu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/configuration_menu.PNG -------------------------------------------------------------------------------- /img/server/reports/configurations_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/configurations_menu.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_config_pane_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_config_pane_entry.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_config_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_config_screen.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_csv_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_csv_import.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_cve_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_cve_history.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_cvereporting_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_cvereporting_menu.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_cvetable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_cvetable.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_cvetable_computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_cvetable_computer.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_cvetable_cvss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_cvetable_cvss.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_cvetable_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_cvetable_details.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_cvetable_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_cvetable_filter.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_cvetable_software.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_cvetable_software.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_match_criterias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_match_criterias.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_match_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_match_list.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_match_regex_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_match_regex_page.png -------------------------------------------------------------------------------- /img/server/reports/cvesearch_publisher_mismatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/cvesearch_publisher_mismatch.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_10.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_11.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_12.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_13.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_14.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_17.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_18.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_19.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_20.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_21.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_22.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_23.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_24.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_3.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_4.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_5.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_6.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_7.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_8.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_9.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_activate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_activate.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_activateman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_activateman.png -------------------------------------------------------------------------------- /img/server/reports/deploying_packages_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/deploying_packages_edit.png -------------------------------------------------------------------------------- /img/server/reports/device_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/device_configuration.png -------------------------------------------------------------------------------- /img/server/reports/export_xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/export_xml.png -------------------------------------------------------------------------------- /img/server/reports/export_xml_computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/export_xml_computer.png -------------------------------------------------------------------------------- /img/server/reports/group_configurations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/group_configurations.png -------------------------------------------------------------------------------- /img/server/reports/group_report_notification_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/group_report_notification_detail.png -------------------------------------------------------------------------------- /img/server/reports/groups_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/groups_configuration.png -------------------------------------------------------------------------------- /img/server/reports/homescreen_reports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/homescreen_reports.png -------------------------------------------------------------------------------- /img/server/reports/install/installation_ocsreports_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/install/installation_ocsreports_1.png -------------------------------------------------------------------------------- /img/server/reports/install/installation_ocsreports_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/install/installation_ocsreports_2.jpg -------------------------------------------------------------------------------- /img/server/reports/install/installation_ocsreports_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/install/installation_ocsreports_3.jpg -------------------------------------------------------------------------------- /img/server/reports/install/installation_ocsreports_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/install/installation_ocsreports_4.png -------------------------------------------------------------------------------- /img/server/reports/install/installation_ocsreports_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/install/installation_ocsreports_6.png -------------------------------------------------------------------------------- /img/server/reports/inventory_tab_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/inventory_tab_menu.png -------------------------------------------------------------------------------- /img/server/reports/ip_discover_feature_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ip_discover_feature_1.png -------------------------------------------------------------------------------- /img/server/reports/ip_discover_feature_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ip_discover_feature_2.png -------------------------------------------------------------------------------- /img/server/reports/ip_discover_feature_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ip_discover_feature_3.png -------------------------------------------------------------------------------- /img/server/reports/ip_discover_feature_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ip_discover_feature_4.png -------------------------------------------------------------------------------- /img/server/reports/ip_discover_feature_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ip_discover_feature_5.png -------------------------------------------------------------------------------- /img/server/reports/ip_discover_feature_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ip_discover_feature_6.png -------------------------------------------------------------------------------- /img/server/reports/ip_discover_feature_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ip_discover_feature_7.png -------------------------------------------------------------------------------- /img/server/reports/ip_discover_feature_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ip_discover_feature_8.png -------------------------------------------------------------------------------- /img/server/reports/ip_discover_feature_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ip_discover_feature_9.png -------------------------------------------------------------------------------- /img/server/reports/ipdiscover_administer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ipdiscover_administer.png -------------------------------------------------------------------------------- /img/server/reports/ipdiscover_administer_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ipdiscover_administer_tab.png -------------------------------------------------------------------------------- /img/server/reports/ipdiscover_administer_tab2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ipdiscover_administer_tab2.png -------------------------------------------------------------------------------- /img/server/reports/ipdiscover_administer_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ipdiscover_administer_tag.png -------------------------------------------------------------------------------- /img/server/reports/ipdiscover_identified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ipdiscover_identified.png -------------------------------------------------------------------------------- /img/server/reports/ipdiscover_iventoried.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ipdiscover_iventoried.png -------------------------------------------------------------------------------- /img/server/reports/ipdiscover_multicriteria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ipdiscover_multicriteria.png -------------------------------------------------------------------------------- /img/server/reports/ipdiscover_nonidentified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ipdiscover_nonidentified.png -------------------------------------------------------------------------------- /img/server/reports/ipdiscover_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ipdiscover_tab.png -------------------------------------------------------------------------------- /img/server/reports/ipdiscover_tab2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ipdiscover_tab2.png -------------------------------------------------------------------------------- /img/server/reports/ipdiscover_tab3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ipdiscover_tab3.png -------------------------------------------------------------------------------- /img/server/reports/layout_available.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/layout_available.png -------------------------------------------------------------------------------- /img/server/reports/layout_columns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/layout_columns.png -------------------------------------------------------------------------------- /img/server/reports/layout_creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/layout_creation.png -------------------------------------------------------------------------------- /img/server/reports/layout_manage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/layout_manage.png -------------------------------------------------------------------------------- /img/server/reports/layout_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/layout_right.png -------------------------------------------------------------------------------- /img/server/reports/ldap_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ldap_1.png -------------------------------------------------------------------------------- /img/server/reports/ldap_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ldap_10.png -------------------------------------------------------------------------------- /img/server/reports/ldap_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ldap_2.png -------------------------------------------------------------------------------- /img/server/reports/ldap_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ldap_3.png -------------------------------------------------------------------------------- /img/server/reports/ldap_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ldap_4.jpg -------------------------------------------------------------------------------- /img/server/reports/ldap_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ldap_5.png -------------------------------------------------------------------------------- /img/server/reports/ldap_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ldap_6.jpg -------------------------------------------------------------------------------- /img/server/reports/ldap_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ldap_7.jpg -------------------------------------------------------------------------------- /img/server/reports/ldap_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ldap_8.png -------------------------------------------------------------------------------- /img/server/reports/ldap_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/ldap_9.png -------------------------------------------------------------------------------- /img/server/reports/localsnmp_config_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/localsnmp_config_export.png -------------------------------------------------------------------------------- /img/server/reports/localsnmp_per_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/localsnmp_per_group.png -------------------------------------------------------------------------------- /img/server/reports/login_page_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/login_page_1.png -------------------------------------------------------------------------------- /img/server/reports/login_page_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/login_page_2.png -------------------------------------------------------------------------------- /img/server/reports/mail_template_group_report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/mail_template_group_report.png -------------------------------------------------------------------------------- /img/server/reports/manage_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/manage_menu.png -------------------------------------------------------------------------------- /img/server/reports/manages_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/manages_menu.png -------------------------------------------------------------------------------- /img/server/reports/master_slave_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/master_slave_1.png -------------------------------------------------------------------------------- /img/server/reports/master_slave_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/master_slave_2.png -------------------------------------------------------------------------------- /img/server/reports/network_scans_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/network_scans_configuration.png -------------------------------------------------------------------------------- /img/server/reports/network_scans_device_config_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/network_scans_device_config_options.png -------------------------------------------------------------------------------- /img/server/reports/networks_scan_configuration.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/networks_scan_configuration.PNG -------------------------------------------------------------------------------- /img/server/reports/networks_scan_configurations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/networks_scan_configurations.png -------------------------------------------------------------------------------- /img/server/reports/networks_scans_device_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/networks_scans_device_edit.png -------------------------------------------------------------------------------- /img/server/reports/news_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/news_config.png -------------------------------------------------------------------------------- /img/server/reports/news_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/news_dashboard.png -------------------------------------------------------------------------------- /img/server/reports/news_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/news_full.png -------------------------------------------------------------------------------- /img/server/reports/news_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/news_menu.png -------------------------------------------------------------------------------- /img/server/reports/notification_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/notification_1.png -------------------------------------------------------------------------------- /img/server/reports/notification_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/notification_2.png -------------------------------------------------------------------------------- /img/server/reports/notification_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/notification_3.png -------------------------------------------------------------------------------- /img/server/reports/notification_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/notification_4.png -------------------------------------------------------------------------------- /img/server/reports/notification_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/notification_5.png -------------------------------------------------------------------------------- /img/server/reports/notification_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/notification_6.png -------------------------------------------------------------------------------- /img/server/reports/notification_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/notification_7.png -------------------------------------------------------------------------------- /img/server/reports/notification_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/notification_8.png -------------------------------------------------------------------------------- /img/server/reports/notification_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/notification_9.png -------------------------------------------------------------------------------- /img/server/reports/plugin_installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/plugin_installation.png -------------------------------------------------------------------------------- /img/server/reports/plugin_installation_onglet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/plugin_installation_onglet.png -------------------------------------------------------------------------------- /img/server/reports/querying_ir_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/querying_ir_1.png -------------------------------------------------------------------------------- /img/server/reports/querying_ir_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/querying_ir_10.png -------------------------------------------------------------------------------- /img/server/reports/querying_ir_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/querying_ir_11.png -------------------------------------------------------------------------------- /img/server/reports/querying_ir_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/querying_ir_2.png -------------------------------------------------------------------------------- /img/server/reports/querying_ir_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/querying_ir_3.png -------------------------------------------------------------------------------- /img/server/reports/querying_ir_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/querying_ir_4.png -------------------------------------------------------------------------------- /img/server/reports/querying_ir_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/querying_ir_5.png -------------------------------------------------------------------------------- /img/server/reports/querying_ir_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/querying_ir_7.png -------------------------------------------------------------------------------- /img/server/reports/querying_ir_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/querying_ir_8.png -------------------------------------------------------------------------------- /img/server/reports/querying_ir_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/querying_ir_9.png -------------------------------------------------------------------------------- /img/server/reports/saved_searches_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/saved_searches_button.png -------------------------------------------------------------------------------- /img/server/reports/saved_searches_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/saved_searches_create.png -------------------------------------------------------------------------------- /img/server/reports/saved_searches_first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/saved_searches_first.png -------------------------------------------------------------------------------- /img/server/reports/saved_searches_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/saved_searches_menu.png -------------------------------------------------------------------------------- /img/server/reports/saved_searches_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/saved_searches_search.png -------------------------------------------------------------------------------- /img/server/reports/saved_searches_second.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/saved_searches_second.png -------------------------------------------------------------------------------- /img/server/reports/saved_searches_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/saved_searches_success.png -------------------------------------------------------------------------------- /img/server/reports/saved_searches_update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/saved_searches_update.png -------------------------------------------------------------------------------- /img/server/reports/saved_searches_updated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/saved_searches_updated.png -------------------------------------------------------------------------------- /img/server/reports/saved_searches_use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/saved_searches_use.png -------------------------------------------------------------------------------- /img/server/reports/secure_ocs_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/secure_ocs_1.png -------------------------------------------------------------------------------- /img/server/reports/secure_ocs_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/secure_ocs_3.png -------------------------------------------------------------------------------- /img/server/reports/snmp_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_details.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_add_communities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_add_communities.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_add_community.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_add_community.PNG -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_communities.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_communities.PNG -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_community.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_community.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_config.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_config_menu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_config_menu.PNG -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_config_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_config_table.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_config_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_config_type.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_configuration.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_configuration.PNG -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_configuration_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_configuration_table.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_configuration_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_configuration_type.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_configurations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_configurations.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_inventory_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_inventory_detail.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_inventory_details.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_inventory_details.PNG -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_inventory_table.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_inventory_table.PNG -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_inventory_tables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_inventory_tables.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_label.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_label_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_label_table.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_menu.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_mib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_mib.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_mib_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_mib_config.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_mib_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_mib_table.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_type.png -------------------------------------------------------------------------------- /img/server/reports/snmp_feature_type_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_feature_type_table.png -------------------------------------------------------------------------------- /img/server/reports/snmp_inventory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_inventory.png -------------------------------------------------------------------------------- /img/server/reports/snmp_multisearch_query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_multisearch_query.png -------------------------------------------------------------------------------- /img/server/reports/snmp_multisearch_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_multisearch_tab.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_configuration.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_1.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_10.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_2.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_3.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_4.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_5.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_6.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_7.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_8.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_9.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_mib_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_mib_detail.png -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_mib_details.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_mib_details.PNG -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_type_mib.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_type_mib.PNG -------------------------------------------------------------------------------- /img/server/reports/snmp_scan_feature_type_mibs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_scan_feature_type_mibs.png -------------------------------------------------------------------------------- /img/server/reports/snmp_stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/snmp_stats.png -------------------------------------------------------------------------------- /img/server/reports/software_categories_add_regular_exp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/software_categories_add_regular_exp.png -------------------------------------------------------------------------------- /img/server/reports/software_categories_add_soft_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/software_categories_add_soft_name.png -------------------------------------------------------------------------------- /img/server/reports/software_categories_advance_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/software_categories_advance_settings.png -------------------------------------------------------------------------------- /img/server/reports/software_categories_category_form_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/software_categories_category_form_create.png -------------------------------------------------------------------------------- /img/server/reports/software_categories_default_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/software_categories_default_config.png -------------------------------------------------------------------------------- /img/server/reports/software_categories_list_categories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/software_categories_list_categories.png -------------------------------------------------------------------------------- /img/server/reports/software_categories_list_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/software_categories_list_empty.png -------------------------------------------------------------------------------- /img/server/reports/software_categories_tab_add_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/software_categories_tab_add_soft.png -------------------------------------------------------------------------------- /img/server/reports/software_categories_tab_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/software_categories_tab_create.png -------------------------------------------------------------------------------- /img/server/reports/software_categories_tab_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/software_categories_tab_list.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_1.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_10.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_11.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_12.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_2.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_3.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_4.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_5.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_6.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_7.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_8.png -------------------------------------------------------------------------------- /img/server/reports/users_profiles_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/users_profiles_9.png -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_10.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_11.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_12.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_13.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_14.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_15.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_16.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_2.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_3.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_4.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_5.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_6.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_7.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_8.jpg -------------------------------------------------------------------------------- /img/server/reports/using_redistribution_servers_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/using_redistribution_servers_9.jpg -------------------------------------------------------------------------------- /img/server/reports/visualize_computers_archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/visualize_computers_archive.png -------------------------------------------------------------------------------- /img/server/reports/windows_packager_reports.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/windows_packager_reports.jpg -------------------------------------------------------------------------------- /img/server/reports/wol_immediatly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/wol_immediatly.png -------------------------------------------------------------------------------- /img/server/reports/wol_only_one_computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/wol_only_one_computer.png -------------------------------------------------------------------------------- /img/server/reports/wol_schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/reports/wol_schedule.png -------------------------------------------------------------------------------- /img/server/schema/app.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/schema/app.jpg -------------------------------------------------------------------------------- /img/server/schema/architecture_ocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/schema/architecture_ocs.png -------------------------------------------------------------------------------- /img/server/schema/deploying_packages_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/schema/deploying_packages_1.png -------------------------------------------------------------------------------- /img/server/schema/deploying_packages_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/schema/deploying_packages_2.png -------------------------------------------------------------------------------- /img/server/schema/injector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/schema/injector.jpg -------------------------------------------------------------------------------- /img/server/schema/proxy_cache_deploy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/schema/proxy_cache_deploy.jpg -------------------------------------------------------------------------------- /img/server/schema/redistribution_servers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/schema/redistribution_servers.jpg -------------------------------------------------------------------------------- /img/server/windows/AD_users_and_commputers_user_logon_script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/AD_users_and_commputers_user_logon_script.png -------------------------------------------------------------------------------- /img/server/windows/GPO/activate_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/GPO/activate_filter.png -------------------------------------------------------------------------------- /img/server/windows/GPO/computer_startup_script_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/GPO/computer_startup_script_1.png -------------------------------------------------------------------------------- /img/server/windows/GPO/computer_startup_script_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/GPO/computer_startup_script_2.png -------------------------------------------------------------------------------- /img/server/windows/GPO/computer_startup_script_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/GPO/computer_startup_script_3.png -------------------------------------------------------------------------------- /img/server/windows/GPO/computer_startup_script_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/GPO/computer_startup_script_4.png -------------------------------------------------------------------------------- /img/server/windows/GPO/computer_startup_script_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/GPO/computer_startup_script_5.png -------------------------------------------------------------------------------- /img/server/windows/GPO/objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/GPO/objects.png -------------------------------------------------------------------------------- /img/server/windows/choose_components.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/choose_components.gif -------------------------------------------------------------------------------- /img/server/windows/completing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/completing.gif -------------------------------------------------------------------------------- /img/server/windows/install_location.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/install_location.gif -------------------------------------------------------------------------------- /img/server/windows/license.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/license.gif -------------------------------------------------------------------------------- /img/server/windows/start_menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/start_menu.gif -------------------------------------------------------------------------------- /img/server/windows/welcome.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/welcome.gif -------------------------------------------------------------------------------- /img/server/windows/xampp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/xampp.png -------------------------------------------------------------------------------- /img/server/windows/xampp_directory.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/xampp_directory.gif -------------------------------------------------------------------------------- /img/server/windows/xampp_security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/xampp_security.png -------------------------------------------------------------------------------- /img/server/windows/xampp_security_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OCSInventory-NG/Wiki/4a442fcae6252a2b2a432b740cb513d98d56f708/img/server/windows/xampp_security_status.png --------------------------------------------------------------------------------