Skip to content
Snippets Groups Projects
Commit 7d41c07d authored by Jason Dixon's avatar Jason Dixon
Browse files

merge commit from [421]

git-svn-id: https://labs.omniti.com/resmon/trunk@422 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
parent 31f22400
No related branches found
No related tags found
No related merge requests found
<!ELEMENT ResmonResults (ResmonResult+)>
<!ELEMENT ResmonResult (last_runtime_seconds, last_update, metric+, state)>
<!ELEMENT ResmonResult (last_runtime_seconds, last_update, metric+, state?)>
<!ATTLIST ResmonResult
module CDATA #REQUIRED
service CDATA #REQUIRED
......@@ -9,6 +9,6 @@
<!ELEMENT metric (#PCDATA)>
<!ATTLIST metric
name CDATA #REQUIRED
type CDATA (0|i|I|l|L|n|s) #IMPLIED
type (0|i|I|l|L|n|s) #IMPLIED
>
<!ELEMENT state (BAD|WARNING|OK)>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment