Skip to content

Instantly share code, notes, and snippets.

@lutzee
Created January 8, 2015 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lutzee/3e1b6ec72eacbc8047e8 to your computer and use it in GitHub Desktop.
Save lutzee/3e1b6ec72eacbc8047e8 to your computer and use it in GitHub Desktop.
{
"excludePattern": "\\.com",
"cpuWarningPercent": "50",
"cpuCriticalPercent": "60",
"memoryWarningPercent": "90",
"memoryCriticalPercent": "90",
"diskWarningPercent": "85",
"diskCriticalPercent": "95",
"categories": [
{
"name": "Database Servers",
"pattern": "",
"cpuWarningPercent": "20",
"memoryWarningPercent": "98",
"memoryCriticalPercent": "99.2",
"primaryInterfacePattern": "-TEAM$"
},
{
"name": "Web Servers",
"pattern": "-web|-promoweb|-vmweb",
"cpuWarningPercent": "25",
"memoryWarningPercent": "75",
"primaryInterfacePattern": "-TEAM$|-TEAM · Local"
},
{
"name": "Services",
"pattern": "-service|-auth|-avscan|-selenium"
},
{
"name": "Misc Database Servers",
"pattern": "",
"memoryWarningPercent": "98",
"memoryCriticalPercent": "99.2",
"primaryInterfacePattern": "-TEAM$"
},
{
"name": "Search Servers",
"pattern": "-(dev)?search",
"primaryInterfacePattern": "bond"
},
{
"name": "Redis Servers",
"pattern": "",
"primaryInterfacePattern": "bond"
},
{
"name": "Load Balancers",
"pattern": "-lb|-rtlb",
"primaryInterfacePattern": "bond"
},
{
"name": "Routers",
"pattern": "-rt|hqrtr|edge"
},
{
"name": "VMWare Servers",
"pattern": "-vm\\d+|-exesx|-vsphere|-hqvm"
},
{
"name": "File & Storage Servers",
"pattern": "-fs|-hqfs|-back|-eql"
},
{
"name": "DNS",
"pattern": "-exdns"
},
{
"name": "Domain Controllers",
"pattern": "-dc|-hqdc"
},
{
"name": "LAMP Servers",
"pattern": "-apache|-mysql|-blog",
"cpuWarningPercent": "40"
},
{
"name": "Mail Servers",
"pattern": "-mail"
},
{
"name": "Network Stack",
"pattern": "ny-sw|or-sw|ny-asa|or-asa|-nexus|-mgmtsw",
"cpuWarningPercent": "30"
},
{
"name": "PDUs",
"pattern": "-pdu"
},
{
"name": "Utility Servers",
"pattern": "-rdp|-util|-vpn|-cp|-orion|-man|-puppet|-sabuild|-yum|ny-tacacs|or-tacacs|-ca\\d+|-realog"
},
{
"name": "Phone",
"pattern": "-ast|-hqast"
},
{
"name": "Offices",
"pattern": "nyhq-|den-|lon-|-int"
}
],
"perNodeSettings": [
{
"pattern": "EDGE\\d+ \\(INAP\\)",
"primaryInterfacePattern": "GigabitEthernet0/0/0"
}
],
"providers": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment