Commit Graph

  • 70e5f1e07e Accepting request 1311997 from server:monitoring factory Ana Guerrero 2025-10-17 15:27:29 +00:00
  • 880ab1ab41 - Update to 2.15.1 * Security - CVE-2025-61907: Prevent API users from accessing variables and objects they don't have access to within filter expressions. This allowed authenticated API users to learn information they aren't allowed to access directly. - CVE-2025-61908: Add a missing null pointer check while evaluating expressions. This allowed authenticated API users to crash the Icinga 2 daemon by supplying a crafted filter expression. - CVE-2025-61909: Don't send signals as root in safe-reload script and logrotate config. This allowed a limited privilege escalation from the Icinga 2 service user to root. The scope is limited to sending SIGHUP or SIGUSR1 to an arbitrary process. #10590 - Windows: Update to OpenSSL 3.0.18. #10591 * Bugfixes - When a reload triggered from Icinga Director (or the /v1/config API) fails, the corresponding state is cleared, allowing to deploy a new config without having to restart Icinga 2 manually first. #10584 * Enhancements - Add JSON-RPC utilization metrics and troubleshooting docs. #10586 - When sending cluster messages to other zones, prefer endpoints in the order as specified in the zone configuration. #10587 - Track the number of JSON-RPC messages received for each message type per endpoint. #10585 - Add support for building with Boost v1.89 and use it on Windows. #10578 - Drop 76fa0d9e8054f405dc3d1e39a4b48f21e86afdf0.patch because now in upstream. Eric Schirra 2025-10-17 11:24:51 +00:00
  • 3bc2d835c5 Accepting request 1308492 from server:monitoring Ana Guerrero 2025-10-02 17:20:50 +00:00
  • dd6bcf5479 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/icinga2?expand=0&rev=199 Eric Schirra 2025-10-02 04:20:06 +00:00
  • 2611e37136 - Boost.System has been header only since Boost 1.69.0 Eric Schirra 2025-09-27 18:09:50 +00:00
  • 0a2edca15d Accepting request 1287041 from server:monitoring Ana Guerrero 2025-06-20 14:50:17 +00:00
  • 33cf9a494c - Update ot 2.15.0 * Breaking Changes - API: Fix /v1/objects/* queries with attrs set to [] to return empty attributes instead of all of them. #8169 - Drop the undocumented Checkable#process_check_result and broken System#track_parents DSL functions. #10457 * Enhancements - Gracefully disconnect all clients on shutdown and prevent from accepting new connections. #10460 - Icinga DB: Send data to Redis® exactly as they're stored in the database to avoid extra value-mapping routines by the Go daemon. #10452 - Add support for Icinga 2 dependencies in Icinga DB. #10290 - Take host/service reachability into account when computing its severity. #10399 - Rework the dependency cycle detection to efficiently handle large configs and provide better error messages. #10360 - Don't log next check timestamp in scientific notation. #10352 - Automatically remove child downtimes when removing parent downtime. #10345 - Ensure compatibility with Boost version up to v1.88. #10278 #10419 - Reject infinite performance data values. #10077 - Support host_template and service_template tags in ElasticsearchWriter. #10074 - Icinga DB: Support Redis® username authentication. #10102 - Cluster: Distribute host child objects (e.g. services, notifications, etc.) based on the host's name. #10161 - Icinga DB Check: Report an error if both Icinga DB instances are responsible in a HA setup. #10188 - Windows: upgrade build toolchain to Visual Studio 2022. #9747 * Bugfixes * Core - Use Checkable#check_timeout also for rescheduling remote checks. #10443 - Log: Don't unnecessarily buffer log messages that are going to be dropped anyway. #10177 - Don't loose perfdata counter (c) unit when normalizing performance data for Icinga DB. #10432 - Fix broken SELinux policy on Fedora ≥ 41 due to the new /usr/sbin to /usr/bin equivalence. #10429 - Don't load Notification objects before User and UserGroup objects to allow them to be referenced in notifications. #10427 - Ensure consistent DST handling across different platforms. #10422 - Fix Icinga 2 doesn't generate a core dump when it crashes with SIGABRT. #10416 - Don't process concurrent checks for the same checkable. #10372 - Don't process check results after the checker and API listener have been stopped. #10397 - Avoid zombie processes on plugin execution timeout on busy systems. #10375 - Properly restore the notification object state on Recovery notification. #10361 - Fix incorrectly dropped acknowledgement and recovery notifications. #10211 - Prevent checks from always being rescheduled outside the configured check_period. #10070 - Don't send reminder notifications after a Custom notification while interval is set to 0. #7818 - Reset all signal handlers of child processes to their defaults before starting a plugin. #8011 - tests: Fix FormatDateTime test cases with invalid formats on macOS and all BSD-based systems. #10149 - Mark move constructor and assignment operator in String as noexcept to allow optimizations. #10353 #10365 * Cluster and API - Fix an inverted condition in ApiListener#IsHACluster() that caused to always return true in a non-HA setup. #10417 - Don't silently accept authenticated JSON-RPC connections with no valid endpoint. #10415 - Sync Notification#notified_problem_users across the cluster to prevent lost recovery notifications. #10380 - Remove superfluous ) from a HTTP request log message. #9966 - Disable TLS renegotiation (handshake on existing connection) on OpenBSD as well. #9943 - Log also the underlying error message when a HTTP request is closed with No data received by Icinga 2. #9928 - Fix a deadlock triggered by concurrent /v1/actions/add-comment and /v1/actions/acknowledge-problem requests on the same checkable, as well as a crash that might occur when running perfectly timed /v1/actions/add-comment and /v1/actions/remove-comment requests targeting the same comment. #9924 * Icinga DB - Fix missing acknowledgement and flapping history entries due to a number overflow. #10467 - Send downtime cancel_time only if it is cancelled. #10379 - Send only the necessary data to the icinga:stats Redis® stream. #10359 - Remove a spin lock in RedisConnection#Connect() to avoid busy waiting. #10265 * Writers - Serialize all required metrics before queueing them to a WorkQueue. #10420 - OpenTsdbWriter: Include checkable name in log messages to ease troubleshooting. #10009 - OpenTsdbWriter: Don't send custom empty tags. #7928 - InfluxDBWriter: Add missing closing quote in validation error message. #10174 * ITL - Add --maintenance_mode_state ($vmware_maintenance_mode_state) argument to vmware-esx-command check command. #10435 - Add -n ($load_procs_to_show$) argument to load check command. #10426 - Add --inode-perfdata ($disk_np_inode_perfdata$) argument to disk check command. #10395 - Add -r ($ssh_remote_version$) and -P ($ssh_remote_protocol$) arguments to ssh check command. #10283 - Add --unplugged_nics_state ($vmware_unplugged_nics_state$) argument to vmware-esx-soap-host-net and vmware-esx-soap-host-net-nic check commands. #10261 - Add -X ($proc_exclude_process$) argument to procs check command. #10232 - Add --dane ($ssl_cert_dane$) argument to ssl_cert check command. #10196 - Fix check_ssl_cert deprecation warnings. #9758 - Fix check_systemd executable name add add all missing arguments. #10035 - Add -M ($snmp_multiplier$ & $snmpv3_multiplier$) argument to snmp and snmpv3 check commands. #9975 - Add --continue-after-certificate ($http_certificate_continue$) argument to http check command. #9974 - Add --ignore-maximum-validity ($ssl_cert_ignore_maximum_validity$) argument to ssl_cert check command. #10396 - Add --maximum-validity ($ssl_cert_maximum_validity$) argument to ssl_cert check command. #9881 - Add --url ($ssl_cert_http_url$) argument to ssl_cert check command. #9759 - Add fuse.sshfs and fuse.* (supported only by Monitoring Plugins) to the list of default disk exclude types. #9749 - Add check_curl check command. #9205 - Add the --extra-opts argument to various commands that support it. #8010 * Documentation - Don't use dnf config-manager to configure Fedora repository and mention icingadb-redis-selinux package. #10479 - Update the outdated cold startup duration documentation to reflect the current behavior. #10446 - Indent second-level unordered lists with four spaces to correctly render them in the HTML documentation. #10441 - Add a reference to the check result state documentation from within the Advanced Topics section. #10421 - Improve the documentation of how to generate Icinga 2 core dumps. #10418 - Update Icinga 2 CLI output examples to match the current output. #10323 - Fix incorrect ping_timeout value in the hostalive check command documentation. #10069 * Code Quality - Simplify deferred SSL shutdown in ApiListener#NewClientHandlerInternal(). #10301 - Don't unnecessarily shuffle configuration items during config load. #10008 - Sort config types by their load dependencies at namespace initialization time to save some round trips during config load. #10148 - Fix livestatus build error on macOS without unity builds. #10176 - Remove unused methods in SharedObject class. #10456 - Remove unused ProcessingResult#NoCheckResult enum value. #10444 - CMake: Drop all third-party cmake modules and use the ones shipped with CMake v3.8+. #10403 - CMake: Raise the minimum required policy to 3.8. #10402 #10478 - CMake: Turn on -Wsuggest-override to warn about missing override specifiers. #10225 #10356 - Make icinga::Empty a constant to prevent accidental modifications. #10224 - Remove various unused methods in the Registry class. #10222 - Fix missing parent std::atomic<T> constructor call in our Atomic<T> wrapper class. #10215 - Drop unused m_NextHeartbeat member variable from JsonRpcConnection. #10208 - Enhance some of the validation error messages. #10201 - Don't allow Type#GetLoadDependencies() to return non-config object type dependencies. #10169 - Don't allow Type#GetLoadDependencies() to return a set of nullptr type dependencies. #10155 - Remove EOL distros detection code from Utility::ReleaseHelper() function. #10147 - Remove dead code in TLS GetSignatureAlgorithm() function. #9882 - Mark Logger#GetSeverity() as non-virtual to avoid unnecessary vtable lookups. #9851 - Remove unused Stream#Peak() method and unused allow_partial parameter from Stream#Read(). #9734 #9736 - Suppress compiler warnings in third-party libraries. #9732 - Fix various compiler warnings. #9731 #10442 - Reduce task function allocation overhead by using a per-thread created lambda in WorkQueue. #9575 - Remove redundant trailing empty lines and add missing newlines in some files. #7799 - Drop icinga-pr10278.patch becauise now in upstream. - Change BuildRequires from yajl to nlohmann_json because yajl is dead. Eric Schirra 2025-06-20 05:41:03 +00:00
  • 43ea10164a Accepting request 1280694 from server:monitoring Dominique Leuenberger 2025-05-30 12:31:58 +00:00
  • ae73c828e9 - Update to 2.14.6 - CVE-2025-48057: Prevent invalid certificates from being renewed with OpenSSL older than v1.1.0. - Fix use-after-free in VerifyCertificate(): Additionally, a use-after-free was found in the same function which is fixed as well, but in case it is triggered, typically only a wrong error code may be shown in a log message. - Windows: Update OpenSSL shipped on Windows to v3.0.16. - Rebase icinga-pr10278.patch. Eric Schirra 2025-05-27 17:54:58 +00:00
  • d45e9d7128 Accepting request 1277874 from server:monitoring Ana Guerrero 2025-05-20 07:34:12 +00:00
  • 74c5a45a98 Fix date format in old changelog entries Eric Schirra 2025-05-15 18:24:51 +00:00
  • 36b072a0e5 Accepting request 1253137 from server:monitoring Ana Guerrero 2025-03-14 22:52:36 +00:00
  • f9cb8bcfb4 - fix permissions for include and script files Eric Schirra 2025-03-14 16:13:00 +00:00
  • 3afb10d1d2 - add patches from PR10278 to fix build with boost 1.87 https://github.com/Icinga/icinga2/pull/10278 icinga-pr10278.patch - use RPM_BUILD_ROOT variable - fix ownership for include files and scripts - move bash-completions to /usr/share Eric Schirra 2025-03-14 12:04:51 +00:00
  • 37b6c594f9 - Update to 2.14.5 * Bug Fixes - Don't close anonymous connections before sending the response for a certificate request #10337 - Performance data: Don't discard min/max values even if crit/warn thresholds aren’t given #10339 - Fix a failing test case on systems time_t is only 32 bits #10343 * Documentation - Document the -X option for the mail-host-notification and mail-service-notification commands #10335 - Include Nagios in the migration docs #10324 - Remove RHEL 7 from installation instructions #10334 - Add instructions for installing build dependencies on Windows Server #10336 Eric Schirra 2025-03-13 04:50:57 +00:00
  • af28b170ac Accepting request 1240024 from server:monitoring Dominique Leuenberger 2025-01-24 12:40:54 +00:00
  • 45095afa9d - Update to 2.14.4 * Crash Fixes - Invalid DateTime#format() arguments in config and console on Windows Server 2016 and older. #10112 - Downtime scheduling at runtime with non-existent trigger. #10049 - Object creation at runtime during Icinga DB initialization. #10151 - Comment on a service of a non-existent host. #9861 * Miscellaneous Bugfixes - Lost notifications after recovery outside the notification time period. #10187 - TimePeriod/ScheduledDowntime exceeding specified date range. #9983 #10107 - Clean up failure for obsolete Downtimes. #10062 - ifw-api check command: use correct process-finished handler. #10140 - Email notification scripts: strip 0x0D (CR) for a proper Content-Type. #10061 - Several fixes and improvements of the code quality. #10066 #10214 #10254 #10263 #10264 * Cluster and API - Sync runtime objects in topological order to honor their dependencies. #10000 - Make parallel config syncs more robust. #10013 - After object creation via API fails, clean up properly for the next try. #10111 - Close HTTPS connections properly to prevent leaks. #10005 #10006 - Reduce the number of cluster messages in memory at the same time. #9991 #9999 #10210 - Once a cluster connection shall be closed, stop communicating. #10213 #10221 - Remove unnecessary blocking of semaphores. #9992 #9994 - Reduce unnecessary cluster messages setting the next check time. #10011 * Icinga DB and IDO - IDO: fix object relations after aborted synchronization. #10065 - Icinga DB, IDO: limit all timestamps to four year digits. #10058 #10059 - Icinga DB: limit execution_time and latency (milliseconds) to database schema. #10060 * Troubleshooting - Add /v1/debug/malloc_info which calls malloc_info(3) if available. #10015 - Add log messages about own network I/O. #9993 #10141 #10207 - Several fixes and improvements of log messages. #9997 #10021 #10209 * Windows - Update OpenSSL shipped on Windows to v3.0.15. #10170 - Update Boost shipped on Windows to v1.86. #10114 - Support CMake v3.29. #10037 - Don't require to build .msi as admin. #10137 - Build configuration scripts: allow custom $CMAKE_ARGS. #10312 * Documentation - Distributed Monitoring: add section "External CA/PKI". #9825 - Explain how to enable/disable debug logging on the fly. #9981 - Update supported OS versions and repository configuration. #10064 #10090 #10120 #10135 #10136 #10205 - Several fixes and improvements. #9960 #10050 #10071 #10156 #10194 - Replace broken links. #10115 #10118 #10282 - Fix typographical and similarly trivial errors. #9953 #9967 #10056 #10116 #10152 #10153 #10204 Eric Schirra 2025-01-24 07:00:08 +00:00
  • 40f3d1da4b Accepting request 1226274 from server:monitoring Ana Guerrero 2024-11-25 22:23:07 +00:00
  • ebf4b020f2 - Use %{optflags} macro for build flags - Fix build on non-x86_64 architectures Eric Schirra 2024-11-25 13:16:37 +00:00
  • 04b67318b6 Accepting request 1223909 from server:monitoring Ana Guerrero 2024-11-14 15:08:13 +00:00
  • 63e6894c0a - Update to 2.14.3 - Security: fix TLS certificate validation bypass. CVE-2024-49369 (boo#1233310) Eric Schirra 2024-11-13 10:44:39 +00:00
  • b55017e930 - Update to 2.14.3 - Security: fix TLS certificate validation bypass. CVE-2024-49369 - Security: update OpenSSL shipped on Windows to v3.0.15. - Windows: sign MSI packages with a certificate the OS trusts by default. - Revision and cleanup of the spec file to remove errors and make it clearer. Eric Schirra 2024-11-13 10:21:45 +00:00
  • db0d3b928a Accepting request 1149569 from server:monitoring leap-16.1 leap-16.0 Ana Guerrero 2024-02-22 20:02:02 +00:00
  • bb51a0662f Accepting request 1149423 from home:dimstar:rpm4.20:i Eric Schirra 2024-02-22 15:40:06 +00:00
  • 2423dc6928 Accepting request 1139802 from server:monitoring Ana Guerrero 2024-01-18 20:54:54 +00:00
  • 21440e32d2 Accepting request 1139801 from home:ecsos:monitoring Eric Schirra 2024-01-18 19:41:40 +00:00
  • be5700b34b Accepting request 1134464 from server:monitoring Ana Guerrero 2023-12-21 22:39:30 +00:00
  • 7ad2d48cc3 Accepting request 1134463 from home:ecsos:monitoring Eric Schirra 2023-12-21 13:39:54 +00:00
  • 8dd43ee09f Accepting request 1114138 from server:monitoring Ana Guerrero 2023-10-02 18:04:25 +00:00
  • 52abad5fc6 Accepting request 1114137 from home:ecsos:monitoring Eric Schirra 2023-09-28 19:03:21 +00:00
  • c5407e6b7a Accepting request 1107988 from server:monitoring Ana Guerrero 2023-08-30 08:21:16 +00:00
  • 432d9ccc5b Accepting request 1104874 from home:bmwiedemann:branches:server:monitoring Eric Schirra 2023-08-29 17:17:17 +00:00
  • 51be6d08a5 Accepting request 1098793 from server:monitoring Ana Guerrero 2023-07-17 17:23:22 +00:00
  • 91cea50aec Accepting request 1098792 from home:ecsos:monitoring Eric Schirra 2023-07-15 12:06:58 +00:00
  • 365ea8d82a Accepting request 1066253 from server:monitoring Dominique Leuenberger 2023-02-17 15:44:24 +00:00
  • eb54291035 Accepting request 1066252 from home:ecsos:monitoring Eric Schirra 2023-02-16 18:42:03 +00:00
  • feae88224d Accepting request 1062997 from server:monitoring Dominique Leuenberger 2023-02-03 21:05:52 +00:00
  • f71417b73b Accepting request 1062996 from home:ecsos:monitoring Eric Schirra 2023-02-03 08:41:57 +00:00
  • 5817d515a2 Accepting request 1034595 from server:monitoring Dominique Leuenberger 2022-11-09 11:57:24 +00:00
  • 4eb19d4412 Accepting request 1034594 from home:ecsos:monitoring Eric Schirra 2022-11-08 17:48:23 +00:00
  • 3531e4439c Accepting request 994646 from server:monitoring Dominique Leuenberger 2022-08-12 14:06:37 +00:00
  • 28f2e27c02 Accepting request 994645 from home:ecsos:monitoring Eric Schirra 2022-08-11 23:57:16 +00:00
  • 40bd88c1a8 Accepting request 986200 from server:monitoring Dominique Leuenberger 2022-07-01 11:45:10 +00:00
  • 4e9ea8025c Accepting request 986199 from home:ecsos:monitoring Eric Schirra 2022-07-01 10:24:53 +00:00
  • 6bebf9b894 - add icinga2-vim_syntax.patch: When upgrading vim to version 8 the syntax file does not work anymore: line xxx: E10: \ should be followed by /, ? or & Reason: The line continuation does not work, as vim is reading syntax files now in vi-compatible mode. The patch sets the nocompatible mode manually for that syntax file. Lars Vogdt 2022-06-29 08:45:38 +00:00
  • b49f30961c Accepting request 972381 from server:monitoring Dominique Leuenberger 2022-04-24 17:45:56 +00:00
  • 86977b3521 Accepting request 972380 from home:ecsos:monitoring Eric Schirra 2022-04-24 13:53:11 +00:00
  • 1f4d1aa618 Accepting request 936051 from server:monitoring Eric Schirra 2021-12-06 14:56:15 +00:00
  • 7dd520c25d remove link to Factory Lars Vogdt 2021-12-02 10:36:00 +00:00
  • 240f4bf793 Accepting request 913177 from server:monitoring Richard Brown 2021-08-20 14:57:51 +00:00
  • 9b90c8332a Accepting request 913176 from home:ecsos:monitoring Eric Schirra 2021-08-19 15:18:06 +00:00
  • 5e8dab9d6d Accepting request 910006 from server:monitoring Dominique Leuenberger 2021-08-03 20:49:08 +00:00
  • b1eda2df32 Accepting request 910005 from home:ecsos:monitoring Eric Schirra 2021-08-03 14:02:07 +00:00
  • a05459fd3a Accepting request 906463 from server:monitoring Dominique Leuenberger 2021-07-15 22:00:46 +00:00
  • 84e1525fe5 Accepting request 906462 from home:ecsos:monitoring Eric Schirra 2021-07-15 11:40:11 +00:00
  • efb336a1ae Accepting request 895778 from server:monitoring Dominique Leuenberger 2021-06-01 08:37:40 +00:00
  • 99597d5ac3 Accepting request 895777 from home:ecsos:monitoring Eric Schirra 2021-05-27 14:04:32 +00:00
  • 895bb73a3a Accepting request 856014 from server:monitoring Dominique Leuenberger 2020-12-17 16:04:06 +00:00
  • 1bdf969e6b Accepting request 856013 from home:ecsos:monitoring Eric Schirra 2020-12-15 14:38:15 +00:00
  • 4f3afd0c5a Accepting request 852380 from server:monitoring Dominique Leuenberger 2020-12-02 12:58:29 +00:00
  • 67131377b6 Accepting request 852379 from home:ecsos:monitoring Eric Schirra 2020-12-01 15:11:26 +00:00
  • 28ceba70b6 Accepting request 849126 from server:monitoring Dominique Leuenberger 2020-11-19 10:58:10 +00:00
  • d4519ca33d Accepting request 849097 from home:Guillaume_G:branches:openSUSE:Factory:ARM Eric Schirra 2020-11-17 15:42:17 +00:00
  • 121f5490c8 Accepting request 842560 from server:monitoring Dominique Leuenberger 2020-10-20 14:09:54 +00:00
  • 7290a1fda3 Accepting request 842559 from home:ecsos:monitoring Eric Schirra 2020-10-19 13:27:15 +00:00
  • 0c8a23e4c9 Accepting request 841992 from server:monitoring Dominique Leuenberger 2020-10-18 14:30:13 +00:00
  • 15388e36b4 Accepting request 841991 from home:ecsos:monitoring Eric Schirra 2020-10-15 18:06:52 +00:00
  • 24ca49a217 Accepting request 836041 from server:monitoring Dominique Leuenberger 2020-09-22 19:15:59 +00:00
  • b9f50b2fca Accepting request 836038 from home:ecsos:monitoring Eric Schirra 2020-09-22 09:03:12 +00:00
  • ed27800ab0 Accepting request 828978 from server:monitoring Dominique Leuenberger 2020-08-25 07:40:20 +00:00
  • 832261334c Accepting request 828976 from home:gmbr3:libexecdir Eric Schirra 2020-08-24 15:02:29 +00:00
  • 544406cb2c Accepting request 824473 from server:monitoring Dominique Leuenberger 2020-08-05 18:29:01 +00:00
  • d929f25b6a Accepting request 824472 from home:ecsos:monitoring Eric Schirra 2020-08-05 10:58:08 +00:00
  • e63c5ec25d Accepting request 815707 from server:monitoring Dominique Leuenberger 2020-06-19 15:22:51 +00:00
  • 51bac789fa Accepting request 815706 from home:ecsos:monitoring Eric Schirra 2020-06-18 09:38:09 +00:00
  • 20fc55ee82 Accepting request 781181 from server:monitoring Dominique Leuenberger 2020-03-04 08:44:47 +00:00
  • 84f0383008 Accepting request 781180 from home:ecsos:monitoring Eric Schirra 2020-03-03 11:27:34 +00:00
  • 861a0d3272 Accepting request 764046 from server:monitoring Dominique Leuenberger 2020-01-13 21:22:39 +00:00
  • 7d9236e161 Accepting request 764045 from home:ecsos:monitoring Eric Schirra 2020-01-13 15:11:18 +00:00
  • 45cf744d5f Accepting request 764013 from home:ecsos:monitoring Eric Schirra 2020-01-13 14:24:29 +00:00
  • 9030297aab Accepting request 758231 from server:monitoring Dominique Leuenberger 2019-12-21 11:30:51 +00:00
  • 30804545c5 Accepting request 758230 from home:dimstar:Factory Eric Schirra 2019-12-19 15:08:50 +00:00
  • 63c0bca4ba Accepting request 742640 from server:monitoring Dominique Leuenberger 2019-10-24 21:11:20 +00:00
  • aa9ac65dc8 Accepting request 742639 from home:ecsos:monitoring Eric Schirra 2019-10-24 15:59:01 +00:00
  • c6d3689a0b Accepting request 740166 from server:monitoring Dominique Leuenberger 2019-10-18 12:36:44 +00:00
  • 27e5fd3820 Accepting request 740164 from home:ecsos:monitoring Eric Schirra 2019-10-17 15:23:54 +00:00
  • 5b3c8633e3 Accepting request 731986 from server:monitoring Yuchen Lin 2019-09-20 12:55:16 +00:00
  • c6d3ce8f04 Accepting request 731985 from home:ecsos:monitoring Eric Schirra 2019-09-19 15:35:45 +00:00
  • 4b3da84317 Accepting request 719985 from server:monitoring Dominique Leuenberger 2019-07-31 12:36:15 +00:00
  • 372ba2bce5 Accepting request 719984 from home:ecsos:monitoring Eric Schirra 2019-07-31 06:43:42 +00:00
  • 5303edcaca Accepting request 705093 from server:monitoring Dominique Leuenberger 2019-05-24 09:33:09 +00:00
  • 3e5d21cacc Accepting request 705092 from home:ecsos:monitoring Eric Schirra 2019-05-23 22:13:15 +00:00
  • c9254a0f04 Accepting request 687048 from server:monitoring Dominique Leuenberger 2019-03-21 08:53:29 +00:00
  • 0702738d0d Accepting request 687047 from home:ecsos:monitoring Eric Schirra 2019-03-20 20:02:55 +00:00
  • 2ad1487bd1 Accepting request 679222 from server:monitoring Dominique Leuenberger 2019-02-26 21:21:18 +00:00
  • 2e0769782c Accepting request 679221 from home:ecsos:monitoring Eric Schirra 2019-02-26 11:11:21 +00:00
  • 45f5793826 Accepting request 648915 from server:monitoring Dominique Leuenberger 2018-11-14 13:43:56 +00:00
  • 713fc4ffc0 Accepting request 648911 from home:ecsos:monitoring Eric Schirra 2018-11-14 10:47:30 +00:00
  • c847e41a4f Accepting request 644684 from server:monitoring Dominique Leuenberger 2018-10-29 13:21:11 +00:00
  • ff25f98a43 Accepting request 642998 from server:monitoring Dominique Leuenberger 2018-10-22 09:22:50 +00:00