1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-05 22:55:17 +01:00

new check_nagios scripts added

This commit is contained in:
Pall Sigurdsson
2011-12-02 09:46:11 +00:00
parent 359d5d3cc6
commit c3b021f1dc
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/python
import sys,os
sys.path.append('/opt/pynag')
from pynag import Model
all_commands = Model.Command.objects.all
for c in all_commands:
print c.command_line