-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix URLs still pointing to mathias-kettner.de documentation
all URLs are now pointing to the Checkmk documentation (docs.checkmk.com)
- Loading branch information
Showing
8 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | ||
* Backend class for handling object and state information using the | ||
* livestatus NEB module. For mor information about CheckMK's Livestatus | ||
* Module please visit: http://mathias-kettner.de/checkmk_livestatus.html | ||
* Module please visit: https://docs.checkmk.com/latest/en/livestatus.html | ||
* | ||
* Copyright (c) 2010 NagVis Project (Contact: [email protected]), | ||
* Mathias Kettner (Contact: [email protected]) | ||
|
@@ -32,7 +32,7 @@ | |
* @author Lars Michelsen <[email protected]> | ||
* | ||
* For mor information about CheckMK's Livestatus Module | ||
* please visit: http://mathias-kettner.de/checkmk_livestatus.html | ||
* please visit: https://docs.checkmk.com/latest/en/livestatus.html | ||
*/ | ||
class GlobalBackendmklivestatus implements GlobalBackendInterface { | ||
private $backendId = ''; | ||
|