I guess I may just have to learn perl, but in the meantime...
I want to be able to graph servicestate. I can get it from Check_graph_nt or check_nt_oreon, but they do not have the output for graphing.
We need this graphed for some weekly reports that make managers happy.
I tried changing
print $return.;
to
print $return."|state=".$etat."\n";
But it seems there is a CR in the $return or something as this prints out on 2 lines.
Any ideas?
I want to be able to graph servicestate. I can get it from Check_graph_nt or check_nt_oreon, but they do not have the output for graphing.
We need this graphed for some weekly reports that make managers happy.
I tried changing
print $return.;
to
print $return."|state=".$etat."\n";
But it seems there is a CR in the $return or something as this prints out on 2 lines.
Any ideas?