Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. /opt/noc/sa/profiles/Eaton/SMx5/__init__.py 507/507 100%
  2. # -*- coding: utf-8 -*-
  3. ##----------------------------------------------------------------------
  4. ## Vendor: Eaton
  5. ## OS: SMx5
  6. ##----------------------------------------------------------------------
  7. ## Copyright (C) 2007-2011 The NOC Project
  8. ## See LICENSE for details
  9. ##----------------------------------------------------------------------
  10.  
  11. ## NOC modules
  12. from noc.sa.profiles import Profile as NOCProfile
  13.  
  14.  
  15. class Profile(NOCProfile):
  16. name = "Eaton.SMx5"
  17. supported_schemes = [NOCProfile.HTTP]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement