Do not prettify sensors discovery output (saves bandwidth)

This commit is contained in:
Daniel Berteaud 2013-04-16 11:19:40 +02:00
parent 03ab9c3d1b
commit 166443918f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Scripts for Zabbix monitoring
Name: zabbix-agent-addons
Version: 0.0.1
Release: 1.beta1
Release: 1.beta2
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch

View File

@ -17,5 +17,5 @@ foreach (<SENSORS>){
};
}
close SENSORS;
print to_json($json, { pretty => 1 });
print to_json($json);
exit(0);