I am try to categorise node per applicaton. However, there is senarios where there are several applications sharing the same node.
"categories": [
{
"name": "APP 1", // Name for this group of servers
"pattern": "wfe600|srs603|DB751|DB752"
},
{
"name": "APP 2", // Name for this group of servers
"pattern": "wfe600|srs604|DB751|TDB752"
}
]
Is it possible?