Refactoring: Moved check parameters from unsorted.py to dedicated modules (CMK-1393)
[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()