You're right. The problem exists in Chrome but not Firefox. I submit a bug report to Chrome. Hopefully it gets fixed... if they even see it as a problem.slansing wrote:have you tried with a different browser?
Search found 9 matches
- Thu Nov 29, 2012 2:51 am
- Forum: Open Source Nagios Projects
- Topic: Long lines in alert log cause clipping
- Replies: 5
- Views: 1671
Re: Long lines in alert log cause clipping
- Wed Nov 28, 2012 2:32 am
- Forum: Open Source Nagios Projects
- Topic: Long lines in alert log cause clipping
- Replies: 5
- Views: 1671
Re: Long lines in alert log cause clipping
I do not think this is a feature. Look what happens when I increase the width of my browser window. The problem with the long lines goes away. However, I don't like having my browser fully extended...
- Tue Nov 27, 2012 3:57 am
- Forum: Open Source Nagios Projects
- Topic: Long lines in alert log cause clipping
- Replies: 5
- Views: 1671
Long lines in alert log cause clipping
Hello, please see the attached screenshot. I have an HTTP probe checking a URL with a long string and this is causing the lines to do something funky and end up indenting. Is there a way to shorten the length of what is displayed in the alert log or is there another viable solution? Thanks in advance!
- Thu Nov 22, 2012 5:22 am
- Forum: Open Source Nagios Projects
- Topic: [SOLVED] Trying to use -u and -s in check_http command
- Replies: 10
- Views: 6853
Re: Trying to use -u and -s in check_http command with 1 $AR
This has been resolved. It turns out the ampersands need to be double escaped when used in the configuration like in the example below. Now I feel kind of silly because I have a FreeBSD and CentOS Nagios server now.... check_hvac!/hvac_temp/index.php?mode=fetch\\&hvac=1\\&probe=1!"Unit0...
- Thu Oct 25, 2012 2:54 am
- Forum: Open Source Nagios Projects
- Topic: [SOLVED] Trying to use -u and -s in check_http command
- Replies: 10
- Views: 6853
Re: Trying to use -u and -s in check_http command with 1 $AR
I thought it was pretty interesting too. And annoying. Single or double quotes do not make any difference. The problem is actually worse than I thought. I basically cannot use more than 1 argument with the check_http command. I think I've tried all the combinations I can. I could try installing a ne...
- Fri Oct 19, 2012 9:27 am
- Forum: Open Source Nagios Projects
- Topic: [SOLVED] Trying to use -u and -s in check_http command
- Replies: 10
- Views: 6853
Re: Trying to use -u and -s in check_http command with 1 $AR
Yes, everything is installed. I have many probes set up for ping, basic http, smtp, etc. I am just having issues in this specific situation. Here is my ls output of the folder. However, I use FreeBSD so the lib folder is in a different location. My $USER1$ macro is also correctly set to $USER1$=/usr...
- Fri Oct 19, 2012 5:51 am
- Forum: Open Source Nagios Projects
- Topic: [SOLVED] Trying to use -u and -s in check_http command
- Replies: 10
- Views: 6853
Re: Trying to use -u and -s in check_http command with 1 $AR
I tried creating a custom command and service and I get the same error message. define command{ command_name check_hvac command_line $USER1$/check_http -I $HOSTADDRESS$ -u $ARG1$ -s $ARG2$ } define service{ host_name HVACs service_description Unit01 Comp 1 Hot Gas Temperature check_command check_hva...
- Fri Oct 19, 2012 4:19 am
- Forum: Open Source Nagios Projects
- Topic: [SOLVED] Trying to use -u and -s in check_http command
- Replies: 10
- Views: 6853
Re: Trying to use -u and -s in check_http command with 1 $AR
I tried that before even attempting to write anything to the config files and it runs fine but does not seem to work the way I have it in the config. [user@server ~]$ check_http -I 192.168.10.10 -u /hvac_temp/index.php?mode=fetch\&hvac=1\&probe=1 -s "Unit01 Hot Gas Bypass (Compressor 1)...
- Tue Oct 16, 2012 6:19 am
- Forum: Open Source Nagios Projects
- Topic: [SOLVED] Trying to use -u and -s in check_http command
- Replies: 10
- Views: 6853
[SOLVED] Trying to use -u and -s in check_http command
Hello all, I am trying to use -u and -s with the default check_http set up and it results in "Return code of 127 is out of bounds - plugin may be missing." Here is my command definition: define command{ command_name check_http command_line $USER1$/check_http -I $HOSTADDRESS$ $ARG1$ } Here ...