Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
lmiltchev
bylmiltchev, September 26, 2022
It worked as expected. The output looks a bit weird though. I would suggest that you add a blank line at the end of it.
Maybe add:
print "
";
to line 103 and 140?
Thanks!
Maybe add:
print "
";
to line 103 and 140?
Thanks!
bylmiltchev, May 26, 2022
Every time I was running the plugin I was getting the following error: "Error, check you internet connection". 194.210.238.163 could not be pinged, so in order to make the plugin work, I had to change line 52 from this:
urllib.request.urlopen('http://194.210.238.163', timeout=2)
to this:
urllib.request.urlopen('https://www.google.com/', timeout=2)
urllib.request.urlopen('http://194.210.238.163', timeout=2)
to this:
urllib.request.urlopen('https://www.google.com/', timeout=2)
bylmiltchev, July 9, 2018
MayraAltamirano, if you are already in the plugins directory, make sure to run your plugin as such:
./check_fortigate.pl -H 192.168.200.254 -C public -T cluster
or run it with:
/full/path/to/the/check_fortigate.pl -H 192.168.200.254 -C public -T cluster
Hope this helps.
./check_fortigate.pl -H 192.168.200.254 -C public -T cluster
or run it with:
/full/path/to/the/check_fortigate.pl -H 192.168.200.254 -C public -T cluster
Hope this helps.
bylmiltchev, October 27, 2017
bylmiltchev, May 30, 2017
@InscrutableDude
>I will mention that the doc I found that shows how to install it is out of date.
Can you elaborate on the statement above?
Thanks!
>I will mention that the doc I found that shows how to install it is out of date.
Can you elaborate on the statement above?
Thanks!
bylmiltchev, August 16, 2016
bylmiltchev, July 14, 2016
anaumov, did you forget to upload your plugin?
Thank you!
Thank you!
Owner's reply
Thank you, lmiltchev. Now it's here :)
bylmiltchev, November 19, 2015
@spicysomtam
Make your own post, and upload the script you updated. Provide a URL link to the "original" plugin. Thanks!
Make your own post, and upload the script you updated. Provide a URL link to the "original" plugin. Thanks!
bylmiltchev, April 16, 2015
I fixed the link. Thanks for bringing our attention to this!
bylmiltchev, February 6, 2015
bylmiltchev, September 12, 2012
It is a nice plugin! Unfortunately it doesn't return perfdata.
bylmiltchev, January 23, 2012
rhysgjones,
You can post a feature request on our bug tracker here:
http://tracker.nagios.com
You can post a feature request on our bug tracker here:
http://tracker.nagios.com
bylmiltchev, October 25, 2011