Search found 3 matches

by kartikkapila
Thu Aug 13, 2015 8:39 am
Forum: Open Source Nagios Projects
Topic: Command line flags
Replies: 5
Views: 4972

Re: Command line flags

Thanks for the reply. Now I know what the flags mean. Could you also tell me that currently my bash script accepts 10 arguments. So when defining a command, do I need to specify any flags or $ARG1$ .. $ARG10$ is fine? And if I need to make my plugin accept parameters like -w 10 -c 30 how to code thi...
by kartikkapila
Wed Aug 12, 2015 1:36 pm
Forum: Open Source Nagios Projects
Topic: Command line flags
Replies: 5
Views: 4972

Re: Command line flags

Basically, I have a bash script, which does a curl request and based on the response, I return the appropriate exit code. The request URL is: protocol://managementNode:port/hicc/v1/metrics/series/metricGroup/metricName/serviceHost?start=start_timeStamp&end=end_timeStamp&flag=flag_value Now, ...
by kartikkapila
Wed Aug 12, 2015 1:09 pm
Forum: Open Source Nagios Projects
Topic: Command line flags
Replies: 5
Views: 4972

Command line flags

I am new to Nagios. I wanted to know where can I learn about the available flags like -w,-H that are passed via command