From: Steve G. <st...@ls...> - 2005-03-28 19:22:39
|
On Wed, Mar 23, 2005 at 03:53:36PM -0600, nu...@ts... wrote: > I have created some of my own plugins and I'm unable to see the data in > perfparse when I want to create a graph. > > # /usr/local/nagios/libexec/check_cmlicense -w 10 -c 0 > OK - ChangeSynergy(2/31) CM_Synergy(10/42) |SWMLIC > ChangeSynergy=2;21;31;0;31 CM_Synergy=10;32;42;0;42 You've got a space in the first parameter, it appears: SWMLIC ChangeSynergy You need to quote it ("SWMLIC ChangeSynergy"), or use an underscore, or some other "non-space" type thingy. Steve -- "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next. -- (Stolen from the net) |