Search found 3 matches
- Wed Dec 03, 2014 2:43 am
- Forum: Nagios XI
- Topic: check_nrpe strange interpretation of output string
- Replies: 3
- Views: 1655
Re: check_nrpe strange interpretation of output string
That backtick looks to be interpreted as a backslash The backtick is escape sequence in the Powershell to enter e.g. new line, tab etc. But the backtick isn't definitely the reason of the problem. The problem appears only if Pipe symbol is part of output string and output is multi-line even without...
- Thu Nov 27, 2014 9:24 am
- Forum: Nagios XI
- Topic: check_nrpe strange interpretation of output string
- Replies: 3
- Views: 1655
check_nrpe strange interpretation of output string
I use Nagios XI 2014R2 on CentOS to monitor Windows server host using NSClient+ 4.1.105. I develop my own diagnostics scripts in PowerShell and I've discovered strange thing... If my script writes output message: Write-Host "Warn:dfdsfd dfsf`n dffd"" then check_nrpe called from the co...
- Wed Nov 05, 2014 7:30 am
- Forum: Nagios XI
- Topic: How to clear performance data for one monitored service
- Replies: 1
- Views: 3878
How to clear performance data for one monitored service
I try do develop a diagnostic powershell script running on host side. During development my script sent performance data which completely confused Nagios XI so that the performace graph for this new monitored service contains a lot of empty series see attached image. Is there any way how to correct ...