Nagios Exchange
  • Home
  • Directory
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up

Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now

Plugins4379Themes and Skins11Addons732Documentation283Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Wordpress WordPress-Update-Notifier
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (4)Davide Lemma (4)deskwork_itunes142 (4)Joerg Hoerter (3)TcoUpLoad (1) See More
Newest Contributors
Community Member (51)Davide Lemma (4)Alarig Le Lay (1)Penn Rabb (1)Sean Falzon (1) See More
Home > Yury
Y

Yury

@whutest

User Stats

Favorites0

Views714

Projects5

Telegram Notifications
Notifications
Telegram Notifications
Requirements: -PHP 5.3 and above. -Nagios 3 and above. Instructions: 1. Telegram. 1.1. Find @BotFather in your telegram account. 1.2. Creating your own bot: -…
4.1 (9)
39.6K
0
Yury
Starwind VSAN Health
Clustering and High-Availability
Starwind VSAN Health
I made this PHP-script for check state of my virtual SAN Starwind high-availability iSCSI storage. Idea was given from http://darklight.pro/how-to-monitor-starwind-virtual-san-status-in-web-browser Prerequisites: PHP 5.3+ with php_sockets…
0.0 (0)
6.2K
0
Yury
GPL
check_all_csv_frespace
Windows
check_all_csv_frespace
I used the script for checking amount of free space in my cluster shared volumes. Scrip grabs list of ALL yours CSVs and check which…
4.0 (3)
8.1K
0
Yury
Extended PHP mails
Notifications
Extended PHP mails
Reliable and flexible way to do notifications to e-mail (via php-mail) without setup sendmail or postfix. 1. You can use different mailboxes and mail servers…
0.0 (0)
8.3K
0
Yury
RDP Link
Remote Access
RDP Link
The script php-rdp-builder downloaded from https://code.google.com/p/php-rdp-builder. Thanks to author. 1. Get the script and put it to nagios web folder (/usr/local/nagios/share). 2. Give access to…
5.0 (1)
10.7K
0
Yury
search.cgi

It must be in Nagios Core

Buit-in search in Nagios 3 and 4 is poor. This plugin is cool and must be in Nagios by default. Thanks!

Reviewed 10 years ago

rrd_change

Thank you very much!

Very useful script. Thank you very very much!

Reviewed 7 years ago

get_rdp_info

Zero

Hello! I have the same issue. When I run vbs from commandline I recieve 0 for all types of sessions. My terminal server is Windows2003R2. Could you please help me?

Reviewed 11 years ago

nagios2Docs

Good patch

Thank you! Here are no problems with installation. Works fine. Is it difficult to modify patch to show wiki-icon only for certain services? For example, if the service uses template "wiki-template".

Reviewed 12 years ago

Check_Cisco_Config

Not working

Hello! It's very interesting plugin but it's not working. I installed it as described in readme.txt. When I execute it the following errors appear: #/usr/local/nagios/libexec/check_cisco_config.pl -H 10.14.214.253 -C cvdnu7834nhu -I localhost -T running -L /usr/local/nagios/configs -l /usr/local/nagios/tftp -N c2960-2nd-floor : command not foundibexec/check_cisco_config.pl: line 17: /usr/local/nagios/libexec/check_cisco_config.pl: line 18: use: command not found : command not foundibexec/check_cisco_config.pl: line 18: /usr/local/nagios/libexec/check_cisco_config.pl: line 19: use: command not found : command not foundibexec/check_cisco_config.pl: line 19: /usr/local/nagios/libexec/check_cisco_config.pl: line 20: use: command not found : command not foundibexec/check_cisco_config.pl: line 20: /usr/local/nagios/libexec/check_cisco_config.pl: line 21: use: command not found : command not foundibexec/check_cisco_config.pl: line 21: : command not foundibexec/check_cisco_config.pl: line 22: /usr/local/nagios/libexec/check_cisco_config.pl: line 24: =: command not found : command not foundibexec/check_cisco_config.pl: line 24: /usr/local/nagios/libexec/check_cisco_config.pl: line 25: =: command not found : command not foundibexec/check_cisco_config.pl: line 25: : command not foundibexec/check_cisco_config.pl: line 26: /usr/local/nagios/libexec/check_cisco_config.pl: line 27: syntax error near unexpected token `;' 'usr/local/nagios/libexec/check_cisco_config.pl: line 27: `check_arguments (); Could somebody help me to fix this error??

Reviewed 13 years ago

check_vmfs.sh - Check vmfs datastores through VMware VCLI

Very nice plugin

Thank you! https://communities.vmware.com/message/2169320#2169320 Here is solution if you got the error: CRITICAL - Server version unavailable at 'https://vmgsa:443/sdk/vimService.wsdl' at /usr/share/perl5/VMware/VICommon.pm line 545.

Reviewed 10 years ago

aNag

Service state issue

I use Nagios 3.5.1 and aNag. I have issue with dislaying warning/critical services in aNag. aNag doesn't show services for each host ("No service" displayed under Host) and Problems field always empty. Could someone help me?

Reviewed 12 years ago

check_esxi_hardware.py

TypeError: sequence item 0: expected string, int found

Hello! I trying to monitor VMware ESXi 5.1.0 build-1065491 (Update 1) on the server ProLiant DL360p Gen8. My enviroment: Centos 5.9 x386 Python 2.7 Nagios 4.0.8 check_esxi_hardware.py version 20150710. I installed python-pywbem (0.7.0) extension from here http://pywbem.github.io/pywbem/installation.html When I try to check I receive the error: # ./check_esxi_hardware.py -H 192.168.33.252 -U root -P passw -V hp Traceback (most recent call last): File "./check_esxi_hardware.py", line 646, in instance_list = wbemclient.EnumerateInstances(classe) File "/usr/local/lib/python2.7/site-packages/pywbem/cim_operations.py", line 404, in EnumerateInstances **params) File "/usr/local/lib/python2.7/site-packages/pywbem/cim_operations.py", line 168, in imethodcall verify_callback = self.verify_callback) File "/usr/local/lib/python2.7/site-packages/pywbem/cim_http.py", line 184, in wbem_request h.putheader('Content-length', len(data)) File "/usr/local/lib/python2.7/httplib.py", line 924, in putheader str = '%s: %s' % (header, 'rnt'.join(values)) TypeError: sequence item 0: expected string, int found Can anybody help me? Please)

Reviewed 10 years ago

check_catalyst_load

Perfomance data

Thank you for this script! It works fine. It would be greate to add perfomance data output.

Reviewed 12 years ago

NSCAweb

The project is dead :(

Unfortunately, autor has removed wiki page. The project is great. It very usefull for submitting check results from slave servers to multiple master nodes. I tried to do it through send_gearman, but it doesn't support multiple destinations. =( Author, please get back installation info. Thank you!

Reviewed 12 years ago

No Favorites Found

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks