{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":423852815,"defaultBranch":"master","name":"naemon-core","ownerLogin":"ccztux","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-11-02T13:22:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11867479?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1722953676.0","currentOid":""},"activityList":{"items":[{"before":"22f0fb66fc0d7370ebbc5d2e6bcc66d8b9311392","after":"d6a32faf967e1988aadb0b30de84c14a81428cb1","ref":"refs/heads/issue-368","pushedAt":"2024-08-06T14:15:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"Fixed missing OK HARD state after OK SOFT.","shortMessageHtmlLink":"Fixed missing OK HARD state after OK SOFT."}},{"before":null,"after":"22f0fb66fc0d7370ebbc5d2e6bcc66d8b9311392","ref":"refs/heads/issue-368","pushedAt":"2024-08-06T14:14:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"add new options to keep services running as long as they are up\n\nThe issue with the options:\n\n- host_down_disable_service_checks\n- service_skip_check_dependency_status\n- service_skip_check_host_down_status\n- host_skip_check_dependency_status\n\nis that reports break because hosts/services suddenly stop executing and\nkeep their OK state. Which makes those options pretty unusable.\n\nSo in order to keep reporting correct, you need to keep services running, even\nif the host is down. With these new options, hosts/services keep on running as\nlong as they are up. And as soon as the service is down, it stops running until\nthe host comes back up. That way naemon has to do less checks, especially less\nchecks which run into timeouts and such but reporting is still correct.\n\nThe option service_skip_check_dependency_status=-2 will also be used for service parents.\n\nAdding a new option service_parents_disable_service_checks to prevent running service\nchecks if service parents are down.\n\nRecommended settings are:\n\n host_down_disable_service_checks=1 ; disable service checks if host is down\n service_parents_disable_service_checks=1 ; also disable service checks if parents are down\n service_skip_check_host_down_status=-2 ; but keep running as long as they are ok\n service_skip_check_dependency_status=-2 ; same, but for dependency checks.\n host_skip_check_dependency_status=-2 ; and for host checks.","shortMessageHtmlLink":"add new options to keep services running as long as they are up"}},{"before":"2a557bd601e08b27c099ab7697cbf03e8803b45c","after":"92b148c00cc3847ecc501def663799633a73076a","ref":"refs/heads/fix_loading_neb_module_multiple_times","pushedAt":"2024-08-06T08:14:32.000Z","pushType":"push","commitsCount":184,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"Merge branch 'naemon:master' into fix_loading_neb_module_multiple_times","shortMessageHtmlLink":"Merge branch 'naemon:master' into fix_loading_neb_module_multiple_times"}},{"before":"c3e4294d1b0ec8707da5331773f62f4250fbb376","after":"22f0fb66fc0d7370ebbc5d2e6bcc66d8b9311392","ref":"refs/heads/first_notification_delay_should_use_last_hard_state","pushedAt":"2024-08-06T08:14:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"add new options to keep services running as long as they are up\n\nThe issue with the options:\n\n- host_down_disable_service_checks\n- service_skip_check_dependency_status\n- service_skip_check_host_down_status\n- host_skip_check_dependency_status\n\nis that reports break because hosts/services suddenly stop executing and\nkeep their OK state. Which makes those options pretty unusable.\n\nSo in order to keep reporting correct, you need to keep services running, even\nif the host is down. With these new options, hosts/services keep on running as\nlong as they are up. And as soon as the service is down, it stops running until\nthe host comes back up. That way naemon has to do less checks, especially less\nchecks which run into timeouts and such but reporting is still correct.\n\nThe option service_skip_check_dependency_status=-2 will also be used for service parents.\n\nAdding a new option service_parents_disable_service_checks to prevent running service\nchecks if service parents are down.\n\nRecommended settings are:\n\n host_down_disable_service_checks=1 ; disable service checks if host is down\n service_parents_disable_service_checks=1 ; also disable service checks if parents are down\n service_skip_check_host_down_status=-2 ; but keep running as long as they are ok\n service_skip_check_dependency_status=-2 ; same, but for dependency checks.\n host_skip_check_dependency_status=-2 ; and for host checks.","shortMessageHtmlLink":"add new options to keep services running as long as they are up"}},{"before":"05301ebea877c5fde904bee1ae0856757326d727","after":"22f0fb66fc0d7370ebbc5d2e6bcc66d8b9311392","ref":"refs/heads/bugfix/MON-10495-naemon-starts-sigkilling-the-wrong","pushedAt":"2024-08-06T08:13:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"add new options to keep services running as long as they are up\n\nThe issue with the options:\n\n- host_down_disable_service_checks\n- service_skip_check_dependency_status\n- service_skip_check_host_down_status\n- host_skip_check_dependency_status\n\nis that reports break because hosts/services suddenly stop executing and\nkeep their OK state. Which makes those options pretty unusable.\n\nSo in order to keep reporting correct, you need to keep services running, even\nif the host is down. With these new options, hosts/services keep on running as\nlong as they are up. And as soon as the service is down, it stops running until\nthe host comes back up. That way naemon has to do less checks, especially less\nchecks which run into timeouts and such but reporting is still correct.\n\nThe option service_skip_check_dependency_status=-2 will also be used for service parents.\n\nAdding a new option service_parents_disable_service_checks to prevent running service\nchecks if service parents are down.\n\nRecommended settings are:\n\n host_down_disable_service_checks=1 ; disable service checks if host is down\n service_parents_disable_service_checks=1 ; also disable service checks if parents are down\n service_skip_check_host_down_status=-2 ; but keep running as long as they are ok\n service_skip_check_dependency_status=-2 ; same, but for dependency checks.\n host_skip_check_dependency_status=-2 ; and for host checks.","shortMessageHtmlLink":"add new options to keep services running as long as they are up"}},{"before":"12de0b011f2c1bb48306a2e9518b44b80c0ba2e4","after":"22f0fb66fc0d7370ebbc5d2e6bcc66d8b9311392","ref":"refs/heads/master","pushedAt":"2024-08-06T08:12:56.000Z","pushType":"push","commitsCount":37,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"add new options to keep services running as long as they are up\n\nThe issue with the options:\n\n- host_down_disable_service_checks\n- service_skip_check_dependency_status\n- service_skip_check_host_down_status\n- host_skip_check_dependency_status\n\nis that reports break because hosts/services suddenly stop executing and\nkeep their OK state. Which makes those options pretty unusable.\n\nSo in order to keep reporting correct, you need to keep services running, even\nif the host is down. With these new options, hosts/services keep on running as\nlong as they are up. And as soon as the service is down, it stops running until\nthe host comes back up. That way naemon has to do less checks, especially less\nchecks which run into timeouts and such but reporting is still correct.\n\nThe option service_skip_check_dependency_status=-2 will also be used for service parents.\n\nAdding a new option service_parents_disable_service_checks to prevent running service\nchecks if service parents are down.\n\nRecommended settings are:\n\n host_down_disable_service_checks=1 ; disable service checks if host is down\n service_parents_disable_service_checks=1 ; also disable service checks if parents are down\n service_skip_check_host_down_status=-2 ; but keep running as long as they are ok\n service_skip_check_dependency_status=-2 ; same, but for dependency checks.\n host_skip_check_dependency_status=-2 ; and for host checks.","shortMessageHtmlLink":"add new options to keep services running as long as they are up"}},{"before":"cb8612cc339d5e006450e5c03c1260b547e48eea","after":"12de0b011f2c1bb48306a2e9518b44b80c0ba2e4","ref":"refs/heads/master","pushedAt":"2023-06-26T08:13:15.619Z","pushType":"push","commitsCount":7,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"remove comment_list\n\nit is not required anymore since we store comments in a hash table now.\n\nSigned-off-by: Sven Nierlein ","shortMessageHtmlLink":"remove comment_list"}},{"before":"cb8612cc339d5e006450e5c03c1260b547e48eea","after":"12de0b011f2c1bb48306a2e9518b44b80c0ba2e4","ref":"refs/heads/master","pushedAt":"2023-06-26T08:13:15.576Z","pushType":"push","commitsCount":7,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"remove comment_list\n\nit is not required anymore since we store comments in a hash table now.\n\nSigned-off-by: Sven Nierlein ","shortMessageHtmlLink":"remove comment_list"}},{"before":"6ea84850b3ee3788eb97ef7da52ac9c2089cefbc","after":"cb8612cc339d5e006450e5c03c1260b547e48eea","ref":"refs/heads/master","pushedAt":"2023-03-20T09:22:49.160Z","pushType":"push","commitsCount":6,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"fix unversioned obsoletes\n\nthis is a old relict from very early rpms, time to let it go.\n\n```\nRPM build warnings:\nline 14: It's not recommended to have unversioned Obsoletes: Obsoletes: naemon-tools\n```","shortMessageHtmlLink":"fix unversioned obsoletes"}},{"before":"5492eae5fb6b3e1e1bdff796718b8e068b538a24","after":"9364cc093be7efcb612dbd30795d87348b01dd94","ref":"refs/heads/issue-418","pushedAt":"2023-03-20T09:19:51.817Z","pushType":"push","commitsCount":3,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'upstream/master' into issue-418","shortMessageHtmlLink":"Merge remote-tracking branch 'upstream/master' into issue-418"}},{"before":"72f1c9c9abaf1407647647cf0bd77a95e400a810","after":"3deea318df619f8c6e3651fd3c10a9a7cbedd081","ref":"refs/heads/issue-364","pushedAt":"2023-03-09T06:48:16.419Z","pushType":"push","commitsCount":76,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'upstream/master' into issue-364","shortMessageHtmlLink":"Merge remote-tracking branch 'upstream/master' into issue-364"}},{"before":"bc4e6635aae80dcbee102b2249ec68c0d048527a","after":null,"ref":"refs/heads/fix-github-actions-status-badge","pushedAt":"2023-03-09T06:46:06.955Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"}},{"before":"7940a8187b2ab1a328481da5f0d4a77fe0f83169","after":"5492eae5fb6b3e1e1bdff796718b8e068b538a24","ref":"refs/heads/issue-418","pushedAt":"2023-03-09T06:44:39.897Z","pushType":"push","commitsCount":5,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'upstream/master' into issue-418","shortMessageHtmlLink":"Merge remote-tracking branch 'upstream/master' into issue-418"}},{"before":"68773e73d42edb2821048f6ba367daf54e594b82","after":"bc4e6635aae80dcbee102b2249ec68c0d048527a","ref":"refs/heads/fix-github-actions-status-badge","pushedAt":"2023-03-08T07:52:29.592Z","pushType":"push","commitsCount":1,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"Switched back to shields.io because nothing found to change github's\nworkflow label. This is defined by the workflow name in the workflow yml\nfile.","shortMessageHtmlLink":"Switched back to shields.io because nothing found to change github's"}},{"before":"49505d837b04ca2d05f05925c5c1caa11b67cdeb","after":"68773e73d42edb2821048f6ba367daf54e594b82","ref":"refs/heads/fix-github-actions-status-badge","pushedAt":"2023-03-08T07:47:40.322Z","pushType":"push","commitsCount":1,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"Try to change label of the badge.","shortMessageHtmlLink":"Try to change label of the badge."}},{"before":null,"after":"49505d837b04ca2d05f05925c5c1caa11b67cdeb","ref":"refs/heads/fix-github-actions-status-badge","pushedAt":"2023-03-08T07:43:44.800Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ccztux","name":"Christian Zettel","path":"/ccztux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11867479?s=80&v=4"},"commit":{"message":"Fixed github actions status badge.","shortMessageHtmlLink":"Fixed github actions status badge."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEky-oMAA","startCursor":null,"endCursor":null}},"title":"Activity ยท ccztux/naemon-core"}