Last active
August 29, 2015 14:24
-
-
Save roblayton/d8e81f828e3ae74c06f9 to your computer and use it in GitHub Desktop.
Example Shiken /etc/shinken/hosts/client.cfg file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define host { | |
use linux-snmp,ftp,ssh | |
host_name hostname2 | |
address 192.168.33.11 | |
_SNMPCOMMUNITY snmpP@ss | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment