13.3. monitoring Package

13.3.1. models Module

This file contains the model definitions for the apps.monitorings module

class apps.monitoring.models.Counter(*args, **kwargs)

Bases: django.db.models.base.Model

Generic class that represents a peformance counter to be monitored. Will be extended by the different types of Target

13.3.2. urls Module

This file contains the URL definitions for the monitoring module.

Available URLs:

  • /monitoring This url definition is implemented in apps.monitoring.views.index and is just a pass through to the specific monitoring modules
  • /monitoring/jmx This url definition is an included for the urls to be implemented in the jmx module
  • /monitoring/ssh This url definition is an included for the urls to be implemented in the ssh module
  • /triggers This url definition is implemented in apps.monitoring.views.triggers and shows a page to monitor triggers

13.3.3. views Module

apps.monitoring.views.index(request, *args, **kwargs)

Shows initial monitoring page

apps.monitoring.views.triggers(request, *args, **kwargs)

Shows trigger status monitoring page

Project Versions

Table Of Contents

Previous topic

13.2. control Package

Next topic

13.3.4.1. jmx Package

This Page