Search found 3 matches

by CokraMehinka
Fri Dec 23, 2022 5:28 am
Forum: Nagios Log Server
Topic: sender-host=ARG - Nagios
Replies: 1
Views: 11395

sender-host=ARG - Nagios

I’m currently working on Windows Server 2016 with NSClient++ (x64) 0.5.0062 I have written a powershell script to send notifications to Nagios using this line of code Set-Alias nscp "C:\Program Files\NSClient++\nscp.exe" -Scope Global nscp client --module NSCAClient address=172.22.50.9:566...
by CokraMehinka
Fri Nov 25, 2022 12:00 am
Forum: Open Source Nagios Projects
Topic: Nagios script to check Nagios
Replies: 4
Views: 3184

Re: Nagios script to check Nagios

You could use the mentioned check_nagios invoked via nrpe/check_by_ssh/snmp but you also should make sure that the host itsself is being monitored - e.g. filesystems, load, etc. You might have a look at the Icinga Wiki, where I'm keeping such a list on what to monitor on a monitoring host: https://w...
by CokraMehinka
Thu Nov 24, 2022 7:22 am
Forum: Open Source Nagios Projects
Topic: APIs for Nagios
Replies: 1
Views: 10504

APIs for Nagios

I want to know if there are any APIs available for creating users and project or user space in Nagios, so that we can automate the process using Python scripts.

Thanks & Regards