I'm attempting to create a custom monitoring collection.
using the following command -
I get the following error from the C complier -
Can anyone explain what this means and how I can resolve this? X-)
using the following command -
Code:
mcsl -P /usr/local/bin/cpp -x Storms.col Storms.csl -I/usr/local/Tivoli/include -lang-c++ -nostdinc -undef
Code:
cslmsg:0047
Storms.csl, line 1: ---CPP---
Monitoring capability collection error: expected collection header
Can anyone explain what this means and how I can resolve this? X-)