Skip to content

Instantly share code, notes, and snippets.

@tomas-edwardsson
Created September 24, 2014 13:53
Show Gist options
  • Save tomas-edwardsson/b1d4a73e57633d63d002 to your computer and use it in GitHub Desktop.
Save tomas-edwardsson/b1d4a73e57633d63d002 to your computer and use it in GitHub Desktop.
Pynag Ack
from pynag.Model import Service
services = Service.objects.filter(host_name="localhost",
service_description="Current Users")
for service in services:
service.acknowledge()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment