# Resources:Diagrams:Projects:Generic:Integration View:Server Monitoring #
* [[../|(UP)]]
{{indexmenu>.#2|nsort tsort}}
## Summary ##
@startuml
title Monitoring Service Integration
!includeurl http://skysigal.com/_media/resources/configuration/plantuml/minimalist.txt
skinparam nodesep 50
skinparam ranksep 30
component "Client" as Client
cloud "Cloud Provider Service" {
component "Monitoring Service" as Monitor
component "API Service" as Service {
}
}
Client -DOWN(0- Service: " HTTPS"
Monitor -RIGHT(0- Client : " HTTPS"
Monitor -RIGHT(0- Service : " HTTPS"
note right of Client
Client can message back
what users are activating,
navigating to, etc.
endnote
note right of Service
Service composed of multiple
components (Web Services, Db,
Caching, etc.) that provide
metrics, events, etc. to
that can be monitored.
endnote
@enduml