Search found 3 matches
- Wed Nov 11, 2020 4:49 am
- Forum: Open Source Nagios Projects
- Topic: No Output Returned From Plugin
- Replies: 4
- Views: 2639
Re: No Output Returned From Plugin
Yes when I run the bash script manually the return value is 0 which is a success and as expected. So yes there is no obvious failure.
- Wed Nov 11, 2020 4:45 am
- Forum: Open Source Nagios Projects
- Topic: No Output Returned From Plugin
- Replies: 4
- Views: 2639
Re: No Output Returned From Plugin
The plugin is as below. #!/bin/bash # Loading Database env vars # ------------------------------ . /usr/local/nagios/.db_env # ------------------------------ VERBOSE=0 usage() { cat << EOF usage: $0 -h -u -p [-i ] [-s] [-v] This script connects to the specified Oracle instance and executes a simple ...
- Tue Nov 10, 2020 8:58 am
- Forum: Open Source Nagios Projects
- Topic: No Output Returned From Plugin
- Replies: 4
- Views: 2639
No Output Returned From Plugin
I am running core server 4.3.4 on RHEL5.11 and use bespoke plugins for monitoring our database environments. One particular plugin keeps on reporting "No Output Returned From Plugin" on the dashboard but the second runs clears that out. Manual run of the script runs OK. Below is the servic...