Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ functions
Functions
4,470 in github.com/Icinga/icinga2
⨍
Functions
4,470
◇
Types & classes
856
↓ 1 callers
Method
AddMessageProcessed
lib/remote/endpoint.cpp:143
↓ 1 callers
Method
AddMessageSent
lib/remote/endpoint.cpp:122
↓ 1 callers
Method
AddNotification
lib/icinga/usergroup.cpp:87
↓ 1 callers
Method
AffectsChildren
* Checks whether the last check result of this Checkable affects its child dependencies. * * A Checkable affects its child dependencies if it runs i
lib/icinga/checkable-dependency.cpp:203
↓ 1 callers
Method
AssertNoCycle
* Searches the dependency graph for cycles and throws an exception if one is found. * * Only the part of the graph that's reachable from the start
lib/icinga/dependency.cpp:75
↓ 1 callers
Function
BOOST_AUTO_TEST_CASE
test/base-type.cpp:17
↓ 1 callers
Method
Begin
lib/base/namespace.cpp:180
↓ 1 callers
Method
Begin
* Returns an iterator to the beginning of the dictionary. * * Note: Caller must hold the object lock while using the iterator. * * @returns An ite
lib/base/dictionary.cpp:133
↓ 1 callers
Function
ByteToUInt
* Avoid implementation-defined underflows during signed to unsigned casts */
test/base-object-packer.cpp:61
↓ 1 callers
Method
Call
* Calls this timer. */
lib/base/timer.cpp:125
↓ 1 callers
Method
CanAccessConfigObject
lib/base/scriptpermission.cpp:13
↓ 1 callers
Method
CanAccessGlobalVariable
lib/base/scriptpermission.cpp:8
↓ 1 callers
Method
CanBeTriggered
lib/icinga/downtime.cpp:448
↓ 1 callers
Method
CanProcessEvent
lib/remote/eventqueue.cpp:23
↓ 1 callers
Method
CheckPermission
lib/remote/filterutility.cpp:328
↓ 1 callers
Function
CleanupCertificateRequest
lib/remote/apilistener.cpp:1172
↓ 1 callers
Method
Clear
lib/base/io-engine.cpp:192
↓ 1 callers
Method
ClearLastFailedZonesStageValidation
* Clear the structure for the last failed reload. * */
lib/remote/apilistener-filesync.cpp:680
↓ 1 callers
Method
ClosePidFile
* Closes the PID file. Does nothing if the PID file is not currently open. */
lib/base/application.cpp:1091
↓ 1 callers
Function
CollectRequestHandler
lib/remote/pkiutility.cpp:382
↓ 1 callers
Function
ComparePackObjectResult
* Compare the expected output with the actual output */
test/base-object-packer.cpp:76
↓ 1 callers
Function
CompareTimestampsConfigChange
lib/remote/apilistener-filesync.cpp:230
↓ 1 callers
Function
Connect
* Connects to host:port and performs a TLS shandshake * * @param host To connect to. * @param port To connect to. * * @returns AsioTlsStream poin
plugins/check_nscp_api.cpp:178
↓ 1 callers
Method
ConsumeMany
lib/base/bulker.hpp:87
↓ 1 callers
Method
CopyDependenciesTo
* Copy the dependency objects of the current dependency group to the provided dependency group (destination). * * @param dest The dependency group t
lib/icinga/dependency-group.cpp:224
↓ 1 callers
Method
CreateChildObjects
lib/icinga/host.cpp:51
↓ 1 callers
Method
CreateNextDowntime
lib/icinga/scheduleddowntime.cpp:243
↓ 1 callers
Function
CreatePipeOverlapped
lib/base/process.cpp:765
↓ 1 callers
Function
Daemonize
* Daemonize(). On error, this function logs by itself and exits (i.e. does not return). * * Implementation note: We're only supposed to call exit()
lib/cli/daemoncommand.cpp:69
↓ 1 callers
Method
DecodeUrl
lib/remote/httpmessage.cpp:123
↓ 1 callers
Method
DecreaseStackDepth
lib/base/scriptframe.cpp:138
↓ 1 callers
Method
DeleteConfigObject
lib/remote/apilistener-configsync.cpp:434
↓ 1 callers
Function
DeserializeArray
lib/base/serializer.cpp:193
↓ 1 callers
Function
DeserializeDictionary
lib/base/serializer.cpp:208
↓ 1 callers
Function
DeserializeObject
lib/base/serializer.cpp:223
↓ 1 callers
Method
Destroy
lib/mysql_shim/mysqlinterface.cpp:10
↓ 1 callers
Method
Destroy
lib/pgsql_shim/pgsqlinterface.cpp:10
↓ 1 callers
Method
Dispose
<summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed; otherwise, false.</param
agent/windows-setup-agent/SetupWizard.Designer.cs:14
↓ 1 callers
Method
DoEvents
lib/base/process.cpp:1039
↓ 1 callers
Function
DoIfwNetIo
Note: If DoIfwNetIo returns due to an error, the plugin output of the specified CheckResult (cr) will always be set, and if it was successful, the cr
lib/methods/ifwapichecktask.cpp:51
↓ 1 callers
Method
Dump
lib/icinga/timeperiod.cpp:349
↓ 1 callers
Method
End
lib/base/namespace.cpp:187
↓ 1 callers
Method
End
* Returns an iterator to the end of the dictionary. * * Note: Caller must hold the object lock while using the iterator. * * @returns An iterator.
lib/base/dictionary.cpp:147
↓ 1 callers
Method
EnqueueCallback
lib/icingadb/redisconnection.cpp:231
↓ 1 callers
Method
EnqueueDependencyChildRegistered
* Enqueue the registration of a dependency child to a dependency group. * * This function adds a pending item to the queue for processing the regist
lib/icingadb/icingadb-worker.cpp:290
↓ 1 callers
Method
EnqueueDependencyChildRemoved
* Enqueue the removal of a dependency child from a dependency group. * * This function handles the removal of a child checkable from a dependency gr
lib/icingadb/icingadb-worker.cpp:315
↓ 1 callers
Function
EnsureAcceptHeader
lib/remote/httpserverconnection.cpp:277
↓ 1 callers
Function
EnsureAuthenticatedUser
lib/remote/httpserverconnection.cpp:300
↓ 1 callers
Function
EnsureValidBody
lib/remote/httpserverconnection.cpp:332
↓ 1 callers
Function
EnsureValidHeaders
lib/remote/httpserverconnection.cpp:160
↓ 1 callers
Method
Execute
lib/livestatus/livestatusquery.cpp:625
↓ 1 callers
Method
ExecuteCheck
lib/icinga/checkable-check.cpp:561
↓ 1 callers
Method
ExecuteEventHandler
lib/icinga/checkable-event.cpp:21
↓ 1 callers
Method
ExecuteNotificationHelper
lib/icinga/notification.cpp:604
↓ 1 callers
Method
ExecuteRemoteCheck
lib/icinga/checkable-check.cpp:547
↓ 1 callers
Method
ExpectLogPattern
test/base-testloggerfixture.hpp:27
↓ 1 callers
Method
Export
* Export the given OTel metrics request to the OpenTelemetry backend. * * This method initiates the export of the provided OTel metrics request to t
lib/otel/otel.cpp:154
↓ 1 callers
Method
Exporting
lib/otel/otel.hpp:78
↓ 1 callers
Function
FetchData
plugins/check_nscp_api.cpp:336
↓ 1 callers
Method
FilterRows
lib/livestatus/table.cpp:110
↓ 1 callers
Method
FindFirstNotOf
lib/base/string.cpp:188
↓ 1 callers
Method
FindNextTransition
lib/icinga/timeperiod.cpp:303
↓ 1 callers
Method
FinishObjectsFile
lib/config/configcompilercontext.cpp:50
↓ 1 callers
Method
Finished
lib/remote/httpmessage.hpp:68
↓ 1 callers
Function
FireSuppressedNotifications
lib/notification/notificationcomponent.cpp:77
↓ 1 callers
Method
Flush
lib/base/sysloglogger.cpp:141
↓ 1 callers
Method
Format
lib/base/datetime.cpp:51
↓ 1 callers
Function
FormatOutput
* Prints an Icinga plugin API compliant output, including error handling. * * @param result * * @return Status code for exit() */
plugins/check_nscp_api.cpp:44
↓ 1 callers
Function
FunctionCall
lib/base/function-script.cpp:12
↓ 1 callers
Method
Get
lib/base/scriptglobal.cpp:22
↓ 1 callers
Method
GetActivePackageStage
lib/remote/apilistener.cpp:1984
↓ 1 callers
Method
GetAllChildrenCount
* Retrieve the total number of all the children of the current Checkable. * * Note, due to the max recursion limit of 256, the returned number may n
lib/icinga/checkable-dependency.cpp:254
↓ 1 callers
Method
GetAndClear
test/icinga-checkresult.cpp:832
↓ 1 callers
Method
GetAnyChild
* Retrieve any child Checkable from the current dependency group. * * @return - Returns the first child Checkable found in this group, or nullptr if
lib/icinga/dependency-group.cpp:152
↓ 1 callers
Method
GetArgumentSuggestions
lib/cli/clicommand.cpp:135
↓ 1 callers
Method
GetAttributePath
lib/base/exception.cpp:409
↓ 1 callers
Method
GetAuthority
lib/remote/url.cpp:79
↓ 1 callers
Method
GetBulkSize
lib/base/bulker.hpp:42
↓ 1 callers
Function
GetCertificateVersion
lib/base/tlsutility.cpp:1129
↓ 1 callers
Method
GetCheckable
lib/icinga/downtime.cpp:186
↓ 1 callers
Method
GetCode
lib/config/expression.hpp:156
↓ 1 callers
Method
GetColumnNames
lib/livestatus/table.cpp:99
↓ 1 callers
Method
GetConnection
lib/icingadb/icingadb.hpp:240
↓ 1 callers
Method
GetDebugHint
lib/base/exception.cpp:424
↓ 1 callers
Function
GetDebugWorkerDelay
* Determine whether the developer wants to delay the worker process to attach a debugger to it. * * @return Internal.DebugWorkerDelay double */
lib/cli/daemoncommand.cpp:217
↓ 1 callers
Method
GetDescription
* Provide a long CLI description sentence. * * @return text */
lib/cli/calistcommand.cpp:23
↓ 1 callers
Method
GetEnvironment
lib/icinga/icingaapplication.cpp:309
↓ 1 callers
Method
GetFieldByName
lib/base/object.cpp:107
↓ 1 callers
Function
GetFirstNonZeroBuffer
plugins/check_nscp_api.cpp:216
↓ 1 callers
Method
GetIdleCheckables
lib/checker/checkercomponent.cpp:357
↓ 1 callers
Method
GetIndex
lib/base/reference.cpp:36
↓ 1 callers
Method
GetLastComment
lib/icinga/checkable-comment.cpp:52
↓ 1 callers
Function
GetLogLevelCompletionSuggestions
icinga-app/icinga.cpp:46
↓ 1 callers
Function
GetNSISInstallPath
icinga-installer/icinga-installer.cpp:112
↓ 1 callers
Method
GetName
lib/base/configwriter.cpp:261
↓ 1 callers
Method
GetName
lib/livestatus/timeperiodstable.cpp:28
↓ 1 callers
Method
GetObject
lib/config/configitem.cpp:120
↓ 1 callers
Method
GetOldestPendingQueryTs
* Get the enqueue time of the oldest still queued Redis query * * @return *nix timestamp or 0 */
lib/icingadb/redisconnection.cpp:255
↓ 1 callers
Function
GetOpenSSLVersion
lib/base/tlsutility.cpp:25
↓ 1 callers
Method
GetOwnField
lib/base/object.cpp:91
← previous
next →
701–800 of 4,470, ranked by callers