summaryrefslogtreecommitdiffstats
path: root/hosts-state
diff options
context:
space:
mode:
Diffstat (limited to 'hosts-state')
-rwxr-xr-xhosts-state2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts-state b/hosts-state
index 965955c..c4e228b 100755
--- a/hosts-state
+++ b/hosts-state
@@ -21,7 +21,7 @@ my $summary = {
status => 0
};
-open(my $reports, '-|', '/usr/sbin/bcfg2-reports', 'clients', '-a', '--fields=state,time,total,good,bad,extra,modified');
+open(my $reports, '-|', '/usr/sbin/bcfg2-reports', 'clients', '--fields=state,time,total,good,bad,extra,modified');
my $header = 1;
while(<$reports>) {