Search found 1 match

by shuja_mca
Fri Jan 08, 2016 1:08 pm
Forum: Open Source Nagios Projects
Topic: Nagios not showing correct status
Replies: 1
Views: 618

Nagios not showing correct status

Hi Experts, I want to check database status using asimple script. which is running well on the commnad prompt. Below is the scripts. #!/bin/sh export TNS_ADMIN=/apps/nagios/instantclient_11_2 echo "exit" | sqlplus -L test1/test1@facetst | grep Connected > /dev/null if [ $? -eq 0 ] then ech...