Ad Widget

Collapse

Creating LLD for Oracle DB instance status

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • soumya
    Junior Member
    • Nov 2013
    • 21

    #1

    Creating LLD for Oracle DB instance status

    Hi,

    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
    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.



    UserParameter=db.discovery[*],egrep -i ":Y|:N" /etc/oratab | cut -d":" -f1 | grep -v "\#" | grep -v "\*"

Working...