The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

decode_flags.pl - decode the flags in Nagios/Object.pm

DESCRIPTION

The flags in Nagios/Object.pm are currently encoded into a single integer by setting its individual bits. Usually, I'd just use individual flags for each of them, but it was getting to be too many to manage. This is actually pretty easy to handle once you get used to it and very common in C programming.

SYNOPSIS

 decode_flags.pl 42
 decode_flags.pl NAGIOS_V2 NO_INHERIT