Search found 3 matches
- Wed Apr 12, 2017 2:41 pm
- Forum: Nagios XI
- Topic: Check_By_SSH
- Replies: 2
- Views: 506
Re: Check_By_SSH
I was able to fix this by rewriting by shell script and including a pipe symbol with my output on both sides. So if the output was 50, I now have 50 | 50 and the perfdata is coming through.
- Wed Apr 12, 2017 2:06 pm
- Forum: Nagios XI
- Topic: Check_By_SSH
- Replies: 2
- Views: 506
Check_By_SSH
I've created a custom bash script that I'm executing with "xi_check_by_ssh" and the script works perfectly and returns the value I'm expecting but I can't graph it. Is there anyway to store the returned value as perfdata or graph it otherwise? I'm returning a numerical value between 0-250.
- Thu Apr 09, 2015 1:11 pm
- Forum: Nagios XI
- Topic: Nagios XI Custom Plugin
- Replies: 1
- Views: 494
Nagios XI Custom Plugin
Hi guys, I'm trying to run a custom command line command on a linux server and return the result with some grep and cut magic so the output is consumable. We use U2 database which is a multivalue database. There is a command that can be run called uvlictool which will list who is using licenses and ...