| /openbmc/phosphor-webui/app/configuration/controllers/ |
| H A D | snmp-controller.js | 15 $scope.managers = []; 24 $scope.managers.push({ 43 $scope.managers.push({address: '', port: ''}); 49 if ($scope.managers[index].path) { 50 $scope.managersToDelete.push($scope.managers[index].path); 52 $scope.managers.splice(index, 1); 65 for (let i in $scope.managers) { 66 if (!$scope.managers[i].address || !$scope.managers[i].port) { 74 let managersLength = $scope.managers.length; 78 if (!$scope.managers[managersLength].path) { [all …]
|
| /openbmc/phosphor-snmp/ |
| H A D | snmp_util.cpp | 116 std::vector<std::string> managers; in getManagers() local 139 managers.push_back(mgr); in getManagers() 147 return managers; in getManagers()
|
| H A D | meson.build | 22 '/var/lib/phosphor-snmp/managers/',
|
| /openbmc/openbmc-test-automation/redfish/service_root/ |
| H A D | test_sessions_management.robot | 145 [Documentation] Verify managers defaults. 148 ${managers}= Redfish.Get Properties /redfish/v1/Managers 149 Rprint Vars managers 150 ${managers_count}= Get Length ${managers['Members']} 152 Valid Value managers['Name'] ['Manager Collection'] 153 Valid Value managers['@odata.id'] ['/redfish/v1/Managers'] 154 Valid Value managers['Members@odata.count'] [${managers_count}] 157 …Valid List managers['Members'] required_values=[{'@odata.id': '/redfish/v1/Managers/${MANAGER_ID…
|
| /openbmc/openbmc-test-automation/redfish/update_service/ |
| H A D | test_firmware_inventory.robot | 170 [Documentation] Verify functional image version is same as in Redfish managers. 181 ... is same as in Redfish managers.. 190 [Documentation] Verify the firmware software inventory is same as software images of managers. 214 ... active software image of Redfish managers and firmware inventory of update service. 222 ... active software image of Redfish managers and firmware inventory of update service. 258 [Documentation] Verify the Redfish firmware inventory path version is same as Redfish managers. 284 ... Redfish managers for backup image. 321 …[Documentation] Verify the functional image version is same as in firmware inventory and managers.
|
| /openbmc/webui-vue/src/store/modules/ |
| H A D | GlobalStore.js | 92 const managers = await api 95 bmcPath = managers?.data?.Members?.[0]?.['@odata.id'];
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-stopit_1.1.2.bb | 1 …er threads, control the timeout of blocks or callables with two context managers and two decorator…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/telepathy/ |
| H A D | telepathy-glib_0.24.1.bb | 2 DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers"
|
| /openbmc/openbmc-test-automation/redfish/events/ |
| H A D | test_bmc_snmp_trap.robot | 99 [Documentation] Configure multiple SNMP managers and verify. 157 # Configure multiple SNMP managers with non-default port. 161 # Verify if SNMP managers are configured. 176 # Configure multiple SNMP managers with different ports. 181 # Verify if SNMP managers are configured. 283 # Check if trap is generated and sent to SNMP managers after reboot.
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | fanctl.cpp | 847 std::map<std::string, std::string> managers; in displaySensors() local 850 objectManagers, [&sensorServices, &managers](const auto& object) { in displaySensors() 853 object.second, [&managers, path = object.first, in displaySensors() 858 managers[entry.first] = path; in displaySensors() 863 readSensorsAndPrint(managers, opts); in displaySensors()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nuttcp/ |
| H A D | nuttcp_8.2.2.bb | 3 and system managers. Its most basic usage is to determine the raw TCP (or UDP) \
|
| /openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
| H A D | test_snmp_alerts_sub_menu.robot | 130 [Documentation] Configure multiple SNMP managers on BMC via GUI and verify. 140 [Documentation] Configure multiple SNMP managers with non-default port via GUI and verify. 150 [Documentation] Configure multiple SNMP managers with different ports via GUI and verify. 261 # Check if trap is generated and sent to SNMP managers those are configured. 330 … [Documentation] Configure multiple SNMP managers on BMC with valid port value via GUI and verify. 413 [Documentation] Delete multiple SNMP managers with default port on BMC via GUI. 522 [Documentation] Start multiple SNMP managers on specific port.
|
| /openbmc/phosphor-snmp/docs/ |
| H A D | snmp-configuration.md | 34 The administrator can configure one or more SNMP managers to receive the OpenBMC
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | init-manager.rst | 51 The ":ref:`device-manager`" chapter has more details about device managers. 117 The Yocto Project supports three different initialization managers, offering
|
| H A D | wayland.rst | 8 compositing window managers to communicate directly with applications
|
| /openbmc/openbmc-test-automation/lib/snmp/ |
| H A D | redfish_snmp_utils.robot | 38 [Documentation] Get the list of SNMP managers and return IP addresses and ports. 91 # Get the list of SNMP managers that are configured on BMC. 258 # Clean SNMP managers running in the background.
|
| H A D | snmp_utils.robot | 47 [Documentation] Get list of SNMP managers and return the list.
|
| /openbmc/qemu/docs/tools/ |
| H A D | qemu-pr-helper.rst | 29 section on "persistent reservation managers" to find out how to
|
| /openbmc/openbmc/poky/meta/recipes-devtools/autoconf/ |
| H A D | autoconf_2.72.bb | 27 # Remove this when upgrading past 2.72, as package managers sort 2.72e (the
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/ |
| H A D | pipewire_1.4.3.bb | 41 # The session-managers list specifies which session managers Meson 46 # This does not disable support or the need for session managers, 62 -Dsession-managers='[]' \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | php-fpm.service | 41 # made read-only to all processes of the unit. Except for container managers no services should
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_managers_bmc.robot | 39 [Documentation] Verify BMC managers resource properties. 62 [Documentation] Verify BMC managers resource properties.
|
| H A D | test_bmc_network_protocol.robot | 92 [Documentation] Verify whether set managers dateTime is restricted with NTP enabled.
|
| /openbmc/docs/designs/ |
| H A D | physical-topology.md | 59 phosphor-dbus-interfaces, inventory managers, and inventory consumers such as 123 #### Other inventory managers
|
| /openbmc/qemu/docs/system/ |
| H A D | pr-manager.rst | 2 Persistent reservation managers
|