Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ NotifyStatus
Function
NotifyStatus
lib/cli/daemoncommand.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
#ifdef HAVE_SYSTEMD
51
static inline
52
void NotifyStatus(const char* status)
53
{
54
(void)sd_notifyf(0,
"STATUS=%s"
, status);
55
}
56
#else /* HAVE_SYSTEMD */
57
static inline
58
void NotifyStatus(const char*)
Callers
2
RunWorker
Function · 0.85
Run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected