Hi,
I'm trying to create a LLD rule to detect Oracle DB Instance/s using below UserParameter. But getting
error. The moto is to detect Oracle DB Instance/s & get the status or the instance. Can someone help me on this. Thank you for your time.
I'm trying to create a LLD rule to detect Oracle DB Instance/s using below UserParameter. But getting
Value should be a JSON object
UserParameter=db.discovery[*],egrep -i ":Y|:N" /etc/oratab | cut -d":" -f1 | grep -v "\#" | grep -v "\*"