You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: