Refactoring: Changed all check parameters starting with a 'p' to the new rulespec...
[check_mk.git] / notifications / pushover
blob3efd7a8083f88400733846ab38fd609d991f7595
1 #!/usr/bin/env python
2 # Push Notifications (using Pushover)
4 from cmk.notification_plugins import pushover
6 if __name__ == "__main__":
7 pushover.main()