.. |nbsp| unicode:: 0xA0 :trim: .. raw:: html .. role:: c-action .. role:: c-docker-repo .. role:: c-docker-registry .. role:: c-node .. role:: c-svc .. role:: c-tag .. role:: c-pkg .. role:: c-net .. role:: c-check .. role:: c-form .. role:: c-report .. role:: c-metric .. role:: c-chart .. role:: c-group .. role:: c-priv .. role:: c-user .. role:: c-dns-domain .. role:: c-dns-record .. role:: c-fset .. role:: c-disk .. role:: c-array .. role:: c-diskgroup .. role:: c-rule .. role:: c-rset .. role:: c-modset .. role:: c-app .. role:: c-close .. role:: c-fullscreen .. role:: c-shrink .. role:: c-link .. index:: introduction Introduction ************ The collector centralizes the agents data and extends the agent feature set with monitoring, mass-actions, forms, configuration management, provisioning, reporting and accounting. .. index:: licensing Licensing ========= The collector is commercially licensed web application available either in SaaS mode or in client-hosted mode. Contact sales@opensvc.com for licensing information. .. index:: register Internet collector account configuration ======================================== Account registration the SaaS collector at https://collector.opensvc.com is open to all. A newly created account has no privilege to see other users services. You have to ask admin@opensvc.com to add filters to your account so you can see your data. Filtering is based on domainnames patterns. You can declare as many domains as you need. The email address you setup during registration is important : it is used by the collector alarming subsystem as a mail sink for services you are responsible of. .. index:: conventions, colors, icons Conventions =========== Objects ------- Object types are icon and color coded using the following convention. ================== =================== Object type Color Icon ================== =================== application code :c-app:`...` node :c-node:`...` service :c-svc:`...` action :c-action:`...` tag :c-tag:`...` docker repository :c-docker-repo:`...` docker registry :c-docker-registry:`...` package :c-pkg:`...` network :c-net:`...` network segment :c-net:`...` checks :c-check:`...` form :c-form:`...` workflow :c-form:`...` report :c-report:`...` metric :c-metric:`...` chart :c-chart:`...` organization group :c-group:`...` privilege group :c-priv:`...` user :c-user:`...` dns domain :c-dns-domain:`...` dns record :c-dns-record:`...` filterset :c-fset:`...` disk :c-disk:`...` array :c-array:`...` diskgroup :c-diskgroup:`...` ruleset :c-rset:`...` moduleset :c-modset:`...` rule :c-rule:`...` ================== =================== Popups and panels ----------------- By convention, every popups, side panels, header panels and table extralines can be closed with the ```` keypress. The collector maintains a stack of those elements. When one is opened, it gets pushed to the stack. And the ```` keypress pops from the stack, closing the last opened element. Widgets generic tools --------------------- Most javascript widgets (tab collections, tabs, ...) embed generic tools displayed top-up on mouse-over. ==================== ============================================================================================= Tool Description ==================== ============================================================================================= :c-link:`...` Display in the flash header panel an url to load this widget directly and in full page layout :c-fullscreen:`...` Grow the widget to fill the full space after the header (the layout), replacing the current content. The tool is replaced by the shrinker tool. :c-shrink:`...` Shrink, after a fullscreen tool use. Return the widget to its original parent. Restore the previous layout content. The tool is replaced by the fullscreen tool. :c-close:`...` Close the widget. ==================== =============================================================================================