Refactoring: Changed all check parameters starting with an 'o' to the new rulespec...
[check_mk.git] / notifications / spectrum
blob5284c8f3f618884966728156f9497a750c989656
1 #!/usr/bin/env python
2 # Spectrum Server
4 from cmk.notification_plugins import spectrum
6 if __name__ == "__main__":
7 spectrum.main()