-
Notifications
You must be signed in to change notification settings - Fork 742
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CiscoS300 'show system' template (#1521)
- Loading branch information
1 parent
caa3c8c
commit 741b865
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Value DESCRIPTION (.*) | ||
Value UP_TIME (.*) | ||
Value CONTACT (.*) | ||
Value HOSTNAME (.*) | ||
Value List LOCATION (.*) | ||
Value MAC_ADDRESS (.*) | ||
Value OID (.*) | ||
Value FANS_STATUS (.*) | ||
|
||
Start | ||
^\s*System\s+Description:\s*${DESCRIPTION}\s*$$ | ||
^\s*System\s+Up\s+Time\s+\(days,hour:min:sec\):\s*${UP_TIME}\s*$$ | ||
^\s*System\s+Contact:\s*${CONTACT}\s*$$ | ||
^\s*System\s+Name:\s*${HOSTNAME}\s*$$ | ||
^\s*System\s+MAC\s+Address:\s*${MAC_ADDRESS}\s*$$ | ||
^\s*System\s+Object\s+ID:\s*${OID}\s*$$ | ||
^\s*Fans\s+Status:\s*${FANS_STATUS}\s*$$ | ||
^\s*System\s+Location:\s*${LOCATION}\s*$$ | ||
^\s*$$ | ||
^\s*${LOCATION}\s*$$ | ||
^. -> Error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
System Description: 24-Port 10/100 PoE Managed Switch | ||
System Up Time (days,hour:min:sec): 70,03:16:47 | ||
System Contact: +7(495)363-06-75 | ||
System Name: ZOO-SF300-POE-2 | ||
System Location: Moscow, Zoologicheskaya street, room | ||
11 | ||
System MAC Address: 34:bd:c8:36:2a:41 | ||
System Object ID: 1.3.6.1.4.1.9.6.1.82.24.2 | ||
|
||
Fans Status: OK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
parsed_sample: | ||
- mac_address: "34:bd:c8:36:2a:41" | ||
contact: "+7(495)363-06-75" | ||
description: "24-Port 10/100 PoE Managed Switch" | ||
fans_status: "OK" | ||
hostname: "ZOO-SF300-POE-2" | ||
location: | ||
- "Moscow, Zoologicheskaya street, room" | ||
- "11" | ||
oid: "1.3.6.1.4.1.9.6.1.82.24.2" | ||
up_time: "70,03:16:47" |