@cnorell
this is a brand new check that we need...
Search found 3 matches
- Mon Mar 25, 2024 11:13 am
- Forum: Nagios XI
- Topic: check_xi_oraclequery doesn't work!!!
- Replies: 4
- Views: 1005
- Fri Mar 22, 2024 1:55 pm
- Forum: Nagios XI
- Topic: check_xi_oraclequery doesn't work!!!
- Replies: 4
- Views: 1005
Re: check_xi_oraclequery doesn't work!!!
Yes, We got this UNKNOWN message: UNKNOWN - got no valid response for select count(*) from TABLE where gls_tipo_pago='V' and cod=60 and exp_date=to_char(sysdate, 'dd-mm-yyyy') and oper_date=to_char(sysdate, 'dd-mm-yyyy') - ORA-00942: table or view does not exist (DBD ERROR: error possibly near <*> i...
- Fri Mar 22, 2024 8:51 am
- Forum: Nagios XI
- Topic: check_xi_oraclequery doesn't work!!!
- Replies: 4
- Views: 1005
check_xi_oraclequery doesn't work!!!
Hi all, We are trying this check from Nagios XI 5.11.3: check_xi_oraclequery!--connect=<CONN> --user=<USER> --password=<PASS> --mode=sql --name="select count(*) from TABLE where gls_tipo_pago='V' and cod=60 and exp_date=to_char(sysdate, 'dd-mm-yyyy') and oper_date=to_char(sysdate, 'dd-mm-yyyy')...