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
Method
CommentsWithInfoAccessor
lib/livestatus/hoststable.cpp:965
Method
CommentsWithInfoAccessor
lib/livestatus/servicestable.cpp:990
Method
CommitItems
lib/config/configitem.cpp:598
Method
CommitNewItems
lib/config/configitem.cpp:394
Method
ComparePasswords
* Compare the password entered by a client with the actual password. * The comparision is safe against timing attacks. */
lib/base/utility.cpp:1972
Method
CompareVersion
lib/base/utility.cpp:1402
Method
CompileFile
tools/mkclass/classcompiler.cpp:1366
Method
CompileFile
* Compiles a file. * * @param path The path. * @returns Configuration items. */
lib/config/configcompiler.cpp:260
Method
CompileStream
tools/mkclass/classcompiler.cpp:1454
Method
CompileStream
* Compiles a stream. * * @param path A name identifying the stream. * @param stream The input stream. * @returns Configuration items. */
lib/config/configcompiler.cpp:236
Method
CompileText
* Compiles a snippet of text. * * @param path A name identifying the text. * @param text The text. * @returns Configuration items. */
lib/config/configcompiler.cpp:286
Method
ComposeGelfMessage
lib/perfdata/gelfwriter.cpp:459
Method
ComputeNewObjectConfigPath
lib/remote/configobjectutility.cpp:35
Method
ConditionalExpression
lib/config/expression.hpp:673
Method
ConfigCompiler
* Constructor for the ConfigCompiler class. * * @param path The path of the configuration file (or another name that * identifies the source
lib/config/configcompiler.cpp:27
Method
ConfigDeleteObjectAPIHandler
lib/remote/apilistener-configsync.cpp:216
Method
ConfigGlobHandler
* Read the given file and store it in the config information structure. * Callback function for Glob(). * * @param config Reference to the config i
lib/remote/apilistener-filesync.cpp:810
Method
ConfigIdentifier
lib/base/configwriter.cpp:257
Method
ConfigItem
* Constructor for the ConfigItem class. * * @param type The object type. * @param name The name of the item. * @param unit The unit of the item.
lib/config/configitem.cpp:52
Method
ConfigItemBuilder
lib/config/configitembuilder.cpp:11
Method
ConfigItemBuilder
lib/config/configitembuilder.hpp:26
Method
ConfigItems
lib/config/configitem.hpp:113
Function
ConfigObjectModifyAttribute
lib/base/configobject-script.cpp:12
Function
ConfigObjectRestoreAttribute
lib/base/configobject-script.cpp:20
Method
ConfigObjectsExclusiveLock
lib/remote/configobjectslock.cpp:18
Method
ConfigObjectsSharedLock
lib/remote/configobjectslock.cpp:23
Method
ConfigObjectsSharedLock
lib/remote/configobjectslock.hpp:27
Method
ConfigStaticInitialize
lib/icingadb/icingadb-objects.cpp:114
Method
ConfigUpdateHandler
* Registered handler when a new config::Update message is received. * * Checks destination and permissions first, locks the transaction and analyses
lib/remote/apilistener-filesync.cpp:292
Method
ConfigUpdateObjectAPIHandler
lib/remote/apilistener-configsync.cpp:43
Method
ConfigUpdateObjectHandler
lib/remote/apilistener-configsync.cpp:27
Method
ConfigurationCacheDirFixture
test/base-configuration-fixture.hpp:37
Method
ConfigurationDataDirFixture
test/base-configuration-fixture.hpp:16
Method
ConfigureService
()
agent/windows-setup-agent/SetupWizard.cs:182
Method
Connect
lib/perfdata/influxdbcommonwriter.cpp:143
Method
Connect
lib/perfdata/elasticsearchwriter.cpp:600
Method
Connect
* Connects to host:port and performs a TLS shandshake * * @returns AsioTlsStream pointer for future HTTP connections. */
lib/cli/consolecommand.cpp:526
Method
Connect
* Creates a socket and connects to the specified node and service. * * @param node The node. * @param service The service. */
lib/base/tcpsocket.cpp:126
Method
Connect
lib/base/unixsocket.cpp:40
Method
Connect
* Try to connect to Redis */
lib/icingadb/redisconnection.cpp:284
Method
Connect
* Establish a connection to the OpenTelemetry backend endpoint. * * In case of connection failures, it retries as per OTel spec[^1] with exponential
lib/otel/otel.cpp:235
Method
ConnectionsAccessor
lib/livestatus/statustable.cpp:107
Method
ConnectionsRateAccessor
lib/livestatus/statustable.cpp:112
Method
ConsoleColorTag
lib/base/console.cpp:26
Method
ConsoleCompleteHelper
lib/cli/consolecommand.cpp:183
Method
ConstructorCall
lib/config/vmops.hpp:56
Method
ContactAccessor
lib/livestatus/logtable.cpp:125
Method
ContactGroupsAccessor
lib/livestatus/hoststable.cpp:1397
Method
ContactGroupsAccessor
lib/livestatus/servicestable.cpp:1152
Method
ContactGroupsTable
lib/livestatus/contactgroupstable.cpp:10
Method
ContactNameAccessor
lib/livestatus/logtable.cpp:222
Method
ContactsAccessor
lib/livestatus/hoststable.cpp:888
Method
ContactsAccessor
lib/livestatus/servicestable.cpp:913
Method
ContactsTable
lib/livestatus/contactstable.cpp:15
Method
Contains
lib/base/namespace.cpp:83
Method
Contains
lib/base/string.cpp:258
Method
Contains
* Checks whether the dictionary contains the specified key. * * @param key The key. * @returns true if the dictionary contains the key, false other
lib/base/dictionary.cpp:119
Method
ContainsDotDot
lib/remote/configpackageutility.cpp:363
Method
ContextFrame
lib/base/context.cpp:14
Method
ContextTrace
lib/base/context.cpp:32
Method
ContinueExpression
lib/config/expression.hpp:727
Method
ConvertTimestamp
lib/db_ido/dbevents.cpp:1497
Method
CopyCertificateFile
lib/remote/apilistener.cpp:121
Method
CopyFile
* Copies a source file to a target location. * Caller must ensure that the target's base directory exists and is writable. */
lib/base/utility.cpp:730
Method
CopyTo
lib/base/dictionary.cpp:206
Method
CpuBoundWork
lib/base/io-engine.hpp:45
Method
CpuBoundWork
* Acquires a slot for CPU-bound work. * * If and as long as the lock-free TryAcquireSlot() doesn't succeed, * subscribes to the slow path by waitin
lib/base/io-engine.cpp:30
Method
Create
lib/base/timer.cpp:66
Method
CreateApiListener
test/remote-httpserverconnection.cpp:26
Method
CreateBackupFile
* We generally don't overwrite files without backup before */
lib/cli/nodeutility.cpp:188
Method
CreateChildObjects
lib/base/configobject.cpp:432
Method
CreateChildObjects
lib/icinga/service.cpp:78
Method
CreateConfigUpdate
Creates a config update with computed checksums etc. * Writes attributes, customVars and checksums into the respective supplied vectors. Adds two val
lib/icingadb/icingadb-objects.cpp:1759
Method
CreateLogCache
lib/livestatus/livestatuslogutility.cpp:57
Method
CreateLogIndex
lib/livestatus/livestatuslogutility.cpp:21
Method
CreateLogIndexFileHandler
lib/livestatus/livestatuslogutility.cpp:27
Method
CreateObject
lib/remote/configobjectutility.cpp:181
Method
CreateObjectConfig
lib/remote/configobjectutility.cpp:134
Method
CreatePackage
lib/remote/configpackageutility.cpp:23
Method
CreateResult
lib/icinga/apiactions.cpp:43
Method
CreateStage
lib/remote/configpackageutility.cpp:74
Method
CreateStorage
lib/remote/configobjectutility.cpp:111
Method
CreateTestObjects
test/livestatus-fixture.cpp:25
Method
CreateTestUsers
test/remote-httpserverconnection.cpp:34
Method
CtrlHandler
* Console control handler. Prepares the application for cleanly * shutting down during the next execution of the event loop. */
lib/base/application.cpp:793
Method
CurrentAttemptAccessor
lib/livestatus/hoststable.cpp:534
Method
CurrentAttemptAccessor
lib/livestatus/servicestable.cpp:475
Method
CurrentNotificationNumberAccessor
lib/livestatus/hoststable.cpp:594
Method
CurrentNotificationNumberAccessor
lib/livestatus/servicestable.cpp:657
Method
CustomVariableNamesAccessor
lib/livestatus/hoststable.cpp:1013
Method
CustomVariableNamesAccessor
lib/livestatus/statustable.cpp:221
Method
CustomVariableNamesAccessor
lib/livestatus/servicestable.cpp:1038
Method
CustomVariableNamesAccessor
lib/livestatus/contactstable.cpp:182
Method
CustomVariableNamesAccessor
lib/livestatus/commandstable.cpp:79
Method
CustomVariableValuesAccessor
lib/livestatus/hoststable.cpp:1034
Method
CustomVariableValuesAccessor
lib/livestatus/statustable.cpp:237
Method
CustomVariableValuesAccessor
lib/livestatus/servicestable.cpp:1059
Method
CustomVariableValuesAccessor
lib/livestatus/contactstable.cpp:203
Method
CustomVariableValuesAccessor
lib/livestatus/commandstable.cpp:100
Method
CustomVariablesAccessor
lib/livestatus/hoststable.cpp:1058
← previous
next →
1,501–1,600 of 4,470, ranked by callers