Re: [icinga-users] Icingaweb2 and Dashing

2015-07-01 Thread Tal Bar-Or
Thanks On Wed, Jul 1, 2015 at 6:52 PM, Martin Stiborský wrote: > yes, sure…I'll polish the code a bit and then I can publish it. > Basically, you need to enable livestatus feature in icinga2, expose it > through tcp socket…and then write a small piece of code for communication > using the livest

Re: [icinga-users] Icingaweb2 and Dashing

2015-07-01 Thread Martin Stiborský
yes, sure…I'll polish the code a bit and then I can publish it. Basically, you need to enable livestatus feature in icinga2, expose it through tcp socket…and then write a small piece of code for communication using the livestatus protocol ( https://mathias-kettner.de/checkmk_livestatus.html). I'll

Re: [icinga-users] Problem with postgres CheckCommand

2015-07-01 Thread Michael Friedrich
Am 30.06.2015 um 11:50 schrieb Shay Rojansky: Icinga2 comes with plugins-contrib.d/databases.conf which contains the "postgres" CheckCommand. There seems to be an issue with the following line: set_if = {{ macro("$postgres_unixsocket$") == false }} This seems to never evaluate to true; the -H a

Re: [icinga-users] Icingaweb2 and Dashing

2015-07-01 Thread Tal Bar-Or
Hi , Can you please elaborate how you did your dashing integration ? Thanks On Wed, Jul 1, 2015 at 4:54 PM, Martin Stiborský wrote: > Hi, > I have done integration with dashing using livestatus, I could share that > in case of interest. > I didn't know about native integration, will definitely

Re: [icinga-users] Icingaweb2 and Dashing

2015-07-01 Thread Martin Stiborský
Hi, I have done integration with dashing using livestatus, I could share that in case of interest. I didn't know about native integration, will definitely look it up. On Wed, Jul 1, 2015, 15:42 Tal Bar-Or wrote: > Hi All, > > Looking into recent Icingaweb2 rc1 announcement there is Dashing > Int

[icinga-users] Icingaweb2 and Dashing

2015-07-01 Thread Tal Bar-Or
Hi All, Looking into recent Icingaweb2 rc1 announcement there is Dashing Integration, is there any how-to implememtation , didn't found any Please advice Thanks -- Tal Bar-or ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.ici

Re: [icinga-users] How to escape the '$' character in a CheckCommand definition?

2015-07-01 Thread Bertalan Voros
Unfortunately this doesn't seem to work either, the agent doesn't start when it's like this. It's OK when the bit of code between * are removed. Nothing in the log either. On Wed, 1 Jul 2015 at 10:46 Alexander Wirt wrote: > On Wed, 01 Jul 2015, Bertalan Voros wrote: > > > Hello All, > > > > Is i

Re: [icinga-users] How to escape the '$' character in a CheckCommand definition?

2015-07-01 Thread Alexander Wirt
On Wed, 01 Jul 2015, Bertalan Voros wrote: > Hello All, > > Is it possible to escape the '$'? > > Of cource it's because of Windows. > > object CheckCommand "powershell" { > import "plugin-check-command" > command = [ > "C:\\Windows\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe" ]

[icinga-users] How to escape the '$' character in a CheckCommand definition?

2015-07-01 Thread Bertalan Voros
Hello All, Is it possible to escape the '$'? Of cource it's because of Windows. object CheckCommand "powershell" { import "plugin-check-command" command = [ "C:\\Windows\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe" ] arguments = { "-command" = {