Search found 11 matches

by CSOST
Thu Apr 22, 2021 9:35 am
Forum: Nagios XI
Topic: NCPA Setup Issue
Replies: 11
Views: 921

Re: NCPA Setup Issue

Did u try using the wizard ?
by CSOST
Wed Apr 21, 2021 3:29 pm
Forum: Nagios XI
Topic: Nagios Migarate server Fails
Replies: 1
Views: 309

Nagios Migarate server Fails

Hello Im trying to use the new Nagios Migrate server option from 5.7.2 ( old ) to 5.8.2 ( new sever ), when migrating from one server to the other it manage to pass the Bundled and transferred Nagios Core data but fail on the rest Prepared Nagios Core data for import Imported Nagios Core data into N...
by CSOST
Tue Nov 17, 2020 1:29 pm
Forum: Nagios XI
Topic: how to trigger an event to send email alert
Replies: 4
Views: 977

Re: how to trigger an event to send email alert

thank you very much
by CSOST
Fri Nov 13, 2020 4:43 pm
Forum: Nagios XI
Topic: how to trigger an event to send email alert
Replies: 4
Views: 977

how to trigger an event to send email alert

Hello All I have a nagios xi version 5.7.3, i added a new email to a group, im trying to send an email alert to a diff mailbox ( in this case slack email) so when im trying the command echo "Subject: sendmail Nagios Alerts10" | sendmail -f user@domain.com and -v user2@domain.com i do get a...
by CSOST
Mon Oct 19, 2020 12:36 pm
Forum: Open Source Nagios Projects
Topic: Setup Nagios with Hp ILO SNMP v3
Replies: 3
Views: 4635

Setup Nagios with Hp ILO SNMP v3

Hello All, I'm trying to setup Nagios to work with my HP server using ilo card 4 currently the setup is working with SNMP V2, I don't see an option in the plugin to work with SNMP v3 the current check command is : check_hpe_ilo $USER1$/nagios_hpeilo_engine -H $HOSTADDRESS$ -C $ARG1$ -o $ARG2$ anyone...
by CSOST
Tue Sep 29, 2020 7:36 am
Forum: Nagios XI
Topic: Nagios XI 5.4.7 and Cisco C9500 bandwidth monitor
Replies: 5
Views: 796

Re: Nagios XI 5.4.7 and Cisco C9500 bandwidth monitor

Thank you, i tried that but still no luck, network bandwidth shows 0b on all ports even that the switch itself shows data been transmit
by CSOST
Fri Sep 25, 2020 9:48 am
Forum: Nagios XI
Topic: Nagios XI 5.4.7 and Cisco C9500 bandwidth monitor
Replies: 5
Views: 796

Re: Nagios XI 5.4.7 and Cisco C9500 bandwidth monitor

Hello, thank u for the info

so we have
drwxr-xr-x. 2 root root 12288 Sep 25 14:54 /var/lib/mrtg

and then u have list of files
-rw-r--r-- 1 root root 105312 Sep 5 11:29 XX.XX.XX.XX_30.rrd for example
by CSOST
Tue Sep 22, 2020 4:22 pm
Forum: Nagios XI
Topic: Nagios XI 5.4.7 and Cisco C9500 bandwidth monitor
Replies: 5
Views: 796

Nagios XI 5.4.7 and Cisco C9500 bandwidth monitor

Hello all I have Nagios 5.4.7 that monitor network equipment, we added new cisco switch C9500 to the network and we used the SNMP wizard to add the info from the cisco . seems that Nagios open new services to read the bandwidth from the cisco switch but currently all of them show 0 MB Check_command ...
by CSOST
Wed Sep 16, 2020 10:49 am
Forum: Nagios XI
Topic: Monitor Active directory using NCPA
Replies: 3
Views: 683

Re: Monitor Active directory using NCPA

Thank you cdienger for your help
by CSOST
Mon Sep 14, 2020 2:52 pm
Forum: Nagios XI
Topic: Monitor Active directory using NCPA
Replies: 3
Views: 683

Monitor Active directory using NCPA

Hello,
Im trying to figure out the best way to monitor AD server with NCPA 2.2 , currently i find that NRPE do have a string to check Active directory services
" check_activedir " .
check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$
how do u set the ARG under NCPA in this case ?

Thank you