-
livestatus_client.php has an issue in class
command .= join($this->args, ';'); this is wrong right is
$command .= join(';', $this->args);
anyway without this api sheudletdowntime is not wo…
-
With the recent upgrade to
```
# rpm -qa | egrep 'naemon'
naemon-thruk-1.0.10-0.noarch
naemon-livestatus-1.0.10-0.x86_64
libnaemon-1.0.10-0.x86_64
naemon-1.0.10-0.noarch
naemon-core-1.0.10-0…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
How to identify from where the Shinken Livestatus API fetches the status information, and makes it available on the Thruk page
Currently I'm facing a problem, that is service state occasionally tur…
-
Remember that log.Fatal() and friends terminate the program.
https://github.com/ipstatic/livestatus-api/blob/master/main.go#L48-L49
For example, the above never returns an error, it aborts the …
-
I am running nagios version 4.5.1 (https://www.nagios.org/projects/nagios-core/4x/)
```
# rpm -qa | grep thruk
libthruk-3.00-0.x86_64
thruk-base-3.14.2-12970.1.x86_64
thruk-3.14.2-12970.1.x86_…
-
I am using Naemon and Nagios with Livestatus. Not sure there is nagios-api for Nagios v4 or Naemon (basicly Nagios v4)
Would like to have support for using Livestatus TCP socket as backend.
-
Hi,
Maybe not a real issue but a side effect of Apache config. Anyway, always get:
curl -s -XPOST 'https://xxxxx/livestatus-api/hosts'
{"success":false,"content":{"code":452,"message":"Invalid …
-
See here: https://github.com/HenkPoley/Livestatus-API
I suspect to take it further you'd have to break ABI of these classes.
-
Hi,
The current version of this check returns "OK" if a daemon is running, but you can't see if that's a spare daemon or a "live" one. You can ask that of livestatus, but I thought it would be handy …
GuusH updated
10 years ago